Skip to content

Instantly share code, notes, and snippets.

@wwilliams
Last active August 1, 2022 14:57
Show Gist options
  • Save wwilliams/e17a5e1582ebc0f8f2037ef4a6b6b024 to your computer and use it in GitHub Desktop.
Save wwilliams/e17a5e1582ebc0f8f2037ef4a6b6b024 to your computer and use it in GitHub Desktop.
windows 10/11 dark mode powershell
Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0 -Type Dword -Force
Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name SystemUsesLightTheme -Value 0 -Type Dword -Force