SkillAgentSearch skills...

IconOverlayHandler

Windows shell extention including shortcut menu and icon overlay handlers to add custom file type processing to Explorer

Install / Use

/learn @apriorit/IconOverlayHandler
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Shell Extention Handlers for Shortcut Menu and Icon Overlay

About

The project is a custom shell extension including shortcut menu and icon overlay handlers.

Shell extension handlers are used to extend a set of Windows Explorer standard actions, typically to ensure correct work with special file types. With shortcut menu handler we add new custom items to the context menu, and with icon handler we change (overlay) the default icon of the file.

Implementation

Shell extension is a COM object with its own GUID. Several standard and specific interfaces are implemented for it.

The provided solution deals with a number of typical problems:

  1. Displaying custom icons when a lot of other icon overlay handlers are registered
  2. Correct displaying of custom icons with the transparent background
  3. Correct work of context menu handler in specific situations.

You can get more details, shell extension implementation basics, and problem situation explanations in the related article.

License

Licensed under the MIT license. © Apriorit.

Related Skills

View on GitHub
GitHub Stars28
CategoryDevelopment
Updated2mo ago
Forks9

Languages

C++

Security Score

95/100

Audited on Jan 9, 2026

No findings