Skip to content

A utility written in powershell to replace the cached wallpaper file on windows. Very useful on systems where the wallpaper is set using group policy and can not be changed.

License

Notifications You must be signed in to change notification settings

MichaelK-F/windows-wallpaper-changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Windows wallpaper changer

image

A utility written in powershell to replace the cached wallpaper file on windows. Very useful on systems where the wallpaper is set using group policy and can not be changed.

How does it work?

It replaces the cached wallpaper. Due to it replacing the file and not actually changing the wallpaper from settings, it will not show up in the settings app. It also does not require administrator privledges to run, meaning that it is very useful on managed systems such as a work or school laptop.

Building .exe from .ps1 (advanced users)

  1. Install ps2exe (only has to be done once): Install-Module -Name ps2exe
  2. Convert ps1 to exe: Invoke-PS2EXE .\wallpaper-changer.ps1 .\wallpaper-changer.exe (It is possible to convert it with the -noConsole parameter but it triggers a lot of anti-virus software.)

If you can help improve this tool, make a pull request with your changes and I will merge it.

About

A utility written in powershell to replace the cached wallpaper file on windows. Very useful on systems where the wallpaper is set using group policy and can not be changed.

Resources

License

Stars

Watchers

Forks

Packages

No packages published