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