Prevent user interaction
This commit is contained in:
parent
172b74694b
commit
17491679f7
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ Notes:
|
|||
<SynchronousCommand wcm:action="add">
|
||||
<Order>4</Order>
|
||||
<RequiresUserInput>false</RequiresUserInput>
|
||||
<CommandLine>powershell -c "Set-ExecutionPolicy Bypass"</CommandLine>
|
||||
<CommandLine>powershell -c "Set-ExecutionPolicy -Force Bypass"</CommandLine>
|
||||
</SynchronousCommand>
|
||||
<SynchronousCommand wcm:action="add">
|
||||
<Order>5</Order>
|
||||
|
|
Loading…
Reference in a new issue