PerhapsAverage
New Member
- Messages
- 26
- Reaction score
- 1
I am using NTLite for the first time, with a windows 10 LTSC 21H2 ISO. I have been working on it for around 20 or so minutes. But I can not find out where to change the default wallpaper.
I am using NTLite for the first time, with a windows 10 LTSC 21H2 ISO. I have been working on it for around 20 or so minutes. But I can not find out where to change the default wallpaper.
I change it to C:\\ or keep it at X:"WallPaper"="C:\\Windows\\Web\\Custom\\Wallpaper.png"
and, im not sure how to explain it, but there is no "Wallpapers" folder. Do I create one?[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Wallpapers]
ah, Thank you.X: is the temporary drive letter for WinPE when it boots off the USB. It doesn't exist on a finished system.
No, I just want to edit the desktop Wallpaper. nothing else.I have a feeling now after reading your post about X: drive that you aren't talking about the desktop wallpaper, and probably want to edit the Windows Setup background and installers, like how some custom gaming ISO do?
takeown /f "D:\NTLite\Temp\NLTmpMnt\Windows\Web" /r /d y
ICACLS "D:\NTLite\Temp\NLTmpMnt\Windows\Web" /grant ”USERNAME”:F /T
RD /s /q D:\NTLite\Temp\NLTmpMnt\Windows\Web
Hey, but where would i go about creating that folder and where do i put the image file? i have no clue.If you want a picture as your wallpaper, add these keys, and modify the path to point to your wallpaper:
; Start > Settings > Personalization > Background > Background > Picture
[HKEY_CURRENT_USER\Control Panel\Desktop]
"WallPaper"="C:\\Windows\\Web\\Custom\\Wallpaper.png"
; Start > Settings > Personalization > Background > Background > Picture
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Wallpapers]
"BackgroundType"=dword:00000000
I usually delete wallpapers and lock screen wallpapers in ntlite and manually copy the wallpapers to the directoryHey, but where would i go about creating that folder and where do i put the image file? i have no clue.
Hey, but where would i go about creating that folder and where do i put the image file? i have no clue.
There's instructions in the spoiler of the follow-up reply (link). The NTLite tool has been updated since then, so some of the steps may be slightly off, but it should still be easy to figure out, otherwise let me know where the issue is and I'll update it.Hey, but where would i go about creating that folder and where do i put the image file? i have no clue.
I always do this method too by of course using a third party software to delete the preset wallpaper and lockscreen photos. And also you need to delete the wallpapers inside the 4K folder for the pasted photo to work as your current wallpaper.I usually delete wallpapers and lock screen wallpapers in ntlite and manually copy the wallpapers to the directory
Open the image directory and rename the wallpaper to img0 and img100
Wallpaper: C: \ Windows \ Web \ Wallpaper \ Windows \ img0.jpg
Lock screen wallpaper: C: \ Windows \ Web \ Screen \ img100.jpg
No need to change any registry, Windows will automatically use the wallpaper I copied. The disadvantage of this method is that it can only use JPG format.
I do it this way, it's quick and easy.Hey, but where would i go about creating that folder and where do i put the image file? i have no clue.