Removing Windows Messenger?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • HQ
    Confirmed User
    • Jan 2001
    • 3539

    #1

    Removing Windows Messenger?

    Some tool installed Windows Messenger on my computer at a party (Windows XP) and I can't get it off. I guess it was always installed, but this guy logged his user on my computer and it keeps popping up everytime I use Outlook. His friends keep popping up saying hello and I keep telling them to fuck off and then sign off manually every time. It's quite a predicament I have gotten myself into.

    How do I remove it and/or the (only) user installed on it?
  • Squishy
    Confirmed User
    • Aug 2001
    • 1809

    #2
    Log out and then uncheck the remember password option.
    Last edited by Squishy; 07-02-2002, 04:36 PM.

    Comment

    • HQ
      Confirmed User
      • Jan 2001
      • 3539

      #3
      I looked for that but I can't find that option! I haven't installed any updates to it, perhaps this is why?

      Comment

      • Goonx
        Confirmed User
        • May 2002
        • 1048

        #4
        impossible !!! Iv'e been trying to get rid of it ever since I installed Win XP.

        Another ones of little billys jokes.

        Comment

        • katiepants
          Confirmed User
          • Jan 2002
          • 214

          #5
          Try this..

          Go to C:\Windows\inf\ (its a hidden folder)

          Find sysoc.inf

          Find this line.. "msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7"

          You want to remove the "hide" from that line

          Then go to control panel > Add/Remove Progs > Add/Remove Windows Components and scroll down to find Windows messenger and untick it.

          This is one of the first things I do every time I re-install XP. I hate messenger with a passion. Not 100% sure if this will work after a user has been setup on it though.
          Last edited by katiepants; 07-02-2002, 05:10 PM.

          Adult Platform - Payouts every 2 weeks via check, wire transfer, or ePassporte

          Comment

          • ldinternet
            Confirmed User
            • Apr 2001
            • 8245

            #6
            Code:
            <font size=2>@echo off
            echo Removing Microsoft Messenger...
            rundll32 advpack.dll,LaunchINFSection %WinDir%\inf\msmsgs.inf,BLC.Remove
            
            echo Disabling it from running in the future...
            echo REGEDIT4>%temp%\nomsngr.reg
            echo
            [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Messenger\Client]>>%temp%\no
            msngr.reg
            echo "PreventRun"=dword:00000001>>%temp%\nomsngr.reg
            echo "PreventAutoRun"=dword:00000001>>%temp%\nomsngr.reg
            echo "PreventAutoUpdate"=dword:00000001>>%temp%\nomsngr.reg
            echo "PreventBackgroundDownload"=dword:00000001>>%temp%\nomsngr.reg
            echo "Disabled"=dword:00000001>>%temp%\nomsngr.reg
            regedit /s %temp%\nomsngr.reg</font>
            Batch script will uninstall messenger. It worked for me without a problem. Save from Notepad as whatever.bat, then run it.

            Comment

            • Luda
              Registered User
              • Apr 2002
              • 9

              #7
              I just deleted the Messenger directory... done.

              Comment

              • FlyingIguana
                aspiring banker
                • Mar 2002
                • 10870

                #8
                delete the .exe

                Comment

                • HQ
                  Confirmed User
                  • Jan 2001
                  • 3539

                  #9
                  Thx for all the solutions. Does Outlook still work dispite all this?

                  Comment

                  • HQ
                    Confirmed User
                    • Jan 2001
                    • 3539

                    #10
                    with the help from you, i found out this is the way to uninstall windows messenger in windows xp:

                    Start/Run/RunDll32 advpack.dll,LaunchINFSection %windir%\INF\msmsgs.inf,BLC.Remove

                    Comment

                    • gothweb
                      Confirmed User
                      • Jun 2002
                      • 8849

                      #11
                      Removing Messenger, or any other MS Annoyance, is very easy. Remove Windows. Ta-dah, no more Microsoft crap you can't get rid of. (I am always amazed how many technical people still bother with Microsoft Operating Systems.)

                      Photos by Ian X.: Distinctive photos of goth babes.
                      Blood Money:Your traffic, my sites, our money.
                      MojoHost: Still the best.

                      Comment

                      • foe
                        Confirmed User
                        • May 2002
                        • 5246

                        #12
                        format c:

                        get linux

                        Comment

                        Working...