只要将下面的批处理命令复制到 =>
任意文件名.bat中运行相应的批处理文件就好了。
注销或重启后生效。
设置窗口背景颜色为淡绿保护你的眼睛,色调85,饱和度
90,亮度205(即:红204,绿232,蓝207):
@echo off
reg add "HKCU\Control Panel\Colors" /v "Window" /t REG_SZ /d "204 232
207" /f
还原窗口背景为白色:
@echo off
reg add "HKCU\Control Panel\Colors" /v "Window" /t REG_SZ /d "255 255
255" /f