Answer the question
In order to leave comments, you need to log in
How to change the desktop background in Windows 8.1 using Regedit?
For example, I want to put a "green" picture. I create and run this tweak:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop]
"Wallpaper"="C:\Windows\Web\Wallpaper\Theme2\img12.jpg"
Answer the question
In order to leave comments, you need to log in
The answer was given on the OSZone forum. Didn't specify escaping of special characters, that's why it didn't work. It should be like this:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop]
"Wallpaper"="C:\\Windows\\Web\\Wallpaper\\Theme2\\img12.jpg"
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\ControlPanel\Desktop]
"Wallpaper"="C:\Windows\Web\Wallpaper\default.jpg"
Andrey Akimov ,
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop]
"Wallpaper"="C:\\Windows\\Web\\Wallpaper\\Theme2\\img12.jpg"
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question