Remove Windows Messenger


This is an easy tip and easy to find too, but as I recently needed it and the whole idea of this site is saving the steps of steps that are useful for me I’ll post it here.

  1. Open the Start Menu
  2. Click on Run… to open the Run Dialog.
  3. Enter the following command:
    RunDll32 advpack.dll,LaunchINFSection %windir%\inf\msmsgs.inf,BLC.Remove

    and hit OK.

  4. Enjoy a Windows Messenger free Windows!

Information and Links

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.


Other Posts
Converting video in linux using ffmpeg and mencoder
Update Wordpress in 5 easy steps.

Write a Comment

Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.

Reader Comments

there are some backslashes missing after %windir% and after inf, with them its working good ( RunDll32 advpack.dll,LaunchINFSection %windir%\infmsmsgs.inf,BLC.Remove )

I meant:

RunDll32 advpack.dll,LaunchINFSection %windir%\inf\msmsgs.inf,BLC.Remove

Thanks!