Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jovyllebermudez/3e0ac6a3dfefa4b00b2acfa64a867b9d to your computer and use it in GitHub Desktop.
Save jovyllebermudez/3e0ac6a3dfefa4b00b2acfa64a867b9d to your computer and use it in GitHub Desktop.
quick strips
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
This sets the execution policy to "Bypass" for the current PowerShell session
Set-ExecutionPolicy -Scope LocalMachine -ExecutionPolicy Bypass
This sets the execution policy to "Bypass" for the entire system.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment