Re: regedit /s via network

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Dietmar,

Are you looking for a command line tool or GUI tool?

If latter, the regedit.exe feature I mentioned earlier (Connect Network Registry) is what you really need - you will be able to
connect to a remote computer registry and export any branch there to a file. The same way you can import .reg files.
Keep in mind that RPC transport needs to be working on your image. Also the Remote Registry Service must be started.

As to command line tool.. I don't know a free one. Some commercial tools are availalble though (e.g. Emco RegExporter:
http://www.emco.is/tutorials/remoteregistryexporter/remote_registry_exporter_benefits_document)

Also please keep in mind that the scenerio you asked about can be implemented with PsExec.exe and Reg.exe. All you have to do is to
remotely launch reg.exe commands (REG EXPORT, REG IMPORT, etc.)

The Reg operations can be used with remote machines by adding the UNC name of the server to the end of the command line (see reg add
/? for more help). But IIRC, EXPORT and IMPORT commands can only be executed on local machine.

--
Regards,
KM

> Hi Konstantin,
> thanks for the quick answer. My question is:
> Did You ever succeed to EXPORT a *.reg file from one machine to another
> running machine? I know, that You can easy IMPORT such a file, but do You
> know a tool ( PsExec from
> sysinternals.com ?) with which You can export a registry key via network
> and put it direct to the registry of the other running machine?
>
> Thanks
> Dietmar
>
>


.



Relevant Pages

  • Re: Modify Registry on all SBS2003 clients
    ... registry setting to all workstations. ... command "REG ADD" to modify registry. ... the following command will change the registry value as your ... You may copy above command into the login script file SBS_LOGIN_SCRIPT.bat ...
    (microsoft.public.windows.server.sbs)
  • Re: Modify Registry on all SBS2003 clients
    ... registry setting to all workstations. ... command "REG ADD" to modify registry. ... the following command will change the registry value as ... and put the command lines at the bottom of the script file. ...
    (microsoft.public.windows.server.sbs)
  • Re: Registry Add Commands
    ... Console Registry Tool for Windows - version 3.0 ... it gives me the 'reg' is not recognized as an internal or ... >>> them into the .reg file, but they wouldn't load. ... >> in front of your commands at a command prompt. ...
    (microsoft.public.win2000.general)
  • Re: Registry Add Commands
    ... I can load registry files using a .reg file, otherwise known as a Reg4 file ... >>> in front of your commands at a command prompt. ... >>> John ...
    (microsoft.public.win2000.general)
  • Re: Reg file does not work
    ... To know the syntax of .REG files, ... How to add, modify, or delete registry subkeys and values by using a registration entries file: ... Windows Registry Editor Version 5.00 ...
    (microsoft.public.windowsxp.general)