•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
•
•