Set or remove eye protection color settings
| Set or remove eye protection color settings |
This operation involves modifying the registry list. Please be careful and consult a professional when doing this.
Setting a new color
- Create a txt document and copy the following code into the document.
reg add "HKCU\Control Panel\Colors" /v Window /t REG_SZ /d "202 234 206" /f
“202 234 206” is the 8 bit RGB color code. You can modify this part of the code to your desired color.
- Then, go to and set File name to “setBackgroundColor.bat” and set Save as type to All Files. Then close the document. Please note that the file extension must be .bat.
- Double-click the file and a program will run in the background. Restart your computer and the background will be changed to the color you set.
Undoing this
- Create a txt document and copy the following code into the document.
reg add "HKCU\Control Panel\Colors" /v Window /t REG_SZ /d "255 255 255" /f
Then, go to and set File name to “RemoveBackgroundColor.bat” (or any other file names you like). Then close the document.
Please note that the file extension must be .bat.
- Double-click the file and a program will run in the background. Restart your computer and the background is changed.