Follow these steps to configure the theme settings for Windows:
Registry Key Modification
To modify the theme settings, you will need to make changes to the Windows registry:
1. Modify HKEY_LOCAL_MACHINE Registry Key
- Navigate to
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes. - Create a new directory under Themes called Personalize.
- Add a new DWORD (32-bit) value named
AppUseLightTheme. - Set the value of
AppUseLightThemeto 0 (zero).
2. Modify HKEY_CURRENT_USER Registry Key
- Navigate to
HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes. - If the Personalize directory is present, open it.
- Change the value of the DWORD
AppUseLightThemeto 0 (zero). By default, this value will already be set to zero.
Note: Modifying the registry can affect your system's behavior. Ensure that you back up the registry before making any changes.
Leave a Comment