powerShell executionpolicy

This commit is contained in:
Sebastian Hildebrandt 2022-02-19 21:28:52 +01:00
parent 6171b21d9d
commit 06b831cc30
2 changed files with 2 additions and 2 deletions

View File

@ -75,8 +75,8 @@
<li><strong>Alpine</strong> is a trademark of Alpine Linux Development Team.</li> <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>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>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>Android</strong> is a trademark of Google LLC.</li>
<li><strong>+innovations</strong> is a trademark of plus-innovations application development GmbH</li>
</ul> </ul>
<p>All other trademarks are the property of their respective owners.</p> <p>All other trademarks are the property of their respective owners.</p>
</div> </div>

View File

@ -396,7 +396,7 @@ function powerShellProceedResults(data) {
} }
function powerShellStart() { function powerShellStart() {
_psChild = spawn('powershell.exe', ['-NoLogo', '-InputFormat', 'Text', '-NoExit', '-ExecutionPolicy', 'Unrestricted', '-Command', '-'], { _psChild = spawn('powershell.exe', ['-NoLogo', '-InputFormat', 'Text', '-NoExit', '-Command', '-'], {
stdio: 'pipe', stdio: 'pipe',
windowsHide: true, windowsHide: true,
maxBuffer: 1024 * 20000, maxBuffer: 1024 * 20000,