Skip to content

Instantly share code, notes, and snippets.

@ahhh
Created April 6, 2015 16:29
Show Gist options
  • Save ahhh/e2193720275bbd7b7687 to your computer and use it in GitHub Desktop.
Save ahhh/e2193720275bbd7b7687 to your computer and use it in GitHub Desktop.
Windows scheduled task to run a specific time
sc config schedule start= auto
net start schedule
at 10:20 ""C:\Python32\python.exe C:\Windows\Temp\client.py""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment