Default desktop background to replace Windows Spotlight

lemegapro

Member
Messages
40
Reaction score
2
Hello,
I just updated to Windows 11 25H2 yesterday. I simply added some registry keys and placed the "This PC" shortcut on the desktop for my ISO.
Everything works fine.

However, the default desktop background is "Windows Spotlight."
How can I get the "img0" image located in Windows/Web/Wallpaper/Windows to be the default desktop background for my ISO? What do I need to modify or add in NTLite?

Thank you for your help.
 
Have you also tested it with this registry key, with the path of your wallpaper ?

Code:
[HKEY_CURRENT_USER\Control Panel\Desktop]
"WallPaper"="C:\\Windows\\web\\wallpaper\\Windows\\img0.jpg"
 
You can try changing these values like this

Code:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\DesktopSpotlight\Settings]
"EnabledState"=dword:00000000

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Wallpapers]
"BackgroundType"=dword:00000000
 
Still the same, it doesn't work. And it's been like this since yesterday's cumulative update. Before this update, I could change the wallpaper in the ISO without any problem by modifying img0 in the web browser.
 
Okay, I don't have that problem.
The wallpaper is set in aero.theme for me (finally, tistou.theme) and replaced the image img0.jpg
For Dark theme, it's img19.jpg file
 
Back
Top