bypasses the script execution policy #
a PowerShell command that temporarily bypasses the script execution policy for the current PowerShell session (process) only.
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
a PowerShell command that temporarily bypasses the script execution policy for the current PowerShell session (process) only.
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass