Warning
This setting is deprecated. Use DoNotOpenServerManagerAtLogon instead.

DoNotOpenInitialConfigurationTasksAtLogon specifies whether the Initial Configuration Tasks application opens automatically when the end user logs on for the first time. If it opens automatically, then the Server Manager will not open until the Initial Configuration Tasks application is closed.

Note
To prevent Server Manager from opening when logging on, select Do not show me this console at logon in the Server Manager console.

Values

true

Specifies that the Initial Configuration Tasks application does not open automatically when the end user logs on for the first time.

false

Specifies that the Initial Configuration Tasks application opens automatically when the end user logs on for the first time. This is the default value.

Valid Configuration Passes

generalize

specialize

Parent Hierarchy

Microsoft-Windows-OutOfBoxExperience | DoNotOpenInitialConfigurationTasksAtLogon

Applies To

For a list of the supported Windows® editions and architectures that this component supports, see Microsoft-Windows-OutOfBoxExperience.

XML Example

The following XML output specifies that the Initial Configuration Tasks application opens automatically when the end user logs on for the first time.

  Copy Code
<DoNotOpenInitialConfigurationTasksAtLogon>false</DoNotOpenInitialConfigurationTasksAtLogon>

See Also