사용자 도구

사이트 도구


windows:11

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;
windows/11.txt · 마지막으로 수정됨: 2025/04/15 22:10 저자 kwon37xi