Pushing .reg files to remote PCs via Batch

  • Thread starter Thread starter Joe
  • Start date Start date
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
 
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
 
Back
Top