Skip to content
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
Clone this wiki locally