This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Customization ====== ===== Bash-like history search ===== <code powershell> Set-PSReadLineKeyHandler -Key PageUp -Function HistorySearchBackward Set-PSReadLineKeyHandler -Key PageDown -Function HistorySearchForward </code> ===== Powershell Profile Path (CurrentUser) ===== <code> C:\Users\<Username>\Documents\WindowsPowerShell\profile.ps1 </code>