Jump to content

Recommended Posts

Posted

I want to install Windows, and have a different wallpaper that I've choosen. I did this $OEM$\$$\Web\Wallpaper, this

[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Desktop\General]

"BackupWallpaper"="c:\\windows\\web\\wallpaper\\xppaper.jpg"

"Wallpaper"="c:\\windows\\web\\wallpaper\\xppaper.jpg"

replaced xppaper.jpg with my wallpaper

made the batch file and put it here C:\XPCD\$OEM$\$1\install\

ECHO.

ECHO Applying Registry Tweaks...

REGEDIT /S %systemdrive%\install\RegTweaks.reg

and edited the winnt.sif file and put this

[GuiRunOnce]

%systemdrive%\install\batch_file.cmd

When I installed Windows, the wallpaper showed up when I right clicked my desktop, choose properties, and went into the desktop tab. My question is, how do I make it my default background when I install Windows? Also, I'd like to know how to put my own screensaver in, and make it default. I'm not using the hacked uxtheme.dll if that has any effect.


Posted

Instead of:

[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Desktop\General]

"BackupWallpaper"="c:\\windows\\web\\wallpaper\\xppaper.jpg"

"Wallpaper"="c:\\windows\\web\\wallpaper\\xppaper.jpg"

This worked:

;Set the default wallpaper

[HKEY_CURRENT_USER\Control Panel\Desktop]

"Wallpaper"="C:\\WINDOWS\\web\\wallpaper\\Filename.jpg"

"WallpaperStyle"="2"

"TileWallpaper"="0"

Just change Filename.jpg to your picture

  • 2 weeks later...
Posted

To make a screensaver default just use this:

[HKEY_USERS\S-1-5-21-682003330-343818398-1417001333-1003\Control Panel\Desktop]

"SCRNSAVE.EXE"="C:\\WINDOWS\\system32\\logon.scr"

replace logon.scr with your screeensaver

  • 1 year later...

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...