Author: flintbSubject: PsExec 2.1 and interactive problem
Posted: 25 April 2014 at 8:56pm
I've been using v2.0.0.0. When I updated to v2.10.0.0 I started having issues running interactively. The problems (for me) relates to WinXP (but not Win7).
The following command use to work:
PsExec.exe \\PC01 -d -s -i 0 "C:\Windows\System32\Calc.exe"
When I run it on the current build, it runs as system, but not interactively. If I run:
PsExec.exe \\PC01 -d -i 0 "C:\Windows\System32\Calc.exe"
It will run interactively, but not as the system. (It runs it as the users who's running on that session.) Of course I use "-i 0" for WinXP and "-i 1" for Win7.
So there's a problem using "-s" and "-i" in the same line of code.
On a side note, I'm also having issues now running an .exe from a UNC path.
Edited by flintb - 25 April 2014 at 8:58pm