进入Powershell 窗口后,键入或粘贴以下命令之一(取决于您要启用的颜色模式,然后按Enter 键处理命令:黑暗模式: 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 AppsUseLightTheme -Value 1 -Type Dword -Force如果效果没有立即可见,请重新启动计算机以强制更改生效 。使用 Powershell(在系统级别)启用亮模式或暗模式
- 首先按Windows 键 + R弹出一个 RUn 框 。接下来,在文本框中键入“powershell” ,然后按Ctrl + Shift + Enter打开具有管理权限的Powershell终端窗口 。在用户帐户控制 (UAC)提示符下,点击是以授予管理员访问权限 。
- 进入提升的 Powershell 窗口后,键入以下命令之一并按 Enter 键以在 Windows 11 上启用暗模式或亮模式:深色模式设置项属性 -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 SystemUsesLightTheme -Value 1 -Type Dword -Force
- 成功处理命令后,重新启动计算机以使更改生效 。