How to disable syntax highlight on Windows 10 PowerShell?

Question:

I want to disable syntax highlight on windows 10 power shell.

How I can do it?
There is no menu to disable it on preference.

Note that I using windows 10 (Anniversary updated)

Answer:

As by default syntax highlighting provided by PSReadline module, then you need to remove PSReadline module from your PowerShell session:


or, if you want to use other PSReadline features (like persistent history) you can configure syntax highlighting to use same color for all kinds of tokens:

Source:

How to disable syntax highlight on Windows 10 PowerShell? by licensed under CC BY-SA | With most appropriate answer!

Leave a Reply