Set-ExecutionPolicy

Set-ExecutionPolicy -ExecutionPolicy Bypass -Force

Nothing is blocked and there are no warnings or prompts.

Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Force

Loads all configuration files and runs all scripts. If you run an unsigned script that was downloaded from the Internet, you are prompted for permission before it runs. The default execution policy for non-Windows computers and cannot be changed.