User Tools

Site Tools


programmazione:abilitare_gli_script

Abilitare gli script in Power Shell

Da command line:

Set-ExecutionPolicy Unrestricted

Via registry

  • HKEY_Local_Machine\SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.Powershell
  • Creare una voce stringa ExecutionPolicy
  • I valori che possono essere assegnati sono:
    • Restricted
    • All Signed
    • Remote Signed
    • Unrestricted (è quello che serve)
programmazione/abilitare_gli_script.txt · Last modified: 20/12/2021 05:46 by lrosa