Jump to content

Default Background


Recommended Posts


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

Link to comment
Share on other sites

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!

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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