PDA

View Full Version : uninstalling windows messenger


Mastametz
09-19-03, 07:06 PM
i know that there is a registry key that keeps it from showing up in the "add and remove programs" thing, can n e 1 shed some light? I need to get rid of that darn thing. dam micro$uck

Tebore
09-19-03, 09:54 PM
Originally posted in the windows tweaks Sticky(I do suggest searching next time)
Increasing options in add/remove programs:

Not a fan of MSN Messenger? don't want Windows Media Player on your system? Fair enough, but 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 ",".


I got MSN Messenger removed this way and was too happy

Maestro

Mastametz
09-23-03, 01:14 PM
thanks much, i'll check the tweak sticky first next time. o yeah i think thats where i found out that u could uninstall it in the first place! doah!

ElGriton
09-23-03, 06:56 PM
If you just want to remove "windows" messenger (not the same as MSN messenger) just click start then run and paste this line RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove that will take it out. The trick is getting it to STAY off. I haven't figured that one out yet :D

Mastametz
10-19-03, 09:27 PM
i haven't had any problems with it coming back, I assume that windows update would re-install it. So, disable windows update.

CheeseMan
08-04-04, 04:24 PM
Thank you for that guys..really helped me because it came back after windows update installed updates

Avg
08-04-04, 05:01 PM
If you want you could just replace all "hide" with nothing and you see all that is installed in windows.

Mastametz
08-04-04, 10:44 PM
holy thread resurrection batman!