Prevent user interaction

This commit is contained in:
Manuel Thalmann 2023-06-12 19:39:22 +02:00
parent 172b74694b
commit 17491679f7

View file

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