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