Powershell: Set-ExecutionPolicy

Simple PowerShell Tip

If you ever run into something like this screenshot, there is a simple fix. All you need to do is launch PowerShell as an administrator and run this command.

Set-ExecutionPolicy -ExecutionType Unrestricted
Another command here
I need to check the syntax here.