User Tools

Site Tools


allow_current_user

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
allow_current_user [2020/11/15 22:03] – created osoallow_current_user [2024/10/17 21:42] (current) – external edit 127.0.0.1
Line 1: Line 1:
-Para cambiar la política de ejecución de scripts y permitir al usuario, ejecutar el siguiente comando **antes** de ejecutar los .ps1+====== Set the Execution Policy to Unrestricted ======
  
-''Set-ExecutionPolicy RemoteSigned -Scope CurrentUser''+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 
 + 
 +<code powershell>Set-ExecutionPolicy Unrestricted -Scope CurrentUser</code>
allow_current_user.1605477819.txt.gz · Last modified: 2024/10/17 21:42 (external edit)