Hello,
I've been tring to make a scheduld task with schtask as system, i mannaged to do it and to task is succesfully made but there is a problem, the task need to run a batch file and it dosent doing it this is the command to add the task as SYSTEM
SCHTASKS /Create /SC daily /ST "17:00" /TN Task1 /TR "c:\myfolder\script.bat" /RU "SYSTEM"
after that i get this message:SUCCESS: The...
↧