Powershell execution policy

From MyWiki
Jump to: navigation, search

This command sets the execution policy to bypass for only the current PowerShell session
set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass