Remote Registry update with psexec.exe

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"
 
J

Jerold Schulman

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
 

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