You are on page 1of 1

How to add a python script to Windows Task Scheduler

1) Add new folder to task scheduler.


2) Right click folder and click Create Task.
3) Click Actions and then New
4) Set Action to Start a program
5) Set Program/Script to the path of the python executable which is
C:\Users\Raji\Anaconda3\python.exe
6) Then in Add Argumenents (Optional) put the path of the script. For example
C:\Users\Raji\Desktop\Test.py
7) Then add a trigger to control when the task is run.

You might also like