How to execute Power Shell Scripts

•powershell.exe -noprofile -executionpolicy bypass -file .\hello.ps1

•Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass -Force;

•Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted -Force;

•set-executionpolicy remotesigned