Skip to content

Instantly share code, notes, and snippets.

@ahoNerd
Created November 11, 2022 09:25
Show Gist options
  • Save ahoNerd/f5020794eca07ea019725fea4bf691dc to your computer and use it in GitHub Desktop.
Save ahoNerd/f5020794eca07ea019725fea4bf691dc to your computer and use it in GitHub Desktop.
Set-PSReadLineOption -PredictionViewStyle ListView error fix, read more at https://ahonerd.com/powershell-7-psreadline-predictionviewstyle
cd C:\Program Files\PowerShell\7
pwsh.exe -noprofile -command "Install-Module PSReadLine -Force -AllowPrerelease -SkipPublisherCheck"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment