This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ``` # C:\Users\USERNAME\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 function prompt { Write-Host ("PS " + $(Get-Location)) -ForegroundColor Black -BackgroundColor Yellow return ">> " } ```