diff --git a/Netch/Controllers/TrojanController.cs b/Netch/Controllers/TrojanController.cs index 8a43b045..709c221f 100644 --- a/Netch/Controllers/TrojanController.cs +++ b/Netch/Controllers/TrojanController.cs @@ -92,7 +92,10 @@ namespace Netch.Controllers if (Instance != null && !Instance.HasExited) { Instance.Kill(); + Instance.WaitForExit(); } + + Process.Start("cmd.exe", "/c taskkill /f /t /im Trojan.exe").WaitForExit(); } catch (Exception e) {