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>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>
|
||||||
|
|||||||
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user