Remove invalid start modes

pull/645/head
Next Turn 2020-08-12 19:53:36 +08:00 committed by GitHub
parent dcf3013f75
commit ec22db4d65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`.