mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
Revert "loader: Associate folder with explorer".
This reverts commit 7a941fd59a
.
It doesn't work properly since explorer fails to launch, and it breaks
the tests.
This commit is contained in:
parent
87a21586a8
commit
5a26d87bab
1 changed files with 0 additions and 1 deletions
|
@ -289,7 +289,6 @@ HKCR,exefile,,2,"Application"
|
|||
HKCR,exefile\DefaultIcon,,2,"%1"
|
||||
HKCR,exefile\shell\open\command,,2,"""%1"" %*"
|
||||
HKCR,exefile\shell\runas\command,,2,"""%1"" %*"
|
||||
HKCR,folder\shell\explore\command,,2,"explorer ""%1"""
|
||||
HKCR,folder\shell\open\ddeexec,,2,"[ViewFolder("%l", %I, %S)]"
|
||||
HKCR,folder\shell\open\ddeexec,"NoActivateHandler",2,""
|
||||
HKCR,folder\shell\open\ddeexec\application,,2,"Folders"
|
||||
|
|
Loading…
Reference in a new issue