I connected my machine to a work group. The settings to change the wallpaper is in server machine, so that all the machine will have same wallpaper. Now how can I change my machine's wallpaper using registry ?

After reading some answers,

I created Wall.reg with the following content, and created a shortcut in Start up folder, so that the file will be executed automatically.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop]
"Wallpaper"="C:\Users\Public\Pictures\Sample Pictures\Koala.jpg"

Am I missing anything ? It is not working :(

link|improve this question

71% accept rate
1  
Try using double slashes in wallpaper path. – thane Jan 16 at 14:02
feedback

2 Answers

Navigate to

HKEY_CURRENT_USER\Control Panel\Desktop

and change Wallpaper key value to the full path of your image.

link|improve this answer
4  
And every time you logon the GPO will reset your wallpaper to the original. – Joe Taylor Jan 16 at 11:52
feedback

If the Server controls your wallpaper via a GPO then you will have to reset your wallpaper every time you login or the GPO is updated on your machine.

You could create a reg file modifying the values correctly and save it on your desktop, making this run at every logon would give you the wallpaper you desire after every logon. Use the registry Key that Thane provides and export the correct value. Anytime you import this it will modify the registry to the value you want.

Things to consider:

Are you breaking company IT policy doing this?
Can you modify the registry? and create startup tasks to do so? i.e do you have the priveleges?
Is it worth the hassle?

link|improve this answer
I can edit the registry. Can you give me idea about how can I create reg file and all. ? – Rauf Jan 16 at 12:06
Please see my edit. – Rauf Jan 16 at 12:39
If you just import the registry key manually. i.e double clicking on it. Does it work? – Joe Taylor Jan 16 at 13:41
No. It is not working. – Rauf Jan 17 at 9:47
I would definitely consider speaking to your IT department about this. there are a number of GP settings that can change / prevent a user from changing the wallpaper. if they've done this for a reason you could find yourself in hot water for messing around in the registry and changing it. – Joe Taylor Jan 17 at 10:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.