Jump to content

Recommended Posts

Posted

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


Posted

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

Posted

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!

Posted

Ok, I put the wallpaper in this map on my setup-CD.

$OEM$\$$\Web\Wallpaper\xxx.bmp :thumbup

Question 1: :wacko:

But where do I have to put the lines below?

In the winnt.sif?

As a CMD-file?

as a REG-file?

Question 2: :wacko:

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

Posted

Converted to a cmd file

reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /t reg_expand_sz /d %systemroot%\web\wallpaper\xxx.bmp /f
reg add "HKEY_USERS\.DEFAULT\Control Panel\Desktop" /v Wallpaper /t reg_expand_sz /d %systemroot%\web\wallpaper\xxx.bmp /f

edit: So you have a variable option.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...