When setting up kiosk devices with Intune, certain registry settings may be automatically applied, which can interfere with autologon functionality. The registry keys you mentioned, HKLM:\SYSTEM\CurrentControlSet\Control\EAS and HKLM:\SOFTWARE\Microsoft\PolicyManager\current\device\DeviceLock, are likely being set by default Intune policies related to device security and management. Unfortunately, these specific policies may not be explicitly visible in the Intune interface, as some settings are applied automatically based on the device configuration profiles or compliance policies.
To address the issue of the kiosk user account being forced to change the password at the next logon, this is typically a result of security policies applied to user accounts. While there may not be a direct registry setting to disable this behavior, you can manage user account settings through Intune by configuring user account policies or using PowerShell scripts to modify account properties after the account is created.
If you want to explore potential solutions, consider the following steps:
- Review the Intune device configuration profiles to identify any policies that might be enforcing these settings.
- Use PowerShell scripts to automate the removal of unwanted registry keys or to modify user account settings after the device is enrolled.
- Check if there are any specific security policies applied to kiosk user accounts that could be adjusted to prevent the password change requirement.
Unfortunately, without specific details about your Intune configuration, it may be challenging to pinpoint the exact policy causing these issues. You may also want to reach out to Microsoft support for more tailored assistance regarding these registry settings and user account policies.
References: