nshah786 Posted October 5, 2004 Posted October 5, 2004 Hey guys,How do I make the default background black instead of the usual green hill and sky?Where in the WINNT.SIF file do I add the the command and what is the correct command?Thanks a lot,nshah786
cs25926 Posted October 7, 2004 Posted October 7, 2004 Windows Registry Editor Version 5.00 ;Wallpaper before and After Login[HKEY_USERS\.DEFAULT\Control Panel\Desktop]"Wallpaper"="C:\\Windows\\xxx.bmp"[HKEY_CURRENT_USER\Control Panel\Desktop]"Wallpaper"="C:\\Windows\\xxx.bmp"$OEM$\$$\xx.bmp
Alpheratz13 Posted October 7, 2004 Posted October 7, 2004 is not better like this path $OEM$\$$\Web\Wallpaper\xxx.bmpI do this way.Irving
tjhart85 Posted October 7, 2004 Posted October 7, 2004 Personally, I would suggest just setting it up the way you want it in Windows, and then save your theme, andthen just assign that theme as the default by using:[Shell] CustomDefaultThemeFile="%Systemroot%\Resources\Themes\default.theme"and that'll set it up exactly the way you want it!
jdonder Posted October 14, 2004 Posted October 14, 2004 Ok, I put the wallpaper in this map on my setup-CD.$OEM$\$$\Web\Wallpaper\xxx.bmp Question 1: But where do I have to put the lines below?In the winnt.sif?As a CMD-file?as a REG-file?Question 2: And can we change the C: in %systemdrive%;Wallpaper before and After Login[HKEY_USERS\.DEFAULT\Control Panel\Desktop]"Wallpaper"="C:\Windows\web\wallpaper\xxx.bmp"[HKEY_CURRENT_USER\Control Panel\Desktop]"Wallpaper"="C:\Windows\web\wallpaper\xxx.bmp"Please give me and others a clear answer.Thanx,JD from the Netherlands
MHz Posted October 14, 2004 Posted October 14, 2004 Converted to a cmd filereg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /t reg_expand_sz /d %systemroot%\web\wallpaper\xxx.bmp /freg add "HKEY_USERS\.DEFAULT\Control Panel\Desktop" /v Wallpaper /t reg_expand_sz /d %systemroot%\web\wallpaper\xxx.bmp /fedit: So you have a variable option.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now