P Patrick Bemis Jul 23, 2003 #1 Does anyone have a vbs or any script that will "disable" the messenger service on windows 2000 systems? Thanks, Patrick
Does anyone have a vbs or any script that will "disable" the messenger service on windows 2000 systems? Thanks, Patrick
P Patrick J. LoPresti Jul 23, 2003 #2 Yes. See: http://unattended.sourceforge.net/apps.html#startup-type You will have to install Perl first; you can download it for free from <http://www.activestate.com/Products/ActivePerl/>. (Or you can translate the script to VB.) Invoke it as "startup-type.pl manual Messenger" or "startup-type.pl disabled Messenger" to turn off the messenger service. I do this on all of the machines I build... - Pat
Yes. See: http://unattended.sourceforge.net/apps.html#startup-type You will have to install Perl first; you can download it for free from <http://www.activestate.com/Products/ActivePerl/>. (Or you can translate the script to VB.) Invoke it as "startup-type.pl manual Messenger" or "startup-type.pl disabled Messenger" to turn off the messenger service. I do this on all of the machines I build... - Pat
U user Aug 5, 2003 #3 why don't you just turn off the service and don't have it startup. Easiest solution I think -Brett