|
|
发表于 2013-12-18 10:12:08
|
显示全部楼层
- Windows Registry Editor Version 5.00
- [HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-000000000002}]
- @=""
- [HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-000000000002}\InProcServer32]
- @=hex(2):43,00,3a,00,5c,00,57,00,49,00,4e,00,44,00,4f,00,57,00,53,00,5c,00,73,\
- 00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,64,00,6f,00,\
- 63,00,76,00,77,00,2e,00,64,00,6c,00,6c,00,00,00
- [HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-000000000002}\Instance]
- @=""
- "CLSID"="{3f454f0e-42ae-4d7c-8ea3-328250d6e272}"
- [HKEY_CLASSES_ROOT\CLSID\{00000000-0000-0000-0000-000000000002}\Instance\InitPropertyBag]
- @=""
- "Param1"="命令"
- "command"="名称"
- "method"="ShellExecute"
- "CLSID"="{13709620-C279-11CE-A49E-444553540000}"
- [HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\{00000000-0000-0000-0000-000000000002}]
复制代码 这个就可以在桌面添加右键菜单 |
|