When a file is compressed in Windows, there is an option in Explorer to display it in a different color to easy identification. This setting lets you define the color to use. The default color is blue.
Some changes will have to be done in the registry to make these changes.
For this, go to Start > Run menu, enter “regedit” and navigate to the registry path listed below. If the subkey “\CurrentVersion\Explorer” is not present, create it as explained below. Then, create a binary value name “AltColor”, if this value does not exist. Now, right-click and modify the value data box with the desired color code as given below.
| Color | Color_Code |
| Red | FF 00 00 |
| Green | 00 FF 00 |
| Blue | 00 00 FF |
| Yellow | FF FF 00 |
| White | FF FF FF |
| Black | 00 00 00 |
| Brown | A5 2A 2A |
For default, delete this entry.
Logoff or restart the system.