From 06b831cc3080446d89f073c61d94b1658aef0f31 Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Sat, 19 Feb 2022 21:28:52 +0100 Subject: [PATCH] powerShell executionpolicy --- docs/trademarks.html | 2 +- lib/util.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/trademarks.html b/docs/trademarks.html index 6c8d3d2..a66b08e 100644 --- a/docs/trademarks.html +++ b/docs/trademarks.html @@ -75,8 +75,8 @@
  • Alpine is a trademark of Alpine Linux Development Team.
  • USB and USB Logo are trademarks of USB Implementation Forum.
  • Bluetooth and Bluetooth Logo are trademarks of Bluetooth SIG..
  • -
  • +innovations is a trademark of plus-innovations application development GmbH
  • Android is a trademark of Google LLC.
  • +
  • +innovations is a trademark of plus-innovations application development GmbH
  • All other trademarks are the property of their respective owners.

    diff --git a/lib/util.js b/lib/util.js index e81706b..6232022 100644 --- a/lib/util.js +++ b/lib/util.js @@ -396,7 +396,7 @@ function powerShellProceedResults(data) { } function powerShellStart() { - _psChild = spawn('powershell.exe', ['-NoLogo', '-InputFormat', 'Text', '-NoExit', '-ExecutionPolicy', 'Unrestricted', '-Command', '-'], { + _psChild = spawn('powershell.exe', ['-NoLogo', '-InputFormat', 'Text', '-NoExit', '-Command', '-'], { stdio: 'pipe', windowsHide: true, maxBuffer: 1024 * 20000,