win10更改系统保护色 脚本

2021-04-13 14:26

阅读:726

标签:win10   系统保护色   批处理   

echo off echo "change the system color on Win10..." reg add "HKEY_CURRENT_USER\Control Panel\Colors" /v Window /t REG_SZ /d "202 234 206" /f reg add HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\DefaultColors\Standard /v Window /t REG_DWORD /d 0x00caeace /f shutdown -r -t 0

win10更改系统保护色 脚本

标签:win10   系统保护色   批处理   

原文地址:http://blog.51cto.com/11424123/2110343


评论


亲,登录后才可以留言!