Skip to content

Instantly share code, notes, and snippets.

@jaburns
Created May 16, 2018 04:37
Show Gist options
  • Save jaburns/caf4c7dd8821d0f22ebd3e508a47a1ab to your computer and use it in GitHub Desktop.
Save jaburns/caf4c7dd8821d0f22ebd3e508a47a1ab to your computer and use it in GitHub Desktop.
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
if (!(Test-Path -Path "$Profile")) {New-Item -ItemType File -Path "$Profile" -Force}
Add-Content -Value "Set-PSReadlineOption -BellStyle None" -Path "$Profile"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment