Does anyone know how to remove Windows messenger

Sure, paste this in to run (without the quotes) and it will completely
remove it.
" RunDll32 advpack.dll,LaunchINFSection
%windir%\INF\msmsgs.inf,BLC.Remove "


With kind regards From OZ

Re: How To Remove Windows Messenger by JS

JS
Fri Sep 28 20:10:17 CDT 2007

How to prevent Windows Messenger from running on a Windows XP-based computer
http://support.microsoft.com/kb/302089

JS

"OnlyMe" <xub1@beagle.com.au> wrote in message
news:O51WEOjAIHA.3400@TK2MSFTNGP03.phx.gbl...
> Does anyone know how to remove Windows messenger
>
> Sure, paste this in to run (without the quotes) and it will completely
> remove it.
> " RunDll32 advpack.dll,LaunchINFSection
> %windir%\INF\msmsgs.inf,BLC.Remove "
>
>
> With kind regards From OZ
>



Re: How To Remove Windows Messenger by Dee

Dee
Sat Sep 29 05:17:08 CDT 2007

Hi there...

To remove Messenger:
Simply delete the following Registry Key:

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

Uninstall Messenger

You have to edit sysoc.inf (located in /WINDOWS/inf). Under [Components]
you should see the following line:
msmsgs=ocgen.dll,OcEntry,msmsgs.inf,hide,7. Take the word 'hide' out of
the line, and it should look like this:
msmsgs=ocgen.dll,OcEntry,msmsgs.inf,,7. Exit and save.

Go to Add or Remove Programs, and click on Add/Remove Windows
Components. There you should now be able to uncheck the MSN Messenger
Service, and by clicking Next it will uninstall.

And here is the tip for making sure Messenger is removed from Outlook
Express as well:

Start/Run/Regedit

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Outlook Express. Value Name: Hide
Messenger, Data Type: REG_DWORD (DWORD Value), Value Data: (2 = remove
messenger). Create a new DWORD value, or modify the existing value,
called 'Hide Messenger' and set the value to 2.

Exit your registry, you may need to restart or log out of Windows for
the change to take effect.

Take Care...
Dee
-----------------------------------------------------

OnlyMe wrote:
> Does anyone know how to remove Windows messenger
>
> Sure, paste this in to run (without the quotes) and it will completely
> remove it.
> " RunDll32 advpack.dll,LaunchINFSection
> %windir%\INF\msmsgs.inf,BLC.Remove "
>
>
> With kind regards From OZ
>
>

Re: How To Remove Windows Messenger by Unknown

Unknown
Sat Sep 29 10:56:05 CDT 2007

Control panel---add/remove programs---on left side windows
components---delete X on windows messenger. I.E. Don't load it.
"OnlyMe" <xub1@beagle.com.au> wrote in message
news:O51WEOjAIHA.3400@TK2MSFTNGP03.phx.gbl...
> Does anyone know how to remove Windows messenger
>
> Sure, paste this in to run (without the quotes) and it will completely
> remove it.
> " RunDll32 advpack.dll,LaunchINFSection
> %windir%\INF\msmsgs.inf,BLC.Remove "
>
>
> With kind regards From OZ
>



Re: How To Remove Windows Messenger by Poprivet

Poprivet
Sat Sep 29 11:37:14 CDT 2007

Here's the easy way without all the messing around manually:
http://www.dougknox.com/xp/tips/xp_messenger_remove.htm

HTH
Pop`


OnlyMe wrote:
> Does anyone know how to remove Windows messenger
>
> Sure, paste this in to run (without the quotes) and it will completely
> remove it.
> " RunDll32 advpack.dll,LaunchINFSection
> %windir%\INF\msmsgs.inf,BLC.Remove "
>
>
> With kind regards From OZ