Remote Registry update with psexec.exe

  • Thread starter Thread starter Matthew
  • Start date Start date
M

Matthew

I am having trouble, getting psexec.exe to run successfully to insert a
remote registry key onto another system. Every time I run the command
it just insert the key on my local system. Has anyone gotten this to
work? If so can they post the commands necessary to make the remote
registry update?

BTW yes I am listed as administrator on both systems.

command
psexec.exe \\remotesystem -s regedit /s "\\localsys\c$\test\test_1.reg"
 
I am having trouble, getting psexec.exe to run successfully to insert a
remote registry key onto another system. Every time I run the command
it just insert the key on my local system. Has anyone gotten this to
work? If so can they post the commands necessary to make the remote
registry update?

BTW yes I am listed as administrator on both systems.

command
psexec.exe \\remotesystem -s regedit /s "\\localsys\c$\test\test_1.reg"

The -s runs the remote process in the System account context, which doesn't have access to the nextwork.


Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
 
Back
Top