
Editing registry hive remotely
Have a look at regini.exe in the res kit.
BarryMcAuslin MCSE
Thanks for the quick response.
I downloaded the file and took a look at the docs. It appears to let me load and edit the registry from a remote computer.
Now correct me if I'm wrong. Based on my experience using RegEdit and RegEdit32 to edit WinNT registries remotely, you only have access to the user hives of the Default User and the user currently logged in. What I need to do is to edit the hive of every user who has a local profile stored on the remote computer. Is this possible using WSH, or will I have to write a Win32 app?
Take a look at RegObj.dll you can find it in the downloads section of my site.
--
Clarence
Win32Scripting
http://cwashington.netreach.net
On THIS site you will find everything you need to get up and running. A script repository with over 300 FREE sample scripts, a downloads section with FREE COM objects for scripting, a library of reference materials and an online discussion lounge to provide community based technical support. Check it out.
> Hi.
>
> Does anyone know if it's possible to load and edit the registry hive
> (NTUSER.DAT) of an NT Workstation user remotely using WSH? I know it can be
> done using C/C++ and Win32 API calls.
>
> Thanks in advance,
> Patrick
>
>