From c727e592a6a1be9c1bbdf0ee7c18bab169ad991c Mon Sep 17 00:00:00 2001 From: Maarten Bosma Date: Mon, 17 Apr 2006 17:54:45 +0000 Subject: [PATCH] Open .ini and .inf with notepad svn path=/trunk/; revision=21641 --- reactos/boot/bootdata/hivecls.inf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reactos/boot/bootdata/hivecls.inf b/reactos/boot/bootdata/hivecls.inf index f054441c20a..1a2e05954d9 100644 --- a/reactos/boot/bootdata/hivecls.inf +++ b/reactos/boot/bootdata/hivecls.inf @@ -9,8 +9,13 @@ HKCR,".exe","",0x00000000,"exefile" HKCR,"exefile\Defaulticon","",0x00000000,"%1" HKCR,"exefile\shell\open\command","",0x00000000,"""%1"" %*" +; ini (configuration) files +HKCR,".ini","",0x00000000,"inifile" +HKCR,"inifile\shell\open\command","",0x00000000,"notepad.exe ""%1""" + ; Show icons for inf (installation) files HKCR,".inf","",0x00000000,"inffile" +HKCR,"inffile\shell\open\command","",0x00000000,"notepad.exe ""%1""" HKCR,"inffile\DefaultIcon","",0x00000000,"%SystemRoot%\System32\shell32.dll,-151" HKCR,"inffile\shell\Install\command","",0x00020000,"%SystemRoot%\System32\rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %1"