Created
August 20, 2016 23:41
-
-
Save ericdorsey/3251d3c6fff29f08cb63ce65c5595840 to your computer and use it in GitHub Desktop.
PS ISE Color Change + Revert
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
# Mess up the ISE colors | |
#$console.ForegroundColor = "white" | |
#$console.BackgroundColor = "DarkBlue" | |
# Revert colors back | |
# https://blogs.technet.microsoft.com/heyscriptingguy/2015/11/13/set-powershell-ise-to-default-values/ | |
$psISE.Options.RestoreDefaults() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment