Stay Connected
Windows Wallpaper: How to disable branded wallpaper?
If you using a OEM Windows installation often there will be a wallpaper set when you login from the console or with Remote Desktop services. For me this is annoying when using RDP session as it is slow to render the wallpaper bitmaps over the internet connection or WAN.
I prefer the disable this.
Example
Open RegEdit and navigate to HKEY_USERS\.DEFAULT\Control Panel\Desktop and check Wallpaper key. To disable the wallpaper just delete this or use a script.
reg delete "HKEY_USERS\.DEFAULT\Control Panel\Desktop" /v Wallpaper /f
If you are managing Dell servers with OEM installation than there is also the large bitmap wallpaper and using the script above will disable it.
| Print article | This entry was posted by Ivan Versluis on June 26, 2009 at 8:00 am, and is filed under Microsoft. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |

