Skip to content

Instantly share code, notes, and snippets.

@ericdorsey
Created August 20, 2016 23:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ericdorsey/3251d3c6fff29f08cb63ce65c5595840 to your computer and use it in GitHub Desktop.
Save ericdorsey/3251d3c6fff29f08cb63ce65c5595840 to your computer and use it in GitHub Desktop.
PS ISE Color Change + Revert
# 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