Skip to content

How to fix "running scripts is disabled on this system"?

  1. First, Open PowerShell with Run as Administrator.
  2. Then, run this command in PowerShell.
  3. Type Y and press Enter to confirm.
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

More info: Execution Policy in PowerShell