Jump to content

Recommended Posts

Posted

Ok i made a "Registry Hack" .reg file and everything writes in the registry fine except this code:

; Set Logon Box Background Image
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"Wallpaper"="C:\Windows\Web\Wallpaper\default.bmp"

This is to make the default wallpaper, at the login screen, when the user logs in.

When i run the .reg to install the tweak it confirms that it was added but when i goto "HKEY_USERS\.DEFAULT\Control Panel\Desktop" it still says "(None)". If i manually enter "C:\Windows\Web\Wallpaper\default.bmp" instead of "(None)" it hack works fine.

Why wont that registry code enter correctly into my WinXP Pro registry?

Thanks in advance!


Posted

no, you have to use double backslashes, like this:

REGEDIT4

; Set Logon Box Background Image
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"Wallpaper"="C:\\Windows\\Web\\Wallpaper\\default.bmp"

Posted
no, you have to use double backslashes, like this:

REGEDIT4

; Set Logon Box Background Image
[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"Wallpaper"="C:\\Windows\\Web\\Wallpaper\\default.bmp"

:bowdown:

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