Change wallpaper with registry without logging off?

1

1

I have created an application that will change the Windows Registry as below:

HKEY_CURRENT_USER\Control Panel\Desktop] "Wallpaper"="C:\Users\Public\Pictures\Sample Pictures\wallpaper.jpg"

However, for these changes to take effect, the user must log out and login again. Is there any way to make the wallpaper change with having to do this? Or does anyone know how to change the wallpaper instantaneously with C#?

Question Asker

Posted 2015-07-24T20:13:46.713

Reputation: 91

1

Check out this and this. I don't know how "instantaneous" that would be.

– MC10 – 2015-07-24T20:18:52.573

No answers