【教程】Window - Icon link
Right click menu
Regist Path
- Single File: HKEY_CLASSES_ROOT > * > shell
- Directory: HKEY_CLASSES_ROOT > Directory > shell
- Current Directory: …
Icon Menu Item
- item: create app dir below shell dir
- icon: select app dir and create a value with extend string format. Set key as “Icon” and set data with app exe path
- item name: as above, but we only set default data with the info we want to see on menu
- exec: create “command” dir below app dir, then select this dir and set default data with “
“ “%1”
Basic Format Sample
1 |
|
【教程】Window - Icon link
https://jiaminglu0716.github.io/2023/10/29/tutorial/Course_20231205_Window_Icon_Link/