Table of Contents

Customization

Set-PSReadLineKeyHandler -Key PageUp -Function HistorySearchBackward
Set-PSReadLineKeyHandler -Key PageDown -Function HistorySearchForward

Powershell Profile Path (CurrentUser)

C:\Users\<Username>\Documents\WindowsPowerShell\profile.ps1