Skip to content

Program to automatically save Windows Spotlight images and change the wallpaper to it.

Notifications You must be signed in to change notification settings

JRF63/windows-spotlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Change the three strings in src/main.rs:

  • SAVE_DIR - directory where the images will be stored
  • SPOTLIGHT_DIR - location of Windows spotlight in your PC
  • SAVED_HASH - filename for the cached hashes of previously saved images

Build with cargo

cargo build --release

To make it run at boot, place the resulting executable in C:\Users\YourUsername\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

About

Program to automatically save Windows Spotlight images and change the wallpaper to it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages