How to get PowerShell console UI look from Win10home on Server 2k12R2

0

Here is what I mean, and I dont see this in properties: In Windows 10 Home or Professional, the newer Powershell builds have a nice format for different things such as variables being green, cmdlets yellow, parameters dark grey, etc (see below): enter image description here

However in windows server 2012R2, even when I update to the latest .netframework and install windows desktop experience, it still shows as a regular console without the added "graphics" (see below for 2012R2): enter image description here

How do I make it look like the Windows 10 Powershell in Windows Server 2012?

Sh3perd

Posted 2019-08-26T17:45:17.910

Reputation: 103

Check Get-Module PSReadline should be Version 2. Then compare Get-PsReadLineOption – LotPings – 2019-08-26T18:08:23.350

No answers