|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Jan 2001
Posts: 3,539
|
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? |
|
|
|
|
|
#2 |
|
Confirmed User
Join Date: Aug 2001
Location: Hiding from you.
Posts: 1,809
|
Log out and then uncheck the remember password option.
|
|
|
|
|
|
#3 |
|
Confirmed User
Join Date: Jan 2001
Posts: 3,539
|
I looked for that but I can't find that option! I haven't installed any updates to it, perhaps this is why?
|
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: May 2002
Posts: 1,048
|
impossible !!! Iv'e been trying to get rid of it ever since I installed Win XP.
Another ones of little billys jokes. ![]() |
|
|
|
|
|
#5 |
|
Confirmed User
Join Date: Jan 2002
Location: Brisbane, Australia
Posts: 214
|
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. |
|
|
|
|
|
#6 |
|
Confirmed User
Join Date: Apr 2001
Posts: 8,245
|
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> |
|
|
|
|
|
#7 |
|
Registered User
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 9
|
I just deleted the Messenger directory... done.
|
|
|
|
|
|
#8 |
|
aspiring banker
Join Date: Mar 2002
Location: toronto
Posts: 10,870
|
delete the .exe
|
|
|
|
|
|
#9 |
|
Confirmed User
Join Date: Jan 2001
Posts: 3,539
|
Thx for all the solutions. Does Outlook still work dispite all this?
|
|
|
|
|
|
#10 |
|
Confirmed User
Join Date: Jan 2001
Posts: 3,539
|
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 |
|
|
|
|
|
#11 |
|
Confirmed User
Join Date: Jun 2002
Location: Back in the USSA
Posts: 8,849
|
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. |
|
|
|
|
|
#12 |
|
Confirmed User
Join Date: May 2002
Location: CT
Posts: 5,246
|
format c:
get linux |
|
|
|