To set the Windows desktop background color to a specific solid color, run the PowerShell script located in this directory: SetWindowsDesktopBackgroundColor.ps1.
Usage
powershell
.\SetWindowsDesktopBackgroundColor.ps1 color "<hex_color>"
Parameters
- •
color: The command to execute. Always use "color". - •
<hex_color>: The color in hex format (e.g.,#FF0000for red,#0000FFfor blue,#71797Efor Steel Grey).
Examples
Set background to Red:
powershell
.\SetWindowsDesktopBackgroundColor.ps1 color "#FF0000"
Set background to Steel Grey:
powershell
.\SetWindowsDesktopBackgroundColor.ps1 color "#71797E"