SoftwareTipsandTricks Forum

Go Back   SoftwareTipsandTricks Forum > Operating Systems > Windows XP
User Name
Password


Hiding programs in Add/Remove Programs

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes

  #1  
Old 01-30-2003, 01:54 PM
zzyzx Offline
Junior Member
 
Join Date: Jan 2003
Posts: 1
Hiding programs in Add/Remove Programs

Is there any way to hide certain programs from the Add/Remove Programs dialog in the Control Panel?

I tried deleting the registry entry under the "Uninstall" group, but it only removes the "Change/Remove" button and support info, yet the program name still appears. is there a file that contains the list of programs installed?
Reply With Quote

  #2  
Old 01-30-2003, 04:25 PM
Daeymon's Avatar
Daeymon Offline
Senior Member
 
Join Date: Jan 2003
Location: Texas
Posts: 279
Send a message via AIM to Daeymon Send a message via Yahoo to Daeymon
www.xteq.com download X-setup. It has a function that lets you remove the programs from the add/remove list without deleting or uninstalling them.
__________________
You arent paying me so dont complain if Im not helpful.

Jeff

Aim-Jeffzsx
Yahoo Messenger-Jeffzsx
If you need help message me Ill see what I can do.
Reply With Quote

  #3  
Old 01-30-2003, 08:27 PM
Pakalolo's Avatar
Pakalolo Offline
Junior Member
 
Join Date: Jan 2003
Posts: 21
zzyzx

Not a fan of MSN Messenger? Don’t want Windows Media Player on your system? If you go to Add/Remove Programs in the Control Panel, by default none of Windows XP’s ’built in’ programs are visible. It’s fairly easy to change, though...

Just open the file X:\Windows\inf\sysoc.inf (where X: is the drive letter where Windows XP is installed) in Notepad. You should see a section of the file something like this:

[Components]
NtComponents=ntoc.dll,NtOcSetupProc,,4
WBEM=ocgen.dll,OcEntry,wbemoc.inf,hide,7
Display=desk.cpl,DisplayOcSetupProc,,7
Fax=fxsocm.dll,FaxOcmSetupProc,fxsocm.inf,,7
NetOC=netoc.dll,NetOcSetupProc,netoc.inf,,7
iis=iis.dll,OcEntry,iis.inf,,7
com=comsetup.dll,OcEntry,comnt5.inf,hide,7
dtc=msdtcstp.dll,OcEntry,dtcnt5.inf,hide,7
IndexSrv_System = setupqry.dll,IndexSrv,setupqry.inf,,7
TerminalServer=TsOc.dll, HydraOc, TsOc.inf,hide,2
msmq=msmqocm.dll,MsmqOcm,msmqocm.inf,,6
ims=imsinsnt.dll,OcEntry,ims.inf,,7
fp_extensions=fp40ext.dll,FrontPage4Extensions,fp4 0ext.inf,,7
AutoUpdate=ocgen.dll,OcEntry,au.inf,hide,7
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7
RootAutoUpdate=ocgen.dll,OcEntry,rootau.inf,,7
IEAccess=ocgen.dll,OcEntry,ieaccess.inf,,7

This is a list of all components installed at the moment. I’ve taken the example of MSN Messenger - the program entry called ’msmsgs’, third-last line. You can see the word ’hide’ highlighted - this is the string which tells Windows not to display the component in the Add/Remove Programs list. Fix this up by simply deleting the word ’hide’ like so:

msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7

To this:

msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,,7

Now, after restarting, you should be able to see MSN Messenger in the Add/Remove Programs list. If you want to be able to quickly view and remove all components, simply open the sysoc.inf file and do a global find and replace for the word ",hide" and replace it with a single comma

To Hide programs just do the reverse of the steps above: Replace the single comma "," with the ",hide" for instance-

ims=imsinsnt.dll,OcEntry,ims.inf,,7

To this:

ims=imsinsnt.dll,OcEntry,ims.inf,hide,7

Hope that helps...

Pakalolo
Reply With Quote

  #4  
Old 04-01-2005, 10:27 PM
john coats Offline
Registered User
 
Join Date: Apr 2005
Posts: 4
why would you want to any way microsft designed that way
Reply With Quote

  #5  
Old 10-01-2006, 03:52 PM
Card388's Avatar
Card388 Offline
Registered User
 
