Editing registry hive remotely 
Author Message
 Editing registry hive remotely

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



Sun, 05 May 2002 03:00:00 GMT  
 Editing registry hive remotely

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.

Quote:

> 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



Sun, 05 May 2002 03:00:00 GMT  
 Editing registry hive remotely

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
  >
  >



Mon, 06 May 2002 03:00:00 GMT  
 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
    >
    >



Tue, 07 May 2002 03:00:00 GMT  
 Editing registry hive remotely

I also highly recommend regobj.dll at Clarence's site. I use it for all of my remote admin on 70+ PCs. It's a great time saver. Also, I can do a lot of tweaking without getting in each user's face.



Tue, 07 May 2002 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. Loading and Editing User Registry Hives

2. Editing registry remotely

3. editing the Windows NT registry remotely

4. Editing registry remotely

5. Remotely Editing a Registry

6. Editing reg hives

7. Scan the entire Registry hive

8. Loading a registry hive in VBScript

9. Changing security settings on registry hives with vbscript

10. Loading registry hives

11. Loading Registry Hives

12. Registry hive location for current user.

 

 
Powered by phpBB® Forum Software