Pushing .reg files to remote PCs via Batch

J

Joe

I need to know how to push blank.reg file from the
command line of one computer (where the .reg resides) to
another computers registry on the LAN.

Joe
 
T

Torgeir Bakken (MVP)

Joe said:
I need to know how to push blank.reg file from the
command line of one computer (where the .reg resides) to
another computers registry on the LAN.

Hi

One of the two following tools should probably have no problems helping
you out (both are able to e.g. copy a file to the remote computer before
executing it):

Take a look at PsExec.exe in the free PsTools suite, found at
http://www.sysinternals.com

Another freeware program with similar merits to PsExec is Beyondexec.
http://www.beyondlogic.org/consulting/remoteprocess/BeyondExec.htm

Beyondexec also have multiple computer functionality.


If you have any HKEY_CURRENT_USER keys, you might have some issues though...

Also, all HKEY_CLASSES_ROOT should be changed to
HKEY_LOCAL_MACHINE\SOFTWARE\Classes
 

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

Top