**This is an old revision of the document!**
====== C:\Users\USERNAME\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 ======
function prompt {
Write-Host ("PS " + $(Get-Location)) -ForegroundColor Black -BackgroundColor Yellow
return ">> "
}