A
A
Andrey Akimov2017-12-07 13:33:07
Windows
Andrey Akimov, 2017-12-07 13:33:07

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"

- does not work. Writes that the data was successfully entered into the registry, but the parameter does not change.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Andrey Akimov, 2017-12-07
@Ostan

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"

After application - re-login.

K
kolossradosskiy, 2017-12-07
@kolossradosskiy

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\ControlPanel\Desktop]
"Wallpaper"="C:\Windows\Web\Wallpaper\default.jpg"

A
Artem @Jump, 2017-12-07
curated by the

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 question

Ask a Question

731 491 924 answers to any question