Skip to content

Instantly share code, notes, and snippets.

@vinicius-stutz
Created November 16, 2015 01:22
Show Gist options
  • Save vinicius-stutz/a7304a0337284f199711 to your computer and use it in GitHub Desktop.
Save vinicius-stutz/a7304a0337284f199711 to your computer and use it in GitHub Desktop.
Release Change in Wallpaper (Windows)

Release Change in Wallpaper (Windows)

Open the Windows Registry Editor (can be a text editor) and do:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop]
"NoChangingWallPaper"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"Wallpaper"=-

Save, close the file and then run it.

Enjoy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment