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"
On 7 Feb 2006 10:36:26 -0800, "Matthew" wrote: >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
That was it. Thanks. -Matt-