diff --git a/src/ShellRunner/CommandRunner.cs b/src/ShellRunner/CommandRunner.cs index bbfad1d..0cd984d 100644 --- a/src/ShellRunner/CommandRunner.cs +++ b/src/ShellRunner/CommandRunner.cs @@ -9,7 +9,7 @@ public static CommandBuilderOptions UsePowershell() var options = new CommandBuilderOptions( ShellType.Powershell, "powershell", - "") + "-NoLogo") { RedirectStandardInput = true, RedirectStandardError = true,