ps1 cannot be loaded because running scripts is disabled on this system
ps1 cannot be loaded because running scripts is disabled on this system
ps1 cannot be loaded because running scripts is disabled on this system
Re: ps1 cannot be loaded because running scripts is disabled on this system
This could be due to the current user having an undefined `ExecutionPolicy`.
In PowerShell *as Administrator*, you could try the following:
```
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
```
In PowerShell *as Administrator*, you could try the following:
```
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted
```