MPCDownloads.com Forums


Search Downloads

 

Category
AAO
Age of empires
Aliens V Predator
BF1942
BF2
BF2142
BFV
Blackhawkdown
Call of Duty (1, 2, and 3)
Call of Duty 4
CommandConquer Generals
CommandConquer Renegade
CS Source
CS1.5
CS1.6
DoD
DoD Source
Doom 3
Dungeon Seige
Game Trainers
Gunbound
Gunz
Half Life 2
Halo
Joint Operations
Maple Story
MOH-BT
MOH-SH
MOHAA
MU Online
Others
Priston Tale
Quake 1 2 3
Ragnarok Online
Raven-shield
RTCW
Sof2
Starwars JK Series
Tactical Ops 2.2
TF2
TFC
Tribes 1 & 2
Tutorials
Vietcong
War Rock
World of Warcraft
[TUTORIAL]Remove Windows Messenger v1
File: [TUTORIAL]Remove Windows Messenger v1 (36.8 KB)
Author: Acco (uploaded by kizzamp)
Date Added: 06-01-2006Status: Unknown
Downloads: 108
Grade: B-
Support: N/A
Description
One thing that uses of WinXP will notice is that ****ed annoying Windows Messenger program, that always seems to be running no matter how many times you close it, you know the one Mr msmsgs.exe lol

Well here is a little VB2005 source to a console application i wrote to rid my pc of Windows Messenger for good (i mean how many people actually use it these days anyways ?).

Credits: Me lol
Microsoft (for creating Windows Messenger for me to kill lol)
Note: This application assumes your main root directory is C and thus attemps to kill *** files from there, the next version i release will actually delete them no matter what named drive you use.
Code:

Imports System.IO.File Module WinMesKiller Sub Main() Dim Acco As New KillWinMes Acco.KillProc() Acco.KillFiles() End Sub End Module Public Class KillWinMes Inherits Methods Public Sub KillProc() 'End all running WinMessenger processes. ProcKill("msmsgs") End Sub Public Sub KillFiles() 'Delete all WinMessenger EXE's and DLL's. 'TODO: Delete the Messenger Directory. IO.File.Delete("C:Program FilesMessengermsmsgs.exe") IO.File.Delete("C:Program FilesMessengermsgsc.dll") IO.File.Delete("C:Program FilesMessengercustsat.dll") IO.File.Delete("C:Program FilesMessengermsgslang.dll") End Sub End Class Public Class Methods Public Sub ProcKill(ByVal procName As String) 'Method for ending a process. Dim proc() As Process = Process.GetProcessesByName(procName) For Each p As Process In proc p.Kill() Console.Beep() 'Beep if a process is ended. Next End Sub End Class


Ideas for v1.1:
1. MultiThreaded
2. Finds users 'TRUE' root directory
3. Deletes messenger registry keys

Note: The rar includes no binarys (EXE or DLL's) this is source only but works 100%.

I have read and understand the Disclamer


Comments
Advertisement
 

Contact Us
- MPC Download Center - Archive - Disclaimer - Privacy Policy - Top

All times are GMT -4. The time now is 03:05 PM.