Skip to content

Instantly share code, notes, and snippets.

@rossarioking
Last active October 6, 2019 23:48
Show Gist options
  • Save rossarioking/0164d9be9dfd2629eb12e5e27e1561a3 to your computer and use it in GitHub Desktop.
Save rossarioking/0164d9be9dfd2629eb12e5e27e1561a3 to your computer and use it in GitHub Desktop.
Enables Dark Mode For Windows Explorer in Windows 10 #PowerShell
Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment