Start or stop Windows service from command line (CMD)
We normally use Services.msc to start or stop or disable or enable any service. We can do the same from windows command line also using net and sc utilities. Below are commands for controlling the operation of a service.
Command to stop a service:
To start a service:
You need to have administrator privileges to run net start/stop commands. If you are just a normal user on the computer, you would get an error like below.
To disable a service:
To enable a service:
To make a service start automatically with system boot:
Note: Space is mandatory after ‘=’ in the above sc commands.
This SC command works on a Windows 7 machine and also on the down-level editions of Windows i.e Windows XP/2003 and Windows Vista. Again, if you do not have administrator previliges you would get the below error.
Note that the service name is not the display name of a service. Each service is given a unique identification name which can be used with net or sc commands. For example, Remote procedure call (RPC) is the display name of the service. But the service name we need to use in the above commands is RpcSs.
So to start Remote procedure call service the command is:
These service names are listed below for each service. The first column shows the display name of a service and the second column shows the service name that should be used in net start or net stop or sc config commands.
start start
Запускает отдельное окно командной строки для запуска указанной программы или команды. Starts a separate Command Prompt window to run a specified program or command.
Синтаксис Syntax
Параметры Parameters
Параметр Parameter | Описание Description |
---|---|
Задает заголовок, отображаемый в строке заголовка окна командной строки . Specifies the title to display in the Command Prompt window title bar. | |
/d |
. ]]
Комментарии Remarks
Вы можете запускать неисполняемые файлы с помощью сопоставления файлов, вводя имя файла в виде команды. You can run non-executable files through their file association by typing the name of the file as a command.
При выполнении команды, содержащей строку CMD в качестве первого маркера без квалификатора расширения или пути, команда CMD заменяется значением переменной COMSPEC. If you run a command that contains the string CMD as the first token without an extension or path qualifier, CMD is replaced with the value of the COMSPEC variable. Это не позволяет пользователям выбирать cmd из текущего каталога. This prevents users from picking up cmd from the current directory.
Если вы запускаете приложение с 32-битным графическим пользовательским интерфейсом (GUI), программа cmd не ждет завершения работы приложения, прежде чем вернуться в командную строку. If you run a 32-bit graphical user interface (GUI) application, cmd does not wait for the application to quit before returning to the command prompt. Такое поведение не происходит при запуске приложения из командного скрипта. This behavior does not occur if you run the application from a command script.
При выполнении команды, использующей первый токен, который не содержит расширение, Cmd.exe использует значение переменной среды ПАСЕКСТ, чтобы определить, какие расширения следует искать и в каком порядке. If you run a command that uses a first token that does not contain an extension, Cmd.exe uses the value of the PATHEXT environment variable to determine which extensions to look for and in what order. Значение по умолчанию для переменной ПАСЕКСТ: The default value for the PATHEXT variable is:
Обратите внимание, что синтаксис аналогичен переменной PATH с точкой с запятой (;) Отделение каждого расширения. Note that the syntax is the same as the PATH variable, with semicolons (;) separating each extension.
При поиске исполняемого файла, если нет совпадения с каким-либо расширением, запустите проверку, чтобы проверить, совпадает ли имя с именем каталога. When searching for an executable file, if there is no match on any extension, start checks to see if the name matches a directory name. Если это так, то Start открывает Explorer.exe по этому пути. If it does, start opens Explorer.exe on that path.
Примеры Examples
Чтобы запустить программу MyApp из командной строки и использовать текущее окно командной строки , введите: To start the Myapp program at the command prompt and retain use of the current Command Prompt window, type:
Чтобы просмотреть раздел справки по командной строке в отдельном окне командной строки с развернутым окном, введите: To view the start command-line help topic in a separate maximized Command Prompt window, type:
start
Starts a separate Command Prompt window to run a specified program or command.
Syntax
Parameters
Parameter | Description |
---|---|
Specifies the title to display in the Command Prompt window title bar. | |
/d |
. ]]
Remarks
You can run non-executable files through their file association by typing the name of the file as a command.
If you run a command that contains the string CMD as the first token without an extension or path qualifier, CMD is replaced with the value of the COMSPEC variable. This prevents users from picking up cmd from the current directory.
If you run a 32-bit graphical user interface (GUI) application, cmd does not wait for the application to quit before returning to the command prompt. This behavior does not occur if you run the application from a command script.
If you run a command that uses a first token that does not contain an extension, Cmd.exe uses the value of the PATHEXT environment variable to determine which extensions to look for and in what order. The default value for the PATHEXT variable is:
Note that the syntax is the same as the PATH variable, with semicolons (;) separating each extension.
When searching for an executable file, if there is no match on any extension, start checks to see if the name matches a directory name. If it does, start opens Explorer.exe on that path.
Examples
To start the Myapp program at the command prompt and retain use of the current Command Prompt window, type:
To view the start command-line help topic in a separate maximized Command Prompt window, type:
WinDbg Preview — Command line startup options
Starting WinDbg Preview
After WinDbg Preview is installed, WinDbgX.exe is available to run from any directory location.
Command line startup options
This following tables summarizes the available command line options.
General Options
Option | Description |
---|---|
-c «command» | Executes a command line after the debugger is attached. This command must be enclosed in quotation marks. Multiple commands can be separated with semicolons. |
-v | Enables verbose output in the debugger. |
-T Title | Sets the window title. |
-logo LogFile | Log Open. Begins logging information to a log file. If the file exists, it will be overwritten. |
-loga LogFile | Log Append. Begins logging information to a log file. If the file exists, it will be appended to. |
-e EventHandle | Signals the event with the given handle after the next exception in a target. |
-? | Displays a summary of commands available. |
Kernel Options
Option | Description |
---|---|
-k [ConnectType] | Starts a kernel debugging session. If -k is used without any ConnectType options following it, it must be the final entry on the command line. |
-kqm | Starts KD in quiet mode. |
-kl | Starts a kernel debugging session on the same machine as the debugger. |
-kx ExdiOptions | Starts a kernel debugging session using an EXDI driver. |
-d | After a reboot, the debugger will break into the target computer as soon as a kernel module is loaded. |
User Mode Options
Option | Description |
---|---|
-o | Debugs all processes launched by the target application (child processes). |
-g | Ignores the initial breakpoint in target application. |
-G | Ignores the final breakpoint in target application. |
-pv | Specifies that the debugger should attach to the target process noninvasively. |
-hd | Specifies that the debug heap should not be used. |
-cimp | Specifies that any processes created will use an implicit command-line set by the server instead of a user-given command-line string from the client. |
Target Options
Option | Description |
---|---|
-remote ClientTransport | Connects to a debugging server that is already running. For an explanation of the possible ClientTransport values, see Activating a Debugging Client. When this parameter is used, it must be the first parameters on the command line. |
-server ServerTransport | Creates a debugging server that can be accessed by other debuggers. For an explanation of the possible ServerTransport values, see Activating a Debugging Server. |
-premote SmartClientTransport | Creates a smart client, and connects to a process server that is already running. For an explanation of the possible SmartClientTransport values, see Activating a Smart Client. |
-p PID | Specifies the decimal process ID to be debugged. |
-tid TID | Specifies the thread ID of a thread to be resumed when the debugging session is started. |
-psn ServiceName | Specifies the name of the service contained in the process to be debugged. This is used to debug a process that is already running. |
-pn ProcessName | Specifies the name of the process to be debugged. |
-z DumpFile | Specifies the name of a crash dump file to debug. If the path and file name contain spaces, this must be surrounded by quotation marks. |
-debugArch x86 -or- amd64 | Override the autodetect behavior and set the target bitness for the debugger. |
-loadSession | Load a saved session configuration file. |
-setupFirewallRules | Configures the required firewall rules on the local system to allow kernel debugging using KDNET. |
-openPrivateDumpByHandle Handle | Microsoft internal use only. Specifies the handle of a crash dump file to debug. |
-benchmarkStartup | Microsoft internal use only. Runs a startup benchmark and appends the result to a file. |
Symbol Options
Option | Description |
---|---|
-y SymbolPath | Specifies the symbol path to use. Separate multiple paths with a semicolon (;). If the path contains spaces, it should be enclosed in quotation marks. For details, and for other ways to change this path, see Symbol Path. |
-n | Noisy symbol load. Enables verbose output from symbol handler. |
-i ImagePath | Sets the image search path to use. |
-sdce | Causes the debugger to display ‘File access error’ messages during symbol load. |
-ses | Causes the debugger to perform a strict evaluation of all symbol files and ignore any questionable symbols. |
-sicv | Causes the symbol handler to ignore the CV record |
-sins | Causes the debugger to ignore the symbol path and executable image path environment variables. |
-snc | Causes the debugger to turn off C++ translation. |
-snul | Disables automatic symbol loading for unqualified names. |
-sup | Causes the symbol handler to search the public symbol table during every symbol search |
-sflags | Sets all the symbol handler options at once. |
Source Path Options
Option | Description |
---|---|
-srcpath | Specifies the source path to use on the debugging server. |
-lsrcpath | Specifies the source path to use on the local client. |
If you are in a local debugger session, srcpath and lsrcpath are effectively the same (your “server” is your local session). For remote debugging there are situtations where you may want to set these to different values. For more information about remote debugging see, Remote Debugging.
Exception handling
Option | Description |
---|---|
-x | Enable second-chance handling only for access violation exceptions. |
-xe Exception | Enable first-chance exception handling for the specified exception. |
-xd Exception | Enable second-chance exception handling for the specified exception. |
-xn Exception | For the given exception, disable first- and second-chance-handling, and only display a message on the console. |
-xi Exception | Completely ignore the given exception, disabling first- and second-chance handling, and not outputing anything to the console. |
For a list of exceptions that can be specified, see Event Definitions and Defaults.
Post Mortem
Option | Description |
---|---|
-I | Sets WinDbg Preview as the default post-mortem debugger for the system. |
-IS | Sets WinDbg Preview as the default post-mortem debugger for the system silently, with only errors being reported. |
Deprecated Options
Option | Description |
---|---|
-Q | Deprecated command-line option. |
-QY | Deprecated command-line option. |
-QS | Deprecated command-line option. |
-QSY | Deprecated command-line option. |
-WX | Deprecated command-line option. |
For general information on the startup parameters, see WinDbg Command-Line Options.
You can use -? to list the supported command line options.