diff --git a/src/process.ts b/src/process.ts index d151138a41..507e195773 100644 --- a/src/process.ts +++ b/src/process.ts @@ -73,7 +73,6 @@ export class PowerShellProcess { } powerShellArgs.push("-NoProfile"); - powerShellArgs.push("-NonInteractive"); // Only add ExecutionPolicy param on Windows if (utils.isWindows) {