mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Don't display extension for shortcuts in shell views
svn path=/trunk/; revision=7778
This commit is contained in:
parent
77600961c2
commit
f14c8d5e08
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ HKCR,"exefile\Defaulticon","",0x00000000,"%1"
|
|||
HKCR,"exefile\shell\open\command","",0x00000000,"""%1"" %*"
|
||||
; Show icons for shortcuts in shell views (lnkfile is handled specially in shell32)
|
||||
HKCR,".lnk","",0x00000000,"lnkfile"
|
||||
; Don't display extension for shortcuts
|
||||
HKCR,"lnkfile","NeverShowExt",0x00000000,""
|
||||
; install notepad as handler for .txt files
|
||||
HKCR,".txt","",0x00000000,"txtfile"
|
||||
HKCR,".txt","Content Type",0x00000000,"text/plain"
|
||||
|
|
Loading…
Reference in a new issue