Net start
Updated: January 21, 2005
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
Net start
Starts a service. Used without parameters, net start displays a list of services that are currently operating.
Syntax
net start [Service]
Parameters
Service: starts the specified service. The following table lists values for Service.
Service Values
| Value | Description | Remarks |
|---|---|---|
|
alerter |
Starts the Alerter service. |
|
|
browser |
Starts the Computer Browser service. |
|
|
"client service for netware" |
Starts the Client Service for NetWare service. |
|
|
clipbook |
Starts the ClipBook service. |
|
|
dhcp client |
Starts the DHCP Client service. |
|
|
eventlog |
Starts the Event Log service. |
|
|
file replication |
Starts the File Replication Service. |
|
|
messenger |
Starts the Messenger service. |
|
|
netlogon |
Starts the Net Logon service. |
|
|
"nt lm security support provider" |
Starts the NT LM Security Support Provider service. |
|
|
"plug and play" |
Starts the Plug and Play service. |
|
|
"remote access connection manager" |
Starts the Remote Access Connection Manager service. |
|
|
"routing and remote access" |
Starts the Routing and Remote Access service. |
|
|
rpclocator |
Starts the Remote Procedure Call (RPC) Locator service. |
|
|
rpcss |
Starts the Remote Procedure Call (RPC) service. |
|
|
schedule |
Starts the Task Scheduler service. |
|
|
server |
Starts the server service. |
|
|
spooler |
Starts the Print Spooler service. |
|
|
"tcp/ip netbios helper" |
Starts the NetBIOS helper over TCP service, which enables NetBIOS over TCP/IP (NetBT) services. |
|
|
ups |
Starts the Uninterruptible Power Supply service. |
|
|
workstation |
Starts the Workstation service. |
|
Net help command: displays help for the specified net command
Remarks
-
The set of services and applications you see might vary depending on the options you selected during installation or configuration.
-
Some services are dependent on other services.
-
You can use the Services snap-in to configure services to stop and start automatically. Use this snap-in to manually stop, start, pause, and continue network services.
-
You can use Net start to start services that are not provided with the Windows server 2003 family.
-
If a service name contains spaces, use quotation marks around the text (for example, "Service Name").
Examples
To list services that are currently operating, type:
net start
To start the Client Service for Netware service, type:
net start "client service for netware"
See Also
Concepts
Command-line reference A-ZCommand shell overview
Net stop
Other Resources
Net services overviewNet pause
Net continue
