Remove .exe from psexec in case it is an lnk or something.
This commit is contained in:
parent
723dcee420
commit
c4670157c5
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
rem Run as administrator!
|
||||
rem https://docs.microsoft.com/en-us/sysinternals/downloads/psexec
|
||||
PsExec.exe -i -s %windir%\system32\mmc.exe /s taskschd.msc
|
||||
PsExec -i -s %windir%\system32\mmc.exe /s taskschd.msc
|
||||
|
|
Loading…
Reference in a new issue