»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 01-22-2004, 03:29 PM   #1 (permalink)
Registered User
 
Join Date: Jan 2004
Posts: 4
Pathos is on a distinguished road
Is there any way to stop MSN messenger from loading at startup?

I don't want trillian to keep keeping it off, I just want to use trillian all the time.

Pathos is offline   Reply With Quote
Old 01-22-2004, 03:35 PM   #2 (permalink)
Registered User
 
Technoed's Avatar
 
Join Date: Sep 2003
Location: Yorkshire, England
Posts: 68
Technoed is on a distinguished road
Yeah, you can stop MSN Messenger from loading at startup.

Just click Start, Run..., then enter 'msconfig' into the box. Then, once the System Configuration Utility pops up, click the Startup tab and uncheck 'msmsgs'. Click apply and that's it! Reboot your system.
Technoed is offline   Reply With Quote
Old 01-22-2004, 03:36 PM   #3 (permalink)
Registered User
 
Join Date: Jan 2004
Posts: 4
Pathos is on a distinguished road
Very helpful, and it worked! Thanks a ton friend
Pathos is offline   Reply With Quote
Old 01-22-2004, 05:25 PM   #4 (permalink)
Registered User
 
Technoed's Avatar
 
Join Date: Sep 2003
Location: Yorkshire, England
Posts: 68
Technoed is on a distinguished road
No problem.
Technoed is offline   Reply With Quote
Old 01-22-2004, 05:33 PM   #5 (permalink)
Banned
 
thronka's Avatar
 
Join Date: Dec 2002
Location: Garland, Texas USA
Posts: 1,728
thronka is on a distinguished road
Is there a way to UNINSTALL it permenatly?
thronka is offline   Reply With Quote
Old 01-22-2004, 05:36 PM   #6 (permalink)
Registered User
 
Technoed's Avatar
 
Join Date: Sep 2003
Location: Yorkshire, England
Posts: 68
Technoed is on a distinguished road
Yeah, if you've got Windows XP, go to the Control Panel, next go to 'Add or remove programs', then click the 'Add/remove Windows components' and Windows/MSN Messenger should be found in the list that's displayed.
Technoed is offline   Reply With Quote
Old 01-22-2004, 05:37 PM   #7 (permalink)
Banned
 
thronka's Avatar
 
Join Date: Dec 2002
Location: Garland, Texas USA
Posts: 1,728
thronka is on a distinguished road
No that only deletes the ICON. I want to remove it permantly without screwing up the system
thronka is offline   Reply With Quote
Old 01-22-2004, 05:42 PM   #8 (permalink)
Registered User
 
Technoed's Avatar
 
Join Date: Sep 2003
Location: Yorkshire, England
Posts: 68
Technoed is on a distinguished road
I just did a search on Google which coughed up a few useful results.

http://www.google.co.uk/search?sourc...dows+Messenger
Technoed is offline   Reply With Quote
Old 01-22-2004, 05:44 PM   #9 (permalink)
Registered User
 
golfcart's Avatar
 
Join Date: Oct 2001
Location: Michigan
Posts: 1,680
golfcart is on a distinguished road
You can paste the following code in notepad and save it as 'xp_messsenger_remove.vbs'. After doing that just double click on it


Code:
'xp_messsenger_remove.vbs - Removes Windows Messenger from Windows XP
'© Doug Knox - 3/30/02
'This code may be freely distributed/modified
'Downloaded from www.dougknox.com

Option Explicit
On Error Resume Next

'Dimension variables
Dim WSHShell, MyBox, p1, q1, rcmd
Dim jobfunc

'Set the Windows Script Host Shell and assign values to variables
Set WSHShell = WScript.CreateObject("WScript.Shell")
p1 = "HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express\Hide Messenger"
q1 = 2
rcmd = "RunDll32 advpack.dll,LaunchINFSection %windir%\inf\msmsgs.inf,BLC.Remove"

'Create or change the Hide Messenger value
WSHShell.RegWrite p1, q1

'Run the uninstall command
WshShell.Run(rcmd)
Courtesy of Doug Knox
golfcart is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 07:49 AM.