New-Item -Path $PROFILE -ItemType File -Force
notepad $PROFILE
function prompt { "$(Get-Date -Format 'HH:mm:ss') PS $($executionContext.SessionState.Path.CurrentLocation)> " }