Differences

This shows you the differences between two versions of the page.

Link to this comparison view

windows:powershell:customization [2026/05/29 14:13] – created chriswindows:powershell:customization [2026/06/08 16:13] (current) – [Bash-like history search] chris
Line 4: Line 4:
 Set-PSReadLineKeyHandler -Key PageUp -Function HistorySearchBackward Set-PSReadLineKeyHandler -Key PageUp -Function HistorySearchBackward
 Set-PSReadLineKeyHandler -Key PageDown -Function HistorySearchForward Set-PSReadLineKeyHandler -Key PageDown -Function HistorySearchForward
 +</code>
 +
 +===== Powershell Profile Path (CurrentUser) =====
 +<code>
 +C:\Users\<Username>\Documents\WindowsPowerShell\profile.ps1
 </code> </code>