Skip to content

Instantly share code, notes, and snippets.

@p0rkjello
Last active May 30, 2017 17:48
Show Gist options
  • Save p0rkjello/f9a7666db7aaf524855e387eec314fb7 to your computer and use it in GitHub Desktop.
Save p0rkjello/f9a7666db7aaf524855e387eec314fb7 to your computer and use it in GitHub Desktop.
Console Title - Username
# Set the PowerShell console title as the current user. Useful when running multiple Shells as different users.
$host.ui.RawUI.WindowTitle = (whoami).toupper()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment