diff --git a/tools/wine.inf b/tools/wine.inf index 316c25a5595..f894c391f5d 100644 --- a/tools/wine.inf +++ b/tools/wine.inf @@ -89,6 +89,7 @@ HKCR,.htm,,,"htmlfile" HKCR,.htm,"Content Type",,"text/html" HKCR,.html,,,"htmlfile" HKCR,.html,"Content Type",,"text/html" +HKCR,.ini,,,"inifile" HKCR,.jfif,"Content Type",,"image/jpeg" HKCR,.lnk,,,"lnkfile" HKCR,.msi,,,"Msi.Package" @@ -104,6 +105,8 @@ HKCR,folder\shell\open\ddeexec,,,"[ViewFolder("%l", %I, %S)]" HKCR,folder\shell\open\ddeexec,"NoActivateHandler",,"" HKCR,folder\shell\open\ddeexec\application,,,"Folders" HKCR,htmlfile\shell\open\command,,,"winebrowser" +HKCR,inifile\shell\open\command,,,"%11%\notepad.exe %1" +HKCR,inifile\shell\print\command,,,"%11%\notepad.exe /p %1" HKCR,lnkfile,"NeverShowExt",,"" HKCR,lnkfile,"IsShortcut",,"yes" HKCR,lnkfile\CLSID,,,"{00021401-0000-0000-C000-000000000046}"