We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09cdd0f commit c93de9aCopy full SHA for c93de9a
WSLGd/main.cpp
@@ -527,10 +527,10 @@ try {
527
"/init",
528
std::move(rdpClientExePath),
529
basename(rdpClientExePath.c_str()),
530
+ "/wslg", // set wslg option first so following parameters are parsed in context of wslg.
531
+ "/silent", // then set silent option before anything-else.
532
std::move(remote),
533
std::move(serviceId),
- "/silent",
- "/wslg",
534
std::move(wslDvcPlugin),
535
std::move(sharedMemoryObPath),
536
std::move(rdpFilePathArg)
0 commit comments