HKLMConnectTimeOut specifies the number of milliseconds to wait for an Internet connection request to complete for all users. After this timeout limit is reached, the request is canceled.

Values

Number_of_milliseconds

Specifies the number of milliseconds to wait before timing out. The default value is 60000 (one minute). Number_of_milliseconds is an integer from 5000 (five seconds) through 86400000 (one day).

Setting this option to 0 will disable this timer.

Valid Configuration Passes

oobeSystem

Parent Hierarchy

Applies To

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

XML Example

The following XML output shows how to set the timeout limit to two minutes.

  Copy Code
<HKLMConnectRetries>1</HKLMConnectRetries>
<HKLMConnectTimeOut>120000</HKLMConnectTimeOut>

See Also