Creating a changeable background image

Imperious3rill

New Member
Hi there, I wanted to create a iso with a background image of a logo which comes on the as you install the iso. But, I want to give the user an access to change the wallpaper. I tried changing the img file from NTLite folder”\Temp\NLTmpMount01\Windows\Web\Wallpaper\Windows\img0.jpg. Also, I have tried integrating the registry as done by George king.


Windows Registry Editor Version 5.00

; BMP, JPG, JPEG, PNG
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"Wallpaper"="C:\\Windows\\web\\wallpaper\\MyPicture.jpg"
"WallpaperStyle"="0"

; 0 = Center
; 1 = Tile
; 2 = Stretch
; 3 = Fit
; 4 = Fill
; 5 = Span.
 
Visuals while installing the image are from Windows Setup and such, while the registry keys you are discussing are for after Windows is installed and the user logs in. Here's the answers for Windows Setup (link1, link2) topics, and here's the Desktop (link3, link4) stuff.
 
Back
Top