powerShell executionpolicy
This commit is contained in:
parent
6171b21d9d
commit
06b831cc30
@ -75,8 +75,8 @@
|
||||
<li><strong>Alpine</strong> is a trademark of Alpine Linux Development Team.</li>
|
||||
<li><strong>USB and USB Logo</strong> are trademarks of USB Implementation Forum.</li>
|
||||
<li><strong>Bluetooth and Bluetooth Logo</strong> are trademarks of Bluetooth SIG..</li>
|
||||
<li><strong>+innovations</strong> is a trademark of plus-innovations application development GmbH</li>
|
||||
<li><strong>Android</strong> is a trademark of Google LLC.</li>
|
||||
<li><strong>+innovations</strong> is a trademark of plus-innovations application development GmbH</li>
|
||||
</ul>
|
||||
<p>All other trademarks are the property of their respective owners.</p>
|
||||
</div>
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user