All pastes #2070222 Raw Edit

Miscellany

public text v1 · immutable
#2070222 ·published 2011-05-27 10:49 UTC
rendered paste body
$a = (Get-Host).UI.RawUI
$a.ForegroundColor = "white"
$global:CurrentUser = [System.Security.Principal.WindowsIdentity]::GetCurrent()
$a.WindowTitle = $env:COMPUTERNAME + " - " + $CurrentUser.Name + " - " + $Host.Name + " " + $Host.Version
Clear-Host
Write-Output "Windows PowerShell"
Write-Output "Copyright (C) 2009 Microsoft Corporation. All rights reserved."
Write-Output ""