psexec problem

Things you’d like to miss in the future...
Post Reply
gb007
Posts: 12
Joined: 14 Nov 2018 00:35

psexec problem

Post by gb007 »

when i run a .bat calling psexec from xyplorer, the program is not working like in windows explorer or with free version of xyplorer.

i'm just user, got no administrator rights
i have a .bat which use psexec to run a program with local administrator

Code: Select all

"psexec64.exe" -i -d -u administrator -p "xxx" -w "%cd%" -accepteula program.exe
when i check task manager :
- from trial version :
- double click on .bat : the program is NOT running with administrator
- right click on .bat + run as administrator : the program is NOT running with administrator
UAC command line is c:\windows\syswow64\cmd.exe /C xxx.bat
- from free version :
- double click on .bat : the program is running with administrator
- right click on .bat + run as administrator : the program is running with administrator
UAC command line is c:\windows\system32\cmd.exe /C xxx.bat)

admin
Site Admin
Posts: 60590
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: psexec problem

Post by admin »

Does this setting make a difference?

Configuration | Other | Shell Integration | 64-bit Windows | Show the real System32 directory

gb007
Posts: 12
Joined: 14 Nov 2018 00:35

Re: psexec problem

Post by gb007 »

no, it doesn't
i tried a x86 version of psexec, same problem
i see that all programs launched have a new description in task manager : turbo virtual machine executable
i got this on 2 windows 10 machines, x64
on a third machine, windows 10 x64, i don't have this problem with the free version
i tried to play with all theses values Configuration | Other | Shell Integration | 64-bit Windows, but i don't understand what is their purpose

Post Reply