mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Registry entries for shell folders
svn path=/trunk/; revision=20494
This commit is contained in:
parent
6418505010
commit
7d1617eecb
1 changed files with 7 additions and 0 deletions
|
@ -14,6 +14,13 @@ HKCR,".inf","",0x00000000,"inffile"
|
|||
HKCR,"inffile\DefaultIcon","",0x00000000,"%SystemRoot%\System32\shell32.dll,-151"
|
||||
HKCR,"inffile\shell\Install\command","",0x00020000,"%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1"
|
||||
|
||||
; Folders
|
||||
HKCR,"Folder\Defaulticon","",0x00000000,"%SystemRoot%\System32\shell32.dll,-4"
|
||||
HKCR,"Folder\shell\open\command","",0x00000000,"explorer.exe ""%1"""
|
||||
HKCR,"Folder\shell\explore\command","",0x00000000,"explorer.exe /e,""%1"""
|
||||
HKCR,"Folder\shell\rootexplore","",0x00000000,"Explore from here"
|
||||
HKCR,"Folder\shell\rootexplore\command","",0x00000000,"explorer.exe /e,/root,""%1"""
|
||||
|
||||
; Show icons for shortcuts in shell views (lnkfile is handled specially in shell32)
|
||||
; Don't display extension for shortcuts
|
||||
HKCR,".lnk","",0x00000000,"lnkfile"
|
||||
|
|
Loading…
Reference in a new issue