How to set the ExecutionPolicy using Powershell
To set the ExecutionPolicy using Powershell, run Powershell as Administrator. Type in Set-ExecutionPolicy followed by the ExecutionPolicy you wish to use. Restricted: Restricted is the default execution policy. PowerShell scripts…