Join Date: Oct 2006
Posts: 21
I have a program i Want to hide but am not sure how to do it could some one
(hopefully Pakalolo can do it )
Cuz i wanna ply my friend in a game but his mom check the CPU in add/remove so he cant and i wanna hide it for him but i ahve no idea can i send toy uthe link to the gaem adn then someone tell me the code for it?
just the game line i guess then i can put it to his CPU etc and he can paly with me

The Game's name is DOFUS PLZ HELP ME!!
Reply With Quote

  #6  
Old 10-01-2006, 07:33 PM
Miz Offline
Registered User
 
Join Date: Feb 2004
Location: Kansas
Posts: 1,680
If you don't want to use X-setup that Daeymon linked to, there are two steps to remove entries in Add Or Remove Programs required when running Windows XP.

Remember, if you incorrectly edit the registry you may render your computer unbootable. Take your time and double check before you delete anything.

Go to Start>Run, type "regedit" (without the quotes), click OK.

Step 1: Navigate to the key:
HKEY_CLASSES_ROOT\Installer\Products

Under this key you will see a number of 'long numbered' keys. Look inside each one for the string value "ProductName." When you find the one the contains the name of the entry you wish to remove, simply delete the 'long numbered' key you found it in.

Step 2: Navigate to HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Uninstall, and remove any unwanted keys under "Uninstall."
Reply With Quote

  #7  
Old 10-01-2006, 07:39 PM
Card388's Avatar
Card388 Offline
Registered User
 
Join Date: Oct 2006
Posts: 21
Umm I did that on the Long numbered part it only shows some of them and it doesnt show the game =\
Reply With Quote

  #8  
Old 10-01-2006, 09:14 PM
Card388's Avatar
Card388 Offline
Registered User
 
Join Date: Oct 2006
Posts: 21
Sorry for Double post but need to make soemoen see this faster

NVM so i just delete the key and the subkeys In the Uninstall thing and it will hide the program or will it uninstall the program?

Oh and if i do this process how can i delete the program or make it viable in the add/remove later?

Last edited by Card388 : 10-01-2006 at 09:17 PM.
Reply With Quote

  #9  
Old 10-02-2006, 06:32 AM
Miz Offline
Registered User
 
Join Date: Feb 2004
Location: Kansas
Posts: 1,680
It is supposed to just remove the program from the list. It won't uninstall it.

You'll need to back up the keys you're about to delete so you can restore them when you want to uninstall the program. Or check in the program's folder to see if there's an uninstall file. That's what Add Or Remove Programs uses to uninstall and you can execute it directly by double clicking to to uninstall the program.
Reply With Quote

  #10  
Old 10-02-2006, 06:51 AM
DaveC2003's Avatar
DaveC2003 Offline
Registered User
 
Join Date: Jul 2005
Location: Aberdeen
Posts: 702
Send a message via MSN to DaveC2003
Thumbs up

Refer to the link below, found the answer to solve your problem.

http://windowsxp.mvps.org/arp.htm

A bit old this post ain't it???

DaveC2003


Last edited by DaveC2003 : 10-02-2006 at 06:57 AM.
Reply With Quote

  #11  
Old 10-02-2006, 06:37 PM
Card388's Avatar
Card388 Offline
Registered User
 
Join Date: Oct 2006
Posts: 21
OK then TY man

So how do i put it back just drag the folder back?
Reply With Quote

  #12  
Old 10-04-2006, 07:39 PM
Card388's Avatar
Card388 Offline
Registered User
 
Join Date: Oct 2006
Posts: 21
am trying to hide the program to get them back ...
Reply With Quote

  #13  
Old 10-04-2006, 08:55 PM
Miz Offline
Registered User
 
Join Date: Feb 2004
Location: Kansas
Posts: 1,680
To restore registry backups, right click on them, left click Merge.
Reply With Quote

  #14  
Old 10-04-2006, 10:29 PM
Card388's Avatar
Card388 Offline
Registered User
 
Join Date: Oct 2006
Posts: 21
OK ty Miz

you really are a genius LOL
Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
missing add/remove programs option grant87 Windows XP 13 08-07-2007 09:57 PM
SP2 Add/Remove Programs Prob buck Windows XP 7 04-23-2005 05:41 PM
Restore Add/Remove programs list ?? johnkd Windows XP 1 07-30-2004 10:22 AM
'Add/Remove Programs' is blank Valencia Windows XP 3 05-12-2004 08:42 PM
Add/Remove Programs TJZ201 Windows XP 6 06-14-2003 06:14 PM



All times are GMT -5. The time now is 06:08 PM.


Designed by eXtremepixels. Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.