How can I uninstall hidden Windows components?
John Savill
June 6, 2001
1 Min Read
A. When you start the Add/Remove Programs Control Panel applet and select Add/Remove Windows components, the system doesn't display all of the components because Windows doesn't want them uninstalled. However, you can change which components the system displays. Perform the following steps:
Open the sysoc.inf file located in the %systemroot%inf folder.
Go to the [Components] section.
Locate the entry you want to make uninstallable and remove the word "hide." For example, for MSN Messenger Service, change the line
msmsgs=ocgen.dll,OcEntry,msmsgs.inf,hide,7
to
msmsgs=ocgen.dll,OcEntry,msmsgs.inf,,7
Save the sysoc.inf file.
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like