How To Enable Windows 10 Hidden Dark Theme

By
Advertisement


How To Enable Windows 10 Hidden Dark Theme


windows-10
Windows 10 by default uses a lot of white for the backgrounds of system apps. This look, of course, is quite normal, but some users may want an even darker version of the OS. Not the evil kind, but the theme kind.

We covered how to do this back in the earlier builds of Windows 10 during the Insider releases. Believe it or not, the trick still works. However, the directions have changed.
Open up the registry editor
  • Under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize, create a DWORD value named “AppsUseLightTheme” with the value of “0”.
  • Under HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize, create a DWORD value named “AppsUseLightTheme” with a value of “0”.
Demo :-
01 02 03
04 05 06 07 08 09 10 11 12
An easier way would be to use powershell (No need to log off). Open powershell as admin, and enter:
  • New-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0
Demo 2 :-
0002001

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.

.
Powered by Blogger.