Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 500 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 500 Bytes

ps-scripts

Some Powershell scripts that might come in handy some day..

retrieve-win-spotlight-backgrounds.ps1

Copies all Windows Spotlight background images to a specified folder.

Usage:

retrieve-win-spotlight-backgrounds.ps1 C:\temp

win-scheduled-tasks_dark-mode-toggle.ps1

Creates four scheduled tasks to toggle dark mode at specific times.

  • Dark mode is enabled at 7pm daily.
  • Dark mode is disabled at 7am daily.

Usage:

.\win-scheduled-tasks_dark-mode-toggle.ps1