From ec22db4d65c390c9cd215d697781dbba2d3fca52 Mon Sep 17 00:00:00 2001 From: Next Turn <45985406+NextTurn@users.noreply.github.com> Date: Wed, 12 Aug 2020 19:53:36 +0800 Subject: [PATCH] Remove invalid start modes --- docs/xml-config-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/xml-config-file.md b/docs/xml-config-file.md index e11ed60..7f52d7f 100644 --- a/docs/xml-config-file.md +++ b/docs/xml-config-file.md @@ -64,7 +64,7 @@ It can be either absolute path, or you can just specify the executable name and ### startmode This element specifies the start mode of the Windows service. -It can be one of the following values: Boot, System, Automatic, or Manual. +It can be one of the following values: Automatic, or Manual. For more information, see the [ChangeStartMode method](https://docs.microsoft.com/windows/win32/cimwin32prov/changestartmode-method-in-class-win32-service). The default value is `Automatic`.