Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1543,13 +1543,14 @@ public string Description

/// <summary>
/// The following is the definition of the input parameter "StartupType".
/// "Set-Service -StartType" sets ServiceController.InputObject.StartType.
/// Changes the starting mode of the service. Valid values for StartupType are:
/// -- Automatic: Start when the system starts.
/// -- Manual : Starts only when started by a user or program.
/// -- Disabled : Can.
/// </summary>
[Parameter]
[Alias("StartMode", "SM", "ST")]
[Alias("StartMode", "SM", "ST", "StartType")]
[ValidateNotNullOrEmpty]
public ServiceStartupType StartupType
{
Expand Down