Skip to content

Instantly share code, notes, and snippets.

@jovylle
Created October 8, 2023 06:46
Show Gist options
  • Save jovylle/3e0ac6a3dfefa4b00b2acfa64a867b9d to your computer and use it in GitHub Desktop.
Save jovylle/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