Green Tick or Blue Arrows Icon Overlay Displayed for Files and Folders

overlay icon handlers shellexview

If you’re wondering why Explorer shows certain files or folders with some icon sign in the corners, such as a white tick mark in a green box, or chevron in a blue box, or any other symbol such as a white tick in round green background regardless of the file type, then you’ll find this post helpful.

These are known as icon overlays, added by programs to provide additional information about the files or folders marked with the overlay symbol. For example, a backup program that you use may place an icon overlay for files and folders that are backed up, and a different symbol for files that aren’t included in the backup.Read more

Cannot Access “Folder Options” in Windows

The NoFolderOptions registry setting hides the Folder Options applet from the Control Panel and the Folder Options command under the Tools menu in Explorer. In Windows 10, this policy disables all the Folder Options entry points—e.g., “Change folder and search options” will be grayed out in the File menu in Explorer.

In earlier versions of Windows, if you enable this policy setting, users will receive an error message if they tap or click the Options button or choose the Change folder and search options command, and they will not be able to open Folder Options.Read more

Determine the Target Path of Windows Installer Shortcuts

When you right-click on a Windows Installer shortcut and choose Properties, the Target field does not show the path to the executable. This is because Windows Installer shortcuts work differently. When you double-click a Windows Installer shortcut, Windows reads the Product code, Component code, and other details stored in the Shortcut to determine the executable file location.Read more

How to Email File Paths via the Send To menu

email file path context menu

Let’s assume you’re working in the training department of a firm and need to send training materials to recruits regularly. The usual way is to right-click on the file, click Send To, and click Mail Recipient. This attaches the file to the compose window in your mail client.

How about saving bandwidth on your local network by sending the target path of documents (in a network share) instead of attaching them to mail?Read more

How to run .BAT files invisibly, without displaying the Command Prompt window

run batch file hidden or invisible mode

Batch files (.BAT) and Windows NT Command Script (.CMD) files run in console window when double-clicked. This means that the Command Prompt window will be visible until the .BAT or .CMD file execution is complete.

run batch file hidden or invisible mode

To make .BAT or .CMD file execution less intrusive, you can configure it to run minimized. Or if the .BAT or .CMD file does not require user input during run time, you can launch it in invisible mode using a Script.

The built-in Task Scheduler in Windows is capable of launching programs in hidden mode. If you don’t want to proceed via the Task Scheduler route, check out the options discussed in this article.Read more