Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 631 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 631 Bytes

ContextIcons

Allows setting icons for standard Windows context menu items like "Copy" and "Paste." Designed for Windows 8 (or greater) x64.

Inception

This was originally written as an answer on Super User, earning a hearty bounty of 100 points from the very generous Sk8erPeter.

To use

Put BMP files in the C:\shellicon directory with the names found in IconInjector.cpp. This works best if the images are saved with MS Paint.

Install the built DLL with regsvr32 ContextIcons.dll. To remove, do regsvr32 /u ContextIcons.dll.