Here is what I have to change the execution policy to Unrestricted: @echo off PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& (Start-Process PowerShell -ArgumentList 'Set-ExecutionPolicy Unrestricted -Force' -Verb RunAs)" exit
Focus Search - Here is what I have to change the execution policy to Unrestricted: @echo off PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& (Start-Process PowerShell -ArgumentList 'Set-ExecutionPolicy Unrestricted -Force' -Verb RunAs)" exit