You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.
Following the command on the readme gives me this error:
PS C:\WINDOWS\system32> Set-ExecutionPolicy Unrestricted -Scope CurrentUser -ForceSet-ExecutionPolicy Unrestricted -Scope CurrentUser -Force
Set-ExecutionPolicy : Cannot bind parameter because parameter 'Scope' is specified more than once. To provide multiple
values to parameters that can accept multiple values, use the array syntax. For example, "-parameter
value1,value2,value3".
At line:1 char:92
+ ... ope CurrentUser -ForceSet-ExecutionPolicy Unrestricted -Scope Current ...
+ ~~~~~~
+ CategoryInfo : InvalidArgument: (:) [Set-ExecutionPolicy], ParameterBindingException
+ FullyQualifiedErrorId : ParameterAlreadyBound,Microsoft.PowerShell.Commands.SetExecutionPolicyCommand
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Following the command on the readme gives me this error:
The text was updated successfully, but these errors were encountered: