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.
In 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?