PowerShell: Color Prompt
put this in your PowerShell: Profile (init file)
function prompt { Write-Host "PS $(Get-Location)>" -NoNewline -ForegroundColor cyan return "`n" }
PowerShell. Profile and Script
- PowerShell: Open File by Default App
- PowerShell: Launch App, Start Process
- PowerShell: Load a Script
- PowerShell: Eval Variable, String, ScriptBlock
- PowerShell: Run PowerShell from cmd.exe via STDIN
- PowerShell: Profile (init file)
- PowerShell: Color Prompt
- PowerShell: Manage PowerShell Profiles
- PowerShell: Create a Script
- PowerShell: File Name Extension
- PowerShell: Get Current Script Path