Make folders open correctly in Windows Explorer.

This commit is contained in:
Hajime Segawa 2004-11-28 15:01:24 +00:00 committed by Alexandre Julliard
parent 7292117fe8
commit 3b322dce22
1 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,9 @@ HKCR,.xml,"Content Type",,"text/xml"
HKCR,.xsl,"Content Type",,"text/xsl"
HKCR,exefile\DefaultIcon,,,"%1"
HKCR,exefile\shell\open\command,,,"""%1"" %*"
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 %1"
HKCR,txtfile\shell\open\command,,,"%11%\notepad.exe %1"
HKCR,txtfile\shell\print\command,,,"%11%\notepad.exe /p %1"