How to customize Windows 11 Setup background color or wallpaper

Status
Not open for further replies.

ali48

New Member
Messages
6
Reaction score
0
Windows 11 24H2 LTSC
Debloted
Add my apps
Working perfectly
2 things i want to do now
1 chnage desktop wallpaper to a custom one
I did but it still not changing
Also i want to change windows setup background wallpaper
 
WinPE Setup's backgrounds can be customized using a tool like Resource Hacker. Following NTLite forum policy, we don't discuss how to use those tools here, but there is plenty of outside discussion on this same topic.

If you want to copy modified files to boot.wim, it's possible when NTLite has loaded the image.

1. Download and install PowerRun. This tool allows you to open a CMD shell with TrustedInstaller rights, and replace write-protected files.

2. Load boot.wim (Windows Setup).

3. Open a CMD window, using PowerRun. Replace the NLTmpMnt path with your temp folder's name.
Code:
cd C:\Users\GARLIN\AppData\Local\Temp\NLTmpMnt\sources
copy E:\modded\file.bmp background.bmp
copy E:\modded\spwizimg.dll spwizimg.dll

4. Close any CMD or File Explorer windows, you have opened to the NLTmpMnt folder.

5. From NTLite's Image page, select the boot.wim image and right-menu "Unload". When asked for confirmation, check "Save existing changes to the image".

6. Apply other changes and create your ISO. Further modding help will be unavailable for this topic.
 
Status
Not open for further replies.
Back
Top