千家信息网

win10更改系统保护色 脚本

发表于:2025-01-27 作者:千家信息网编辑
千家信息网最后更新 2025年01月27日,echo offecho "change the system color on Win10..."reg add "HKEY_CURRENT_USER\Control Panel\Colors" /
千家信息网最后更新 2025年01月27日win10更改系统保护色 脚本
echo offecho "change the system color on Win10..."reg add "HKEY_CURRENT_USER\Control Panel\Colors" /v Window /t REG_SZ /d "202 234 206" /freg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\DefaultColors\Standard /v Window /t REG_DWORD /d 0x00caeace /fshutdown -r -t 0
0