diff --git a/mRemoteNG/App/Shutdown.cs b/mRemoteNG/App/Shutdown.cs index e69c557e..2067cbdb 100644 --- a/mRemoteNG/App/Shutdown.cs +++ b/mRemoteNG/App/Shutdown.cs @@ -120,7 +120,7 @@ namespace mRemoteNG.App private static void RunUpdateFile() { if (UpdatePending) - Process.Start(_updateFilePath); + Process.Start(new ProcessStartInfo(_updateFilePath) { UseShellExecute = true }); } } } \ No newline at end of file