Don't display extension for shortcuts in shell views

svn path=/trunk/; revision=7778
This commit is contained in:
Gé van Geldorp 2004-01-19 20:56:26 +00:00
parent 77600961c2
commit f14c8d5e08

View file

@ -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"