When I import the following keys after setup (already logged into windows), I get the desired results, but the HKCU entries are, of course, only applied to that logged in user. I have read that installing an HKCU entry during the cmdlines.txt portion of setup will import the key to the default profile, but that does not seem to be working.
What is happening when I run the code in cmdlines.txt is:
1. I get the logon screen background color, but not the wallpaper
2. I get the desktop wallpaper, but not the background color.
;VERIFIED - Set the Logon Screen Background Color [HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] "Background"="R128 G171 B213" ;did not work during install - Set the Logon Screen Wallpaper [HKEY_USERS\.DEFAULT\Control Panel\Desktop] "Wallpaper"="C:\\Windows\\Web\\Wallpaper\\Wallpaper.bmp" ;did not work during install - Set Desktop Background Color [HKCU\Control Panel\Colors] "Background"="R128 G171 B213" ;VERIFIED - Set the Wallpaper [HKCU\Control Panel\Desktop] "Wallpaper"="C:\\WINDOWS\\web\\wallpaper\\Wallpaper.bmp"
Any ideas from anyone? I don't want to use themes, b/c I can't trust Active Desktop's stability in a production environment, and I don't want to simply have the wallpaper stretch across the entire screen, b/c it looks like crap. I would really like to figure out how to accomplish this through the registry. If I had to, I could re-apply the Logon screen wallpaper and background color after setup, b/c neither involves an HKCU key, so the most critical thing to figure out is how to set the background color for the Default user...



Help
Back to top








