[EXPLORER] Winkey + E shortcut should open "My Computer" instead of "My documents...
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Sat, 13 Jan 2018 19:14:16 +0000 (21:14 +0200)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Sat, 13 Jan 2018 19:14:16 +0000 (21:14 +0200)
base/shell/explorer/traywnd.cpp

index fefd0f0..d1f30e3 100644 (file)
@@ -544,7 +544,7 @@ public:
         case IDHK_EXPLORE:
             //FIXME: We don't support this yet:
             //ShellExecuteW(0, L"explore", NULL, NULL, NULL, 1);
-            ShellExecuteW(0, NULL, L"explorer.exe", NULL, NULL, 1); 
+            ShellExecuteW(0, NULL, L"explorer.exe", L"/e ,", NULL, 1); 
             break;
         case IDHK_FIND:
             SHFindFiles(NULL, NULL);