Author: mbosma Date: Mon Apr 17 21:54:45 2006 New Revision: 21641
URL: http://svn.reactos.ru/svn/reactos?rev=21641&view=rev Log: Open .ini and .inf with notepad
Modified: trunk/reactos/boot/bootdata/hivecls.inf
Modified: trunk/reactos/boot/bootdata/hivecls.inf URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/boot/bootdata/hivecls.inf?re... ============================================================================== --- trunk/reactos/boot/bootdata/hivecls.inf (original) +++ trunk/reactos/boot/bootdata/hivecls.inf Mon Apr 17 21:54:45 2006 @@ -9,8 +9,13 @@ 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"