diff --git a/start.ps1 b/start.ps1 index 37b530e7f..b7e86f0b7 100644 --- a/start.ps1 +++ b/start.ps1 @@ -28,7 +28,7 @@ if($file -eq ""){ } function StartServer{ - $command = "powershell " + $binary + " " + $file + " " + $extraPocketMineArgs + $command = "powershell -NoProfile " + $binary + " " + $file + " " + $extraPocketMineArgs iex $command }