How To Enable Windows 10 Hidden Dark Theme
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.
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”.
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
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.