Skip to content

Commit

Permalink
Use dedicated RDP plugin registration for lifted WSL (#623)
Browse files Browse the repository at this point in the history
Co-authored-by: Hideyuki Nagase <hideyukn@ntdev.microsoft.com>
  • Loading branch information
hideyukn88 and Hideyuki Nagase committed Jan 6, 2022
1 parent c8b2427 commit 976f391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WSLGd/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ try {
std::move(serviceId),
"/silent",
"/wslg",
"/plugin:WSLDVC",
isWslInstallPathEnvPresent ? "/plugin:WSLDVC_PACKAGE" : "/plugin:WSLDVC",
std::move(sharedMemoryObPath),
std::move(rdpFilePath)
});
Expand Down

0 comments on commit 976f391

Please sign in to comment.