Skip to content

Instantly share code, notes, and snippets.

@NoobsArePeople2
Last active December 10, 2015 01:18
Show Gist options
  • Save NoobsArePeople2/4357027 to your computer and use it in GitHub Desktop.
Save NoobsArePeople2/4357027 to your computer and use it in GitHub Desktop.
Step-by-step guide to setting up Powershell with Console2
  1. Do this
  2. Run Powershell as Administrator. A note on 32 vs. 64 bit systems.
  3. Type Set-ExecutionPolicy RemoteSigned. This allows remote scripts like profiles to be loaded and run.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment