Real-Fruit-Snacks

schtasks

On Start#

Important
  • Use dir /x to get the short names for directories.
  • Having no spaces in the file path makes ensures the scheduled tasks will find the file.

Make the Task#

bash
schtasks /create /tn "<TaskName>" /tr "<FullFilePath>" /sc onstart /ru system  

Check the Task#

bash
schtasks /query /tn "<TaskName>"