Uninstalling PowerShell 1.0
Posted
by
Ddono25
on Server Fault
See other posts from Server Fault
or by Ddono25
Published on 2011-01-10T19:46:05Z
Indexed on
2011/01/10
19:55 UTC
Read the original article
Hit count: 214
I am attempting to standardize our PowerShell deployment and usage across all servers, which involves uninstalling PS1.0/installing PS2.0 on Server 2003 machines. In searching for KB926139 through CMD and Control Panel Add/Remove Programs, it is nowhere to be found. We have KB926141 installed on these servers as the Language Pack update, but no initial Install Update.
PowerShell 1.0 is installed on the server and can be found at the default locations (%windir%\System32\WindowsPowerShell\V1.0, %windir%\Syswow64\WindowsPowerShell\V1.0).
I would like to avoid deleting the Registry Entry in this situation since it should be pretty simple, any help would be appreciated. Thanks!
© Server Fault or respective owner