Skip to content

Instantly share code, notes, and snippets.

@zaenk
Created June 30, 2017 12:41
Show Gist options
  • Save zaenk/6686f26f1b611d690deefaa9f013cbb7 to your computer and use it in GitHub Desktop.
Save zaenk/6686f26f1b611d690deefaa9f013cbb7 to your computer and use it in GitHub Desktop.
Sets the execution policy for the current session
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment