mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
- fix creating context menu entry for shortcut
- add static context menu entry (under windows xp sp2 it is defined under ".lnk", however this is a little mess to define static handlers in one place and dynamic in another) svn path=/trunk/; revision=29679
This commit is contained in:
parent
ec0138f98f
commit
bcb862e4f0
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@ HKCR,"lnkfile","NeverShowExt",0x00000000,""
|
|||
HKCR,"lnkfile","IsShortcut",0x00000000,"yes"
|
||||
HKCR,"lnkfile\CLSID","",0x00000000,"{00021401-0000-0000-C000-000000000046}"
|
||||
HKCR,"lnkfile\shellex\IconHandler","",0x00000000,"{00021401-0000-0000-C000-000000000046}"
|
||||
HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},,,
|
||||
HKCR,"lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046}","",0x00000000,""
|
||||
HKCR,"lnkfile\shellnew","",0x00020000,"%SystemRoot%\system32\rundll32.exe appwiz.cpl,NewLinkHere %1"
|
||||
|
||||
; Text Documents
|
||||
HKCR,".log","",0x00000000,"txtfile"
|
||||
|
|
Loading…
Reference in a new issue