Created
December 11, 2023 17:59
-
-
Save tajoma9x/94ff54c77028f65645912f3b12f80266 to your computer and use it in GitHub Desktop.
Enable dark mode in Windows via PowerShell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0 | |
| # Enable light mode by changing 0 to 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment