Skip to content

adegard/AutomaticDesktopBackground

Repository files navigation

Automatic Desktop Background Wallpaper (Powershell)

Desktop Automatic new background image (Powershell)

Nature landscapes wallpaper, using following PowerShell Script:

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/adegard/AutomaticDesktopBackground/main/NewDesktopImage.ps1'))

Personalized Wallpaper, using following PowerShell Script:

$keyword="fantasy"
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/adegard/AutomaticDesktopBackground/main/PersonalizedWallpaper.ps1'))

Schedule change at startup with Windows Scheduler

(https://blog.netwrix.com/2018/07/03/how-to-automate-powershell-scripts-with-task-scheduler/)

Create a shortcut to change Wallpaper manually

Save this file, then right click, run with Powershell.

Thanks to

About

Desktop Automatic new background image (Powershell)

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors