allow_current_user
Set the Execution Policy to Unrestricted
Para cambiar la política de ejecución de scripts y permitir al usuario actual ejecutar un script, solamente se debe correr el siguiente comando antes de ejecutar los .ps1, para destrabar la seguridad de PowerShell
Set-ExecutionPolicy Unrestricted -Scope CurrentUser
allow_current_user.txt · Last modified: 2024/10/17 21:42 by 127.0.0.1
