Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The InactivityScale entry specifies the scale value for InactivityTimeout. The equation for inactivity time-out is as follows:
InactivityTimeout * InactivityScale = inactivity time-out in seconds
Format
A single DWORD hexadecimal value.
Examples
HKR,, InactivityScale, 1, 0a,00,00,00
Remarks
If InactivityScale is omitted from an INF file, a default value of 10 seconds is used. It is important to verify that the correct InactivityScale and InactivityTimeout are specified.
Examples and common values follow:
3c,00,00,00 = 60 seconds = 1 minute
0a,00,00,00 = 10 seconds
01,00,00,00 = 1 second
68,01,00,00 = 360 seconds = 6 minutes
80,33,e1,01 = 31536000 seconds = 525600 minutes = 8760 hours = 365 days = 1 year
See also