HKLMReceiveTimeOut

HKLMReceiveTimeOut specifies the number of milliseconds to wait for data to be received over the network for all users on the computer. This is also known as a socket receive.

Values

Number_of_milliseconds

Specifies the number of milliseconds for data to be received over the network before timing out.

The default value is 30000 (30 seconds). Number_of_milliseconds is an integer from 5000 (five seconds) through 86400000 (one day).

Valid Configuration Passes

oobeSystem

Parent Hierarchy

microsoft-windows-ie-clientnetworkprotocolimplementation- | HKLMReceiveTimeOut

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 Internet Explorer to wait 45 seconds to receive a response to a request. If the response takes longer than this time-out value, the request is canceled.

<HKLMReceiveTimeOut>45000</HKLMReceiveTimeOut>

microsoft-windows-ie-clientnetworkprotocolimplementation-