扫二维码与项目经理沟通
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流
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
我们在微信上24小时期待你的声音
解答本文疑问/技术咨询/运营咨询/技术建议/互联网交流