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 @@
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,