Re: regedit /s via network
- From: "KM" <konstmor@xxxxxxxxxxxxxxxx>
- Date: Wed, 24 Aug 2005 22:07:24 -0700
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
>
>
.
- References:
- regedit /s via network
- From: Dietmar
- Re: regedit /s via network
- From: KM
- Re: regedit /s via network
- From: Dietmar
- regedit /s via network
- Prev by Date: Re: Custom Application on Custom Shell.
- Next by Date: Re: Custom Application on Custom Shell.
- Previous by thread: Re: regedit /s via network
- Index(es):
Relevant Pages
|