====== Customization ====== ===== Bash-like history search ===== Set-PSReadLineKeyHandler -Key PageUp -Function HistorySearchBackward Set-PSReadLineKeyHandler -Key PageDown -Function HistorySearchForward ===== Powershell Profile Path (CurrentUser) ===== C:\Users\\Documents\WindowsPowerShell\profile.ps1