Help me get rid of Windows Messenger

Chris S

Senior member
Feb 8, 2000
447
0
0
I've tried to uninstall the d@mn thing, but everytime I open M$ Outlook it shows up in my taskbar. There must be a registry entry that I can do that will kill it once and for all.

Thanks
 

CTho9305

Elite Member
Jul 26, 2000
9,214
1
81
start -> run "notepad c:\windows\inf\sysoc.inf"
find the line starting with msmsgs and remove "HIDE" from it (leave the commas). save & quit.
control panel -> add/remove programs, windows setup, at the bottom now is "Windows Messenger".

I usually remove all the HIDE lines from that file - it makes a few more things removable too.
 

crapito

Golden Member
Oct 20, 1999
1,225
0
81
you can also make a BAT file with the following text:

@echo off
cls
ECHO ********************************************
ECHO * *
ECHO * press any key to uninstall MSN Messenger *
ECHO * *
ECHO ********************************************
pause
RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove
ECHO ********************************************
ECHO * *
ECHO * all done. *
ECHO * MSN Messenger has been removed. *
ECHO * thank you, anomen! *
ECHO * *
ECHO ********************************************
@echo on
 

woodie1

Diamond Member
Mar 7, 2000
5,947
0
0
Or delete this KEY:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run\MSMSGS