Why is the Windows Features window showing PowerShell 2.0 installed?

2

1

I'm running a Windows 8 machine. The "Windows Features" window tells my that I'm using PowerShell 2, but the PowerShell environment itself says otherwise, see screenshot below.

Why is the Windows Features window saying I got PowerShell 2.0?

Screenshot of "PowerShell $psversiontable" and "Windows Features (expanded PS-node)"

Tim

Posted 2013-02-15T13:41:30.593

Reputation: 602

Helps if you expand what features are included by Windows Powershell 2.0 it sounds like both versions are installed. Does this happen on a fresh Windows 8 installation? – Ramhound – 2013-02-15T13:50:33.193

http://technet.microsoft.com/en-us/library/hh849675.aspx – magicandre1981 – 2013-02-15T20:38:09.967

Answers

8

PowerShell v3 is build into Windows 8, you can not add/ remove it. v2 is different story - it's optional, system will operate normally without it, so you can disable/ enable it. To use it - you need to run powershell.exe with parameter -version 2 - it should be first parameter on the list for it to work.

BartekB

Posted 2013-02-15T13:41:30.593

Reputation: 666