Windows 11 modify Default wallpaper

ali48

New Member
Messages
6
Reaction score
0
Windows 11 LTSC version
Trying to change wallpaper in iso
Add in custom directory it doesn't work
After chnage directory to mine wallpaper it gives black screen
If i set wallpaper from
Themes
It gives preview of my custom wallpaper but in actual it set windows 11 default wallpaper
 

Attachments

  • 2025-01-17-16-18-44-148.jpg
    2025-01-17-16-18-44-148.jpg
    1 MB
  • 2025-01-17-16-18-37-221.jpg
    2025-01-17-16-18-37-221.jpg
    871.8 KB
  • 2025-01-17-16-03-50-005.jpg
    2025-01-17-16-03-50-005.jpg
    826.9 KB
  • 2025-01-17-16-03-44-376.jpg
    2025-01-17-16-03-44-376.jpg
    834.9 KB
  • 2025-01-17-16-03-36-376.jpg
    2025-01-17-16-03-36-376.jpg
    1.4 MB
  • 2025-01-17-16-03-18-363.jpg
    2025-01-17-16-03-18-363.jpg
    694.7 KB
  • 2025-01-17-16-03-03-081.jpg
    2025-01-17-16-03-03-081.jpg
    1.2 MB
Fixed it thanks
What i did
Load windows 11 iso
From components
Removed
Wallpaper
And in
Post setup
Added my image to custom wallpapers
And created iso
Wallpaper changed
Fixed
But there was issues
Like other themes not showing wallpaper preview
So to fix it
Load the last modified iso
Open
Mount directory
Goto wallpapers dir
Copied all windows 11 wallpapers folder back just
I left the modified wallpaper file there
Create iso
And custom wallpaper+preview working
 
There's a simpler way to change your desktop wallpaper:
1. Load your install image.
2. Add / File / Before logon (Machine) -> background.jpg or .bmp
3. Don't change any settings.

1737142026263.png

Windows 11 x64-2025-01-17-12-51-00.png

If you need to add custom themes or multiple wallpapers, then copy your files to the mounted image's \Windows\Web folder. Otherwise, NTLite will automatically install a single image file as your default wallpaper.
 
Or in Windows\Web\Wallpaper\Windows, replace the img0.jpg file (for the light theme, img19.jpg must be for the dark theme) with the desired wallpaper and while keeping img0.jpg name

Or again, modify the corresponding line (with notepad for example) in the aero.theme file present in Windows\Resources\Themes
For the Windows theme
 
There's a simpler way to change your desktop wallpaper:
1. Load your install image.
2. Add / File / Before logon (Machine) -> background.jpg or .bmp
3. Don't change any settings.

View attachment 13665

View attachment 13666

If you need to add custom themes or multiple wallpapers, then copy your files to the mounted image's \Windows\Web folder. Otherwise, NTLite will automatically install a single image file as your default wallpaper.

can also insert it from the url in the image
 
Run a cmd where X is NTL loaded path and change username to your own - hereafter it's easy to change the pictures as well as account pics:

takeown /f X:\NTLite\Temp\NLTmpMnt01\Windows\Web" /r /d y
ICACLS "X:\NTLite\Temp\NLTmpMnt01\Windows\Web" /grant %username%:F /T
RD /s /q X:\NTLite\Temp\NLTmpMnt01\Windows\Web
takeown /f "X:\NTLite\Temp\NLTmpMnt01\ProgramData\Microsoft\User Account Pictures" /r /d y
ICACLS "X:\NTLite\Temp\NLTmpMnt01\ProgramData\Microsoft\User Account Pictures" /grant %username%:F /T
 
Hi guys!

I have tried all of the above, and every single time, when Windows boots up the default wallpaper is ALWAYS the Windows spotlight one. I've tried replacing the default images in the mounted images. I've tried adding a reg entry to point at the image that I have placed. I've tried altering the .theme file so that it points directly to the image, but every time it shows up with the standard spotlight image, which I can't even find, or I would try replacing that too.

If anyone can shed some light on what else I could try, I'll be forever grateful, and it would also save my sanity!
 
Bound_By_Physics 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"
 
Back
Top