Skip to content

williamsnell/Satellite-Wallpaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Satellite-Wallpaper

  • Open Task Scheduler (press [Windows Key] and type "Task Scheduler")

  • In task scheduler, click [Create Task] Task Scheduler First Page

  • Name your task something useful, like "Update Desktop Image" Task Name

  • In the "Triggers" tab, click [New]

  • Select "Daily"

  • Tick "Repeat Task Every: " and select your desired refresh interval from the dropdown menu (I've selected every hour)

  • Click [OK]

Task Triggers

  • Under the "Actions" tab, click [New]
  • Find your python executable path, and put it in the Program/script box
    • For a conda environment, for example, this should be by default:

      C:\Users[Your Name]\AppData\Local\conda\conda\envs[Environment Name]\pythonw.exe

Note: To stop the script from opening a terminal every time it is run, use pythonw.exe instead of python.exe

  • In the "Add arguments (optional)" box, type the path to the python script in quotation marks, e.g.: "C:\Users[Your Name]\Downloads\desktop_background_script.py"
  • Click [OK]

Task Actions

  • Click OK to save your task

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages