Answers for "Habilitar la ejecución de scripts para Powershell"

1

Habilitar la ejecución de scripts para Powershell

'Abrimos el Windows PowerShell como administrador y ejecutamos:'
Get-ExecutionPolicy
'Nos tendría que devolver «restricted». (Restringido)'
'Para cambiar esta configuración basta con ejecutar:'
Set-ExecutionPolicy Unrestricted
Posted by: Guest on May-17-2020

Code answers related to "Habilitar la ejecución de scripts para Powershell"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language