TimeoutPeriodInMinutes (Standard 8 Module Reference)

7/8/2014

Review the applicable Embedded Core modules and any examples for the TimeoutPeriodInMinutes setting in Windows Embedded 8 Standard (Standard 8).

This setting specifies the number of minutes, between 5 and 60, that the operating system waits before timing out while attempting to join the computer to the domain.

If no value is entered, or if an invalid value is entered, the operating system will use 15 minutes as the default value.

Modules

The following table shows the modules that you can apply this setting to. In Image Configuration Editor (ICE), you can follow the corresponding path to set this setting for a module.

Module

Path

UnattendedJoin

Products/Embedded Core/UnattendedJoin/Identification/TimeoutPeriodInMinutes

XML Example

The following XML example shows how to set the default timeout period to five minutes.

<identification>
    <TimeoutPeriodInMinutes>5</TimeoutPeriodInMinutes>
</identification>

See Also

Concepts

Embedded Core Settings