Skip to content

Instantly share code, notes, and snippets.

@redtrillix
Last active July 5, 2024 09:27
Show Gist options
  • Save redtrillix/be64fee8cd5d034ded9f8c8fff47161c to your computer and use it in GitHub Desktop.
Save redtrillix/be64fee8cd5d034ded9f8c8fff47161c to your computer and use it in GitHub Desktop.
Set dark or light theme in Windows with PowerShell
Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0
Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment