Click here to Skip to main content
15,891,837 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I am using psexec to run a exe in a remote machine which is windows 7. I need the exe to run with administrator privilege as it needs to update some registries under HKLM in the remote system.


While running psexec I am providing the credentials of an administrator account on the remote system. All is working well when UAC on the remote system is turned off.

But when UAC is turned on , the remote exe fails to start.

I have configured the exe to use manifest setting of "RequireAdministrator". What I expect is to see a UAC prompt warning of elevation when the exe is launched on the remote machine. Though it would be great if there is some way to bypass the prompt.

But unfortunately, the exe fails to launch itself. Any ideas?
Posted
Updated 24-May-13 3:37am
v2

1 solution

It is the -h switch of psexec.exe which is needed. The switch is undocumented in the msdn page but you can get it in the the help (/?) of the tool. Thanks.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900