Alexandre Julliard : Revert "loader: Associate folder with explorer".
Module: wine Branch: master Commit: 5a26d87babd98a776954f7dc8d4a36e36d7a87d4 URL: https://gitlab.winehq.org/wine/wine/-/commit/5a26d87babd98a776954f7dc8d4a36e... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jan 30 17:29:48 2024 +0100 Revert "loader: Associate folder with explorer". This reverts commit 7a941fd59af6377c1e30012e4a0eaea711dd61f4. It doesn't work properly since explorer fails to launch, and it breaks the tests. --- loader/wine.inf.in | 1 - 1 file changed, 1 deletion(-) diff --git a/loader/wine.inf.in b/loader/wine.inf.in index 9a8865698ea..06551152f3a 100644 --- a/loader/wine.inf.in +++ b/loader/wine.inf.in @@ -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"
participants (1)
-
Alexandre Julliard