Set or remove eye protection color settings

Applicable products: PC,Desktop
Applicable products:
zoom in pic
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

  1. 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.

  2. Then, go to File > Save As 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.
  1. 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

  1. 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 File > Save As 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.

  1. Double-click the file and a program will run in the background. Restart your computer and the background is changed.
Helpful or not?
Thanks for your feedback.