workflows / commandos /arrancar-ps5.bat
Luis-Filipe's picture
Upload 113 files
7fd1a0e verified
@echo off
:: Script para garantir o arranque do Windows PowerShell 5.1
:: O Windows PowerShell 5.1 está localizado em %SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe
echo A iniciar o Windows PowerShell 5.1...
powershell.exe -NoExit -ExecutionPolicy Bypass -Command "Write-Host 'A utilizar:' $PSVersionTable.PSVersion"