Powershell – How to uninstall Windows Powershell v1.0 on Windows 7 RTM

powershell

I noted recently that Windows Powershell v1.0 is installed on Windows 7 RTM, so I need to install Powershell v2.0 CTP 3 but I can't find it on "Uninstall Programs" and also tried on "Turn on/off Windows Features", How can I achieve this?

Thanks

Best Answer

Althouth the folder is the same, it is Powershell v2 you have on your Win7. You can confirm this by running this command from inside powershell: $PSVersionTable

on my (win7) workstation it reads:

> CLRVersion                    
> 2.0.50727.4927                                                                           BuildVersion                  
> 6.1.7600.16385                                                                           PSVersion                      2.0    
> WSManStackVersion              2.0    
> PSCompatibleVersions           {1.0,
> 2.0}                                                                               SerializationVersion           1.1.0.1
> PSRemotingProtocolVersion      2.1

Where "PSVersion" is the giveaway :-)