mirror of
https://github.com/microsoft/PowerToys
synced 2025-09-01 23:15:18 +00:00
add two way IPC
This commit is contained in:
@@ -222,7 +222,7 @@ void run_settings_window()
|
||||
|
||||
// Arg 1: executable path.
|
||||
std::wstring executable_path = get_module_folderpath();
|
||||
executable_path.append(L"\\PowerToysSettings.exe");
|
||||
executable_path.append(L"\\netcoreapp3.1\\Microsoft.PowerToys.Settings.UI.Runner.exe");
|
||||
|
||||
// Arg 2: pipe server. Generate unique names for the pipes, if getting a UUID is possible.
|
||||
std::wstring powertoys_pipe_name(L"\\\\.\\pipe\\powertoys_runner_");
|
||||
|
Reference in New Issue
Block a user