Created
October 8, 2023 06:46
-
-
Save jovylle/3e0ac6a3dfefa4b00b2acfa64a867b9d to your computer and use it in GitHub Desktop.
quick strips
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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