Make folders open correctly in Windows Explorer.
This commit is contained in:
parent
7292117fe8
commit
3b322dce22
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue