From 2f02c2970c43d173e4c8eff0460caa554ed27e8b Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Sat, 26 Oct 2024 17:55:36 +0800 Subject: [PATCH] UseShellExecute = true --- v2rayN/ServiceLib/ViewModels/MainWindowViewModel.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/v2rayN/ServiceLib/ViewModels/MainWindowViewModel.cs b/v2rayN/ServiceLib/ViewModels/MainWindowViewModel.cs index b75cda3d..5fc22623 100644 --- a/v2rayN/ServiceLib/ViewModels/MainWindowViewModel.cs +++ b/v2rayN/ServiceLib/ViewModels/MainWindowViewModel.cs @@ -313,6 +313,7 @@ namespace ServiceLib.ViewModels { StartInfo = new ProcessStartInfo { + UseShellExecute = true, FileName = fileName, Arguments = arg.AppendQuotes(), WorkingDirectory = Utils.StartupPath()