how to run powershell execution policy without powershell code example
Example: how to change execution policy powershell
Set-ExecutionPolicy -ExecutionPolicy <PolicyName> # general syntax
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned # for example