RIDGE COMPUTER USERS, Inc.
RCU Home Page

      Why Join RCU   Officers and Board   Newsletter

 Library Diskettes and CD's  Links We Like Special Interest Groups (SIG's) Membership Info

 Meeting Information  Membership Application  Computer Tips  Upcoming Events How Many of Me

Click here to go back to Computer Tips

Add/Remove hidden programs in Windows XP and 2000.
 


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.

  1. Navigate to C:\WINDOWS\inf
  2. 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.
    1. Click Tools and choose Folder Options.
    2. Under View, enable Show Hidden Files & Folders.
  3. 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

  1. 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

  1. Unhide any component you want.
  2. Save the file.
  3. Reopen the Windows Component Wizard to see your new Add/Remove options!