mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
- provide a name for shellnew command (required)
svn path=/trunk/; revision=29691
This commit is contained in:
parent
ae7da04787
commit
385e22ca5a
1 changed files with 2 additions and 1 deletions
|
@ -110,13 +110,14 @@ HKCR,"inffile\shell\Install\command","",0x00020000,"%SystemRoot%\system32\rundll
|
|||
; Show icons for shortcuts in shell views (lnkfile is handled specially in shell32)
|
||||
; Don't display extension for shortcuts
|
||||
HKCR,".lnk","",0x00000000,"lnkfile"
|
||||
HKCR,".lnk\shellnew","",0x00000000,""
|
||||
HKCR,".lnk\shellnew","command",0x00020000,"%SystemRoot%\system32\rundll32.exe appwiz.cpl,NewLinkHere %1"
|
||||
HKCR,"lnkfile","",0x00000000,"Shortcut"
|
||||
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}","",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