So I upgraded to Windows 10, it hasn't been 24 hours and already it is making me miserable. I can do without many things in life, but not Powershell.
My normal command work area is a white background with black foreground. Now, in windows 10 it is a rainbow. For example,
Get-Service | ? {$_.Name -match "notepad"} | select Name,Status
Get-Service is in yellow, $_ is in green, Name I think is in white because I cannot see it, "notepad" in blue, select in yellow, and Name,Status in black.
I changed colors via the properties of the command window and also via the $host.UI.RawUI command.
Any ideas?
I'm going to try for another 24 hours. I don't find a fix then it's bye-bye windows 10.
Best regards.