Created
May 16, 2018 04:37
-
-
Save jaburns/caf4c7dd8821d0f22ebd3e508a47a1ab to your computer and use it in GitHub Desktop.
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 -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