This video shows how you can easily change the Execution Policy in Windows Powershell to be able to run scripts on your machine.
Steps:
1. Open Windows Powershell in Administrator Mode.
2. Run the following command: Set-ExecutionPolicy RemoteSigned
3. Accept all by writing "a" and press the Enter key.
4. Check whether the Execution Policy has changed by running: Get-ExecutionPolicy
Check out the following links for more details:
1. About Execution Policies - https://docs.microsoft.com/en-us/powe...
2. Set-ExecutionPolicy - https://docs.microsoft.com/en-us/powe...
3. Get-ExecutionPolicy - https://docs.microsoft.com/en-us/powe...