Skip to content

Not working workaround for black lines in PowerShell in Windows 10 #19175

Answered by segrey
segrey asked this question in Q&A
Discussion options

You must be logged in to vote

A modification that doesn't require administrative privileges:

Install-Module PSReadLine -Scope CurrentUser -Force

And another one, explicitly specifying 2.0.3 as the minimum version to clarify the intention:

Install-Module PSReadLine -MinimumVersion 2.0.3 -Scope CurrentUser -Force

(thanks to @KonstantinHudyakov!)

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by lhecker
Comment options

You must be logged in to vote
1 reply
@lhecker
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants