Commit 3b322dce authored by Hajime Segawa's avatar Hajime Segawa Committed by Alexandre Julliard

Make folders open correctly in Windows Explorer.

parent 7292117f
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment