From 1d53ea429ea86db26fb878b5a71c686109944bf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Sun, 18 Jan 2004 23:00:16 +0000 Subject: [PATCH] Show icons for shortcuts in shell views svn path=/trunk/; revision=7765 --- reactos/bootdata/hivecls.inf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/bootdata/hivecls.inf b/reactos/bootdata/hivecls.inf index 8c7cb57e32e..c17b18b865d 100644 --- a/reactos/bootdata/hivecls.inf +++ b/reactos/bootdata/hivecls.inf @@ -8,6 +8,8 @@ HKLM,"SOFTWARE\Classes",,0x00000010 HKCR,".exe","",0x00000000,"exefile" 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" ; install notepad as handler for .txt files HKCR,".txt","",0x00000000,"txtfile" HKCR,".txt","Content Type",0x00000000,"text/plain"