Windows 11 comes with a fresh and modern look, including a new color scheme. However, if you're not a fan of the default colors, you'll be glad to know that you can easily change the color scheme programmatically. In this article, we will guide you through the steps to programmatically change the Windows 11 color scheme.
Step 1: Open the Windows Registry Editor
The Windows Registry Editor is a powerful tool that allows you to make changes to the Windows operating system. To open it, follow these steps:
- Press the Windows key + R on your keyboard to open the Run dialog box.
- Type
regeditin the Run dialog box and press Enter. - The Registry Editor window will open.
Step 2: Navigate to the Colorization Registry Key
Once you have the Registry Editor open, you need to navigate to the Colorization registry key, which holds the color scheme settings. Follow these steps:
- In the left pane of the Registry Editor, navigate to the following key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\DWM - Click on the DWM key to select it.
Step 3: Modify the Colorization Registry Value
Now that you have selected the DWM key, you can modify the Colorization registry value to change the color scheme. Follow these steps:
- In the right pane of the Registry Editor, locate the Colorization value.
- Double-click on the Colorization value to open the Edit String dialog box.
- In the Value data field, enter the desired color scheme value. The color scheme value is a hexadecimal number that represents the color. For example, the default color scheme value is
0xC4D7EB. - Click OK to save the changes.
Step 4: Apply the Changes
After modifying the Colorization registry value, you need to apply the changes for the new color scheme to take effect. Follow these steps:
- Press the Windows key on your keyboard to open the Start menu.
- Click on the Power button.
- Click on the Restart option.
- Windows will restart, and the new color scheme will be applied.
That's it! You have successfully programmatically changed the Windows 11 color scheme. Experiment with different color scheme values to find the one that suits your preferences.
References
| Number | Reference |
|---|---|
| 1 | How to change the color scheme on Windows 11 |
| 2 | How to edit the Windows Registry |