Remove Outlook Express from terminal server
I often get the question: “Can we remove Outlook Express from our terminal server?” and my answer to this question is as always yes you can.
It’s quit easy to remove Outlook Express from a terminal server there are multiple option to do so.
First read KB235557 this is a script from Microsoft that automates the remove of OE.
Further you can use the registry an add the following REG file
;Remove Outlook Express
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail]
@=”"
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail\Outlook Express\InstallInfo]
“IconsVisible”=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\Oc Manager\Subcomponents]
“oeaccess”=dword:00000000
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{44BBA840-CC51-11CF-AAFA-00AA00B6015C}]
“StubPath”=”"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Active Setup\Installed Components\{881dd1c5-3dcf-431b-b061-f3f88e8be88a}]
“IsInstalled”=dword:00000000
After using this reg key you only need to remove the icon’s from the all user profile and finsihed.
