Disabling Bright Highlight of Selected Folder and Files in Windows File Explorer
If you've recently purchased a new laptop or are still setting up your system, you may have come across an irritating feature in Windows File Explorer. Whenever you select a folder or file, it is highlighted with a bright color, which can be distracting and unpleasant to the eyes.
Why is this highlighting feature necessary?
The bright highlighting feature in Windows File Explorer is designed to make it easier for users to see which folder or file is currently selected. However, for some users, this feature can be more of a hindrance than a help, and they may prefer to disable it.
How to disable the bright highlighting feature in Windows File Explorer
To disable the bright highlighting feature in Windows File Explorer, follow these steps:
- Open Windows File Explorer.
- Click on the "View" tab in the ribbon menu at the top of the window.
- In the "Show" group, uncheck the box next to "Item check marks".
Once you have unchecked the "Item check marks" option, the bright highlighting of selected folders and files will be disabled. Instead, you will see a subtle gray checkmark next to the selected item.
Customizing the appearance of selected folders and files
If you want to customize the appearance of selected folders and files further, you can use a third-party tool such as "Folder Marker". This program allows you to change the color and icon of selected folders and files, making it easier to identify them in Windows File Explorer.
- The bright highlighting feature in Windows File Explorer can be irritating and distracting for some users.
- To disable the bright highlighting feature, uncheck the "Item check marks" option in the "View" tab of the ribbon menu in Windows File Explorer.
- Third-party tools such as "Folder Marker" can be used to customize the appearance of selected folders and files further.
References
Windows File Explorer Tips and Tricks. Microsoft Support. https://support.microsoft.com/en-us/windows/windows-file-explorer-tips-and-tricks-49a7ff48-8b31-4885-a71a-a878b66e9fb8
How to Customize the Appearance of Folders in Windows 10. How-To Geek. https://www.howtogeek.com/358231/how-to-customize-the-appearance-of-folders-in-windows-10/
// Example code block in C#
using System;
class Program
{
static void Main()
{
Console.WriteLine("Hello, world!");
}
}