-
Notifications
You must be signed in to change notification settings - Fork 1
FAQ
Charley Wu edited this page Feb 5, 2023
·
1 revision
If you see an error like: File cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at https:/go.microsoft.com/fwlink/?LinkID=135170.
You need to change the ExecutionPolicy
of current user scope to RemoteSigned
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser