C:\WINDOWS>NET HELP STOP
The syntax of this command is:
NET STOP
service
NET STOP stops Windows services.
Stopping a service cancels any network connections the service is
using. Also, some services are dependent on others. Stopping one
service can stop others.
Some services cannot be stopped.
service May be one of the following services:
ALERTER
BROWSER
CLIENT SERVICE FOR NETWARE
CLIPBOOK
DHCP CLIENT
FILE REPLICATION
MESSENGER
NET LOGON
NT LM SECURITY SUPPORT PROVIDER
REMOTE ACCESS CONNECTION MANAGER
ROUTING AND REMOTE ACCESS
RPCLOCATOR
SCHEDULE
SERVER
SPOOLER
TCP/IP NETBIOS HELPER SERVICE
UPS
WORKSTATION
NET STOP can also stop services not provided with Windows.
NET HELP command | MORE displays Help one screen at a time.
C:\WINDOWS>NET HELP TIME
The syntax of this command is:
NET TIME
[\\computername | /DOMAIN
[:domainname
] | /RTSDOMAIN
[:domainname
]] [/SET
] [\\computername
] /QUERYSNTP
[\\computername
] /SETSNTP
[:ntp server list
]NET TIME synchronizes the computer's clock with that of another computer
or domain, or displays the time for a computer or domain. When used without
options on a Windows Server domain, it displays the current
date and time at the computer designated as the time server for the domain.
This command allows setting the NTP timeserver for computername.
\\computername Is the name of the computer you want to check or
synchronize with.
/DOMAIN
[:domainname
] Specifies to synchronize the time from the Primary Domain
Controller of domainname.
/RTSDOMAIN
[:domainname
] Specifies to synchronize with a Reliable Time Server
from domainname.
/SET Synchronizes the computer's time with the time
on the specified computer or domain.
/QUERYSNTP Displays the currently configured NTP server for this computer
/SETSNTP
[:ntp server list
] Sets the NTP time servers to be used by this computer. This
may be a list of IP addresses or DNS names separated by spaces.
If multiple timeservers are listed, the list must be surrounded
by quotes.
NET HELP command | MORE displays Help one screen at a time.
C:\WINDOWS>NET HELP USE
The syntax of this command is:
NET USE
[devicename | *
] [\\computername\sharename
[\volume
] [password | *
]] [/USER:
[domainname\
]username
] [/USER:
[dotted domain name\
]username
] [/USER:
[username@dotted domain name
] [/SMARTCARD
] [/SAVECRED
] [[/DELETE
] |
[/PERSISTENT:
NET USE
[password | *
] /HOME
NET USE
[/PERSISTENT:
NET USE connects a computer to a shared resource or disconnects a
computer from a shared resource. When used without options, it lists
the computer's connections.
devicename Assigns a name to connect to the resource or specifies
the device to be disconnected. There are two kinds of
devicenames: disk drives (D: through Z:) and printers
(LPT1: through LPT3:). Type an asterisk instead of a
specific devicename to assign the next available
devicename.
\\computername Is the name of the computer controlling the shared
resource. If the computername contains blank characters,
enclose the double backslash (\\) and the computername
in quotation marks (" "). The computername may be from
1 to 15 characters long.
\sharename Is the network name of the shared resource.
\volume Specifies a NetWare volume on the server. You must have
Client Services for Netware (Windows Workstations)
or Gateway Service for Netware (Windows Server)
installed and running to connect to NetWare servers.
password Is the password needed to access the shared resource.
* Produces a prompt for the password. The password is
not displayed when you type it at the password prompt.
/USER Specifies a different username with which the connection
is made.
domainname Specifies another domain. If domain is omitted,
the current logged on domain is used.
username Specifies the username with which to logon.
/SMARTCARD Specifies that the connection is to use credentials on
a smart card.
/SAVECRED Specifies that the username and password are to be saved.
This switch is ignored unless the command prompts for username
and password. This option is not available on Windows XP
Home Edition and will be ignored.
/HOME Connects a user to their home directory.
/DELETE Cancels a network connection and removes the connection
from the list of persistent connections.
/PERSISTENT Controls the use of persistent network connections.
The default is the setting used last.
YES Saves connections as they are made, and restores
them at next logon.
NO Does not save the connection being made or subsequent
connections; existing connections will be restored at
next logon. Use the /DELETE switch to remove
persistent connections.
NET HELP command | MORE displays Help one screen at a time.