Skip to content

Instantly share code, notes, and snippets.

@0xm0
Created November 10, 2021 16:14
Show Gist options
  • Save 0xm0/388a06ad485c33e0917f7c92bc7c7fbf to your computer and use it in GitHub Desktop.
Save 0xm0/388a06ad485c33e0917f7c92bc7c7fbf to your computer and use it in GitHub Desktop.
Fix ps1 cannot be loaded is not digitally signed. You cannot run this script on the current system.
# Getting an error like this?
# ps1 cannot be loaded is not digitally signed. You cannot run this script on the current system.
# For more information about running scripts and setting
# execution policy, see about_Execution_Policies at
# https:/go.microsoft.com/fwlink/?LinkID=135170.
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment