Skip to content

Instantly share code, notes, and snippets.

@psycalc
Created October 17, 2016 11:16
Show Gist options
  • Save psycalc/c4e68b0be6b7fcef600911777adf3275 to your computer and use it in GitHub Desktop.
Save psycalc/c4e68b0be6b7fcef600911777adf3275 to your computer and use it in GitHub Desktop.
change powershell window title
$host.ui.RawUI.WindowTitle = "ThisIsTextForPSTitle"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment