In microsoft.public.win2000.registry =?Utf-8?B?QW5nZWxh?= wrote:
> Hello, I have a registry file that I want to be able to add
> (import into the remote workstations registry) on a remote
> machine from my workstation. Does anyone know of a utility that
> will do this from the command prompt for a Windows 2k or 2k3
> machines?
You should look at psexec.exe
from Sysinternals.
http://www.sysinternals.com/ntw2k/freeware/psexec.shtml
http://www.sysinternals.com/ntw2k/fr.../pstools.shtml
as it's very good for remote CLI administration. You should be able
to then merge the reg file "locally" on the remote system with
regedit.exe /s regfile.reg