Windows – Change Windows Desktop Background command line

command linedesktop-customizationwindows 7

Is there a command line option to change the Windows desktop background color?

I want to set my desktop background to use Solid Colors (blue – rgb: 57, 109, 166) with no background image. The only reading I find is about how to change the desktop wallpaper image.

Best Answer

The background is stored in the registry. There are a few different ways to set it. But there several ways to set a registry value via the command line.

To set the background to a specific color you need to unset any wallpaers, and set the color.

HKEY_CURRENT_USER\Control Panel\Colors\Background = 'r g b'
HKEY_CURRENT_USER\Control Panel\Desktop\Wallpaper = ''
Related Question