When I run a program in remote vm virtualbix machine windows 7 64 bit with psexec from my current machine.
It is working fine in system context.
C:\Users\kirud01>"C:\Software\application packaging\PsTools\PsExec.exe" -s -i -d "\\erwin-pc" -c -f "C:\Build\delete.exe"
But when I run the same in user context i.e., without -s parameter.
The screen is getting freezed in the remote machine.
Could you please help me on this.
If possible any alternatives for PSEXEC in AutoIT code itself.