- Home
- Windows XP
- Customize
- How to hide an entry in the Add/Remove Programs applet?
How to hide an entry in the Add/Remove Programs applet?
This article discusses the methods to hide an entry in the Add/Remove Programs listing. Following any one of the methods is enough. This article is all about registry editing, so be sure to have appropriate backup(s) in place. For more information about registry backup, see here
The Add/Remove Programs list is populated from the following registry key:
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Uninstall
Under the Uninstall key, there will be several sub-keys, each representing a software program that you installed. The following example shows how to hide the AnalogX Proxy entry from Add/Remove Programs listing:
Method 1
- Click Start, Run and type Regedit.exe
- Navigate to the following location:
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Uninstall \ AnalogX Proxy
- In the right-pane, right-click the DisplayName value and choose Rename
- Rename it to anything (For example, NoDisplayName )
The AnalogX Proxy entry is now hidden. To make it visible again, rename the value back to DisplayName
Method 2
- Click Start, Run and type Regedit.exe
- Navigate to the following location:
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Windows \ CurrentVersion \ Uninstall \ AnalogX Proxy
- In the right-pane, create a new REG_DWORD value named SystemComponent
- Double-click SystemComponent and set its data to 1
The AnalogX Proxy entry is now hidden. To make it visible again, delete the SystemComponent value that you created earlier.
More information
In this example, the name of the sub-key was AnalogX Proxy, which is easily identifiable. In some cases, the sub-key names are not obvious, and there will be a list of GUID entries similar to the following:
- {00000409-78E1-11D2-B60F-006097C998E7}
- {1CB92574-96F2-467B-B793-5CEB35C40C29}
- {2318C2B1-4965-11d4-9B18-009027A5CD4F}
- {350C97B0-3D7C-4EE8-BAA9-00BCB3D54227}
In such cases, you can select the entry and look in the right-pane for the DisplayName string. The string tells you the name of the application concerned.

If you enjoyed this post, make sure you
subscribe to our RSS feed!
We feature Tips, Troubleshooting information, Scripts and Utilities for Microsoft Windows Operating Systems!
Prefer an E-mail subscription?
11 Responses to "How to hide an entry in the Add/Remove Programs applet?" 
|
said this on 12 Sep 2006 5:28:03 AM PDT
Worked perfect. Thanks!
|
|
said this on 30 Oct 2006 3:59:55 AM PDT
Awsome! The second method only works for me
|
|
said this on 10 Nov 2006 8:52:36 AM PDT
In some cases, you need "HKEY_CLASSES_ROOT\Installer\Products".
Use "Find".
|
|
said this on 29 May 2007 8:02:40 PM PDT
every /uninstall folder in regedit is missing....
|
|
said this on 03 Aug 2007 4:11:12 AM PDT
oh man! just beautiful. thnx alot
u rock man!!!!!!
all method works fine.
regards
|
|
said this on 24 Oct 2007 9:00:43 AM PDT
tried first method , worked great!
thanks a lot
|
|
said this on 22 Dec 2007 4:53:40 AM PDT
Superb Man! Really Works.Thank You Very Much.
|
|
said this on 14 Jan 2008 3:32:04 AM PDT
Thanks alot, works well :)
|
|
said this on 25 Feb 2008 6:58:09 AM PDT
This sort of articles make one interested to troubleshoot a machine
oneself and bring confidence
|

Author)