Logik Posted March 30, 2005 Posted March 30, 2005 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!
Mike_Wilson Posted March 31, 2005 Posted March 31, 2005 It works here, are you sure your logged in with admin privilages?
Logik Posted March 31, 2005 Author Posted March 31, 2005 It works here, are you sure your logged in with admin privilages?<{POST_SNAPBACK}>yup, i tried it on 2 PCs. it doesnt seem to want to add to the registry.is the code proper?
buletov Posted March 31, 2005 Posted March 31, 2005 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"
Logik Posted March 31, 2005 Author Posted March 31, 2005 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"<{POST_SNAPBACK}>:bowdown:
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now