Yes, you can change the highlight color of a selected desktop icon by modifying a registry value. Here's how:
- Press the Windows key + R to open the Run dialog box.
- Type "regedit" (without quotes) and press Enter to open the Registry Editor.
- Navigate to HKEY_CURRENT_USER\Control Panel\Colors.
- Look for the "Hilight" value in the right-hand pane. This is the value that controls the highlight color of selected items.
- Double-click on "Hilight" to open its properties.
- In the "Value data" field, enter the RGB value of the color you want to use. For example, if you want to use a light blue color, you can enter "192 217 255" (without quotes).
- Click OK to save the changes.
- Close the Registry Editor.
After making these changes, you'll need to log out and log back in or restart your computer for the changes to take effect. Once you've done that, the highlight color of selected desktop icons should be the color you specified in the registry value.
Note that modifying the registry can be risky, so it's a good idea to back up your registry before making any changes. Also, be careful not to modify any other registry values, as this can cause system instability or other problems.
Hope this is helpful :-)