The tooltip on the configuration builder mistakenly lists seconds for the setting, rather than minutes as described in the Microsoft documentation
name: 'Maximum inactivity time before device locks with external display',
uniqueSlug: 'windows-device-lock-max-inactivity-before-device-locks-with-external-display',
category: 'Device lock',
tooltip: 'The number of seconds a device can remain inactive while using an external monitor before a password is required to unlock the device.',
supportedAccessTypes: ['add', 'replace'],
alsoAutoSetWhenSelected: [
{
dependingOnSettingSlug: 'windows-device-lock-enable-device-lock',
dependingOnSettingValue: true,
}
],
This leads to a mis-configuration of this setting.
💥 Actual behavior
The tooltip on the configuration builder mistakenly lists seconds for the setting, rather than minutes as described in the Microsoft documentation
https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-devicelock#maxinactivitytimedevicelock
This leads to a mis-configuration of this setting.
🛠️ To fix