Add/Remove hidden programs in Windows XP and 2000. By Sarah Lane
We all want to uninstall everything Windows doesn’t completely need to run optimally. Problem is, some programs you don’t want taking up space hide away. They’re next to impossible to find, much less remove.
Don’t worry, because tonight I have a Windows tweak that’ll help you immediately. Yes, we showed you how to do it back in November 2001, but my gut and my inbox tell me I should mention it again.
Navigate to C:\WINDOWS\inf
Open the sysoc.inf file in Notepad or another plain text editor. If you can’t find the inf directory, it’s probably hidden. Unhide it.
Click Tools and choose Folder Options.
Under View, enable Show Hidden Files & Folders.
In sysoc.inf, look for the section called “components” in XP or “old base components” in 2000. What looks like a bunch of gibberish is actually pretty easy to read. You’ll see a component name, followed by an equals sign, followed by a list of parameters separated by commas.
For example: Games=ocgen.dll,OcEntry,games.inf,HIDE,7
The deal: the “HIDE” between the two last commas indicates a hidden component. Remove “HIDE” to unhide the component.
For example: Games=ocgen.dll,OcEntry,games.inf,,7
Unhide any component you want.
Save the file.
Reopen the Windows Component Wizard to see your new Add/Remove options!