Skip to content

Instantly share code, notes, and snippets.

View tajoma9x's full-sized avatar
🫡
o pilin wawa!

tajoma9x

🫡
o pilin wawa!
View GitHub Profile
@tajoma9x
tajoma9x / darkmode.ps1
Created December 11, 2023 17:59
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