Look up for a Change

Why so serious?

Archive for July 21st, 2009

Remove MSN messenger the easy way

Posted by boddhayan on July 21, 2009

Removing MSN messenger from WinXP is a real pain. So, the easiest way out is to follow these set of instructions.

1. HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Messenger\Client\PreventRun

2. HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Messenger\Client\PreventAutoRun

3. Open a command prompt by clicking Start/Run, then typing “command” and clicking OK.

4. Uninstall MSN Messenger by typing “rundll32 advpack.dll,LaunchINFSection %systemRoot%\INF\msmsgs.inf,BLC.Remove”

5. Uninstall the leftover installation information file by typing “rundll32 setupapi,InstallHinfSection BLC.Remove 128 %systemRoot%\INF\msmsgs.inf”

6. Allow MSN Messenger to be displayed in the Add/Remove Windows Components dialog in the future (if it pops up again!) by typing “notepad.exe %systemRoot%\INF\sysoc.inf” and deleting the word “hide” from the line that starts with “msmsgs=”.

It MAY be possible to skip to this step directly and perform the uninstallation directly from the Add/Remove Windows Components dialog, but that method MAY leave unwanted components and has not been thoroughly tested. Reboot!

Source: http://psacake.com/web/iu.asp

Posted in Tech | Tagged: , | Leave a Comment »