Skip to content

Instantly share code, notes, and snippets.

@tajoma9x
Created December 11, 2023 17:59
Show Gist options
  • Select an option

  • Save tajoma9x/94ff54c77028f65645912f3b12f80266 to your computer and use it in GitHub Desktop.

Select an option

Save tajoma9x/94ff54c77028f65645912f3b12f80266 to your computer and use it in GitHub Desktop.
Enable dark mode in Windows via PowerShell
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