Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Fleex255/ContextIcons
Allows setting icons for standard Windows context menu items like "Copy" and "Paste"
https://github.com/Fleex255/ContextIcons
Last synced: 16 days ago
JSON representation
Allows setting icons for standard Windows context menu items like "Copy" and "Paste"
- Host: GitHub
- URL: https://github.com/Fleex255/ContextIcons
- Owner: Fleex255
- Created: 2016-01-06T01:16:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-06T01:23:35.000Z (almost 9 years ago)
- Last Synced: 2024-08-01T05:19:27.525Z (3 months ago)
- Language: C++
- Size: 12.7 KB
- Stars: 20
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](http://superuser.com/a/1021873/380318), earning a hearty bounty of 100 points from the very generous [Sk8erPeter](http://superuser.com/users/62130/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`.