====== Windows 11 ====== ===== Dark Mode ===== * **개인설정 -> 색 -> 모드 선택** 에서 "다크"로 변경 가능하다. * 명령으로도 변경할 수 있다. # 값에 0이면 Dark, 1이면 Light Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name SystemUsesLightTheme -Value 0 -Type Dword -Force; Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize -Name AppsUseLightTheme -Value 0 -Type Dword -Force;