C:\WINDOWS>NET HELP PAUSE
The syntax of this command is:
NET PAUSE
service
NET PAUSE suspends a Windows service or resource. Pausing a service
puts it on hold.
service Is the service to be paused.
For example, one of the following:
NET LOGON
NT LM SECURITY SUPPORT PROVIDER
SCHEDULE
SERVER
WORKSTATION
NET HELP command | MORE displays Help one screen at a time.
C:\WINDOWS>NET HELP PRINT
The syntax of this command is:
NET PRINT
\\computername\sharename
[\\computername
] job#
[/HOLD | /RELEASE | /DELETE
]NET PRINT displays print jobs and shared queues.
For each queue, the display lists jobs, showing the size
and status of each job, and the status of the queue.
\\computername Is the name of the computer sharing the printer
queue(s).
sharename Is the name of the shared printer queue.
job# Is the identification number assigned to a print
job. A computer with one or more printer queues
assigns each print job a unique number.
/HOLD Prevents a job in a queue from printing.
The job stays in the printer queue, and other
jobs bypass it until it is released.
/RELEASE Reactivates a job that is held.
/DELETE Removes a job from a queue.
NET HELP command | MORE displays Help one screen at a time.
C:\WINDOWS>NET HELP SERVICES
The syntax of this command is:
SERVICES
NET START can be used to start services, including:
NET START ALERTER
NET START BROWSER
NET START CLIENT SERVICE FOR NETWARE
NET START CLIPBOOK
NET START DHCP CLIENT
NET START EVENTLOG
NET START FILE REPLICATION
NET START MESSENGER
NET START NET LOGON
NET START NT LM SECURITY SUPPORT PROVIDER
NET START PLUG AND PLAY
NET START REMOTE ACCESS CONNECTION MANAGER
NET START ROUTING AND REMOTE ACCESS
NET START RPCLOCATOR
NET START RPCSS
NET START SCHEDULE
NET START SERVER
NET START SPOOLER
NET START TCP/IP NETBIOS HELPER SERVICE
NET START UPS
NET START WORKSTATION
When typed at the command prompt, service names of two words or more must
be enclosed in quotation marks. For example, NET START "NET LOGON"
starts the net logon service.