set-executionPolicy remoteSigned -scope currentUser
ExecutionPolicy under the registry key HKEY_CURRENT_USER\Software\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell PS: C:\> set-executionPolicy bypass -scope process
Set-ExecutionPolicy : Windows PowerShell updated your execution policy successfully, but the setting is overridden by a policy defined at a more specific scope. Due to the override, your shell will retain its current effective execution policy of RemoteSigned. Type "Get-ExecutionPolicy -List" to view your execution policy settings. For more information please see "Get-Help Set-ExecutionPolicy.
PS C:\> set-executionPolicy -scope user -executionPolicy bypass -force
set-executionPolicy : Cannot set execution policy. Execution policies at the MachinePolicy or UserPolicy scop
be set through Group Policy.
At line:1 char:1
+ set-executionPolicy -scope user -executionPolicy bypass -force
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Set-ExecutionPolicy], InvalidOperationException
+ FullyQualifiedErrorId : CantSetGroupPolicy,Microsoft.PowerShell.Commands.SetExecutionPolicyCommand