Skip to main content

Remove MSN Messenger

First of all you can try what Microsoft Suggests:
CODE
http://support.microsoft.com/?kbid=302089

then you may try some more ways of removing MSN.
I am not responsible for the use or the misuse of this information.
Use at your own risk.

1rd way:
The following method works in Windows XP Professional, but
has not been tested on a system with SP1 installed. FYI, I've seen scripts that are
similar to this, but fail miserably, automatically deleting other much-needed
components! Better to do this slow and manually!

1. Exit MSN Messenger by right-clicking the MSN icon in the notification area, and
selecting Exit.
2. Add the following registry entries, both with a DWORD value of 1:

a. HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Messenger\Client\PreventRun
b. 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.
7. Cross your fingers and reboot! You will probably get a message asking you to confirm the
removal of some leftover files. Click OK.

2th way:
There Is a way to uninstall Messenger cleanly. I don't know if these steps apply for Home version.
1. Control PanelAdd Remove Programs click on "add emove windows components" on the left hand side.
In the box that pops up...scroll down to the bottom and highlight "windows messenger" then UNcheck the box.
2. Hit next and let the uninstall complete. (it's not a very obvious un-install) When it's, done make sure you
to RESTART WINDOWS! (the messenger icon will still be in the tray if you don't!)

3th way
1. First, right click the Messenger icon in the system tray and click Exit.
2. Right click the Start button and click the Explore command to open the Windows Explorer.
3. In the Windows Explorer, expand the Program Files folder on the partition where your operating
system is installed (the partition that holds the WINDOWS directory) and right click the Messenger
folder and select Rename.
4. Rename the folder to MessengerDISABLED and press ENTER to commit the name change.
5. Restart the Computer. No more Windows Messenger

Comments

Popular posts from this blog

Best convertor FF(Format factory)

To Download FORMAT FACTORY free Just click HERE Format Factory is a multifunctional media converter. Provides functions below: All to MP4/3GP/MPG/AVI/WMV/FLV/SWF . All to MP3/WMA/AMR/OGG/AAC/WAV . All to JPG/BMP/PNG/TIF/ICO/GIF/TGA . Rip DVD to video file , Rip Music CD to audio file. MP4 files support iPod/iPhone/PSP/BlackBerry format. Supports RMVB , Watermark , AV Mux.  Format Factory's Feature: 1 support converting all popular video,audio,picture formats to others. 2 Repair damaged video and audio file. 3 Reducing Multimedia file size. 4 Support iphone,ipod multimedia file formats. 5 Picture converting supports Zoom,Rotate/Flip,tags. 6 DVD Ripper . 7 Supports 56 languages OS requirements: All Windows OS

How to modify exe

learn how to change *.exe files, in 5 easy steps: 1) Don't try to modify a prog by editing his source in a dissasembler.Why? Cause that's for programmers and assembly experts only. try to view it in hex you'll only get tons of crap you don't understand. First off, you need Resource Hacker(last version). It's a resource editor- very easy to use, You can download it at h**p://www.users.on.net/johnson/resourcehacker/ 2) Unzip the archive, and run ResHacker.exe. You can check out the help file too 3) You will see that the interface is simple and clean. Go to the menu FileOpen or press Ctrl+O to open a file. Browse your way to the file you would like to edit. You can edit *.exe, *.dll, *.ocx, *.scr and *.cpl files, but this tutorial is to teach you how to edit *.exe files, so open one. 4) In the left side of the screen a list of sections will appear. The most common sections are -String table; -RCData; -Dialog; -Cursor group; -Bitmap; -WAV. *Icon: You can wiew and change

One-click PC shut down

This is really very easy one but very effective one. Enjoy it! First, create a shortcut on your desktop by right-clicking on the desktop, choosing New, and then choosing Shortcut. The Create Shortcut Wizard appears. In the box asking for the location of the shortcut, type shutdown. After you create the shortcut, double-clicking on it will shut down your PC. But you can do much more with a shutdown shortcut than merely shut down your PC. You can add any combination of several switches to do extra duty, like this shutdown -r -t 01 -c “Rebooting your PC” Double-clicking on that shortcut will reboot your PC after a one-second delay and display the message “Rebooting your PC.” The shutdown command includes a variety of switches you can use to customize it. Table 1-3 lists all of them and describes their use. I use this technique to create two shutdown shortcuts on my desktop—one for turning off my PC, and one for rebooting. Here are the ones I use: shutdown -s -t 03 -c “Bye Bye!” shutdo