win8 修改背景色为绿豆沙颜色

新建一个文本文件,输入内容为

reg add "HKEY_CURRENT_USER\Control Panel\Appearance\New Schemes\Current Settings SaveAll\Sizes\0" /v "Color #5" /t REG_DWORD /d 16777215 /f
reg add "HKEY_CURRENT_USER\Control Panel\Colors" /v "Window" /t REG_SZ /d "204 232 207" /f

保存

修改扩展名为bat

双击运行

注销后,可看到效果。

猜你喜欢

转载自onlyor.iteye.com/blog/1770827