Add *.reg file to a Remote machine

G

Guest

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

Mark V

In said:
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/freeware/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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top