Windows 10 new default theme is very bright and hurts the eyes, like the brightness of Windows 10 is everywhere. It seems that Microsoft built a dark theme into Windows 10 but it’s hidden. This reminds me like Mavericks dark theme mode with the Mac OS.
Here is the codes for the registry hack in the video [click here to get the file]:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"AppsUseLightTheme"=dword:00000000
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize]
"AppsUseLightTheme"=dword:00000000
Step 1: Do a Windows + R command to bring up the run dialog and type in the following “regedit” then hit enter:
Step 2: Click on “YES” on the User Account Control to open the Registry Editor:
Step 3: Once the registry editor is open it’s time to locate and modify the two settings to get the dark theme to work within Windows 10:
Step 4: Expand > HKEY_LOCAL_MACHINE
Step 5: Then expand > SOFTWARE
Step 8: Expand > CURRENTVERSION
Step 10: Right-click on THEME and choose NEW
Step 13: The KEY will be named to Personalize
Step 14: Right-click the “Personalize” key and choose NEW:
Step 15: Choose DWORD (32-bit Value):
Step 16: Name the DWORD to AppsUseLightTheme
Step 17: Double-click the new DWORD value and make sure it’s set to 0:
Step 18: Now go into the HKEY_LOCAL_MACHINE
Step 22: Expand > CURRENTVERSION
Step 25: Right-click on the PERSONALIZE key and choose NEW
Step 26: Choose DWORD (32-bit) Value:
Step 27: Name the DWORD value AppsUseLightTheme
Step 28: Double-click the DWORD value and set it to 0:

