From f14c8d5e0827cd90ef8f94a310c8e2060fa6c247 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Mon, 19 Jan 2004 20:56:26 +0000 Subject: [PATCH] Don't display extension for shortcuts in shell views svn path=/trunk/; revision=7778 --- reactos/bootdata/hivecls.inf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/bootdata/hivecls.inf b/reactos/bootdata/hivecls.inf index c17b18b865d..8594ae54d21 100644 --- a/reactos/bootdata/hivecls.inf +++ b/reactos/bootdata/hivecls.inf @@ -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"