In general, you don??™t want to use this service
in place of more common methods of sending messages, such as email. You can discover how
to disable this service on the About Web site at http://antivirus.about.com/cs/tutorials/
ht/msgsvc.htm. As one example of what can happen with Windows Messenger, see the
Microsoft Knowledge Base article at http://support.microsoft.com/kb/883261.
PAUSE
Use the PAUSE mode to suspend a service temporarily. Use Net Stop when you wish to stop a service
long term. Pausing a service maintains its presence in memory and therefore preserves the
service??™s state information. Stopping a service removes it from memory and frees the resources that
the service is using. This mode uses the following syntax:
NET PAUSE service
The following describes the command line argument.
service Specifies the name of the service to pause. Always enclose services that contain a
space in their name in quotes. The following list contains typical service names.
? NET LOGON
? NT LM SECURITY SUPPORT PROVIDER
280 CHAPTER 10 MANAGING THE NETWORK
? SCHEDULE
? SERVER
? WORKSTATION
You can??™t pause some services. The Net utility displays an error when you try to stop some services.
Pages:
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686