I followed the instructions in the reply to Insider MVP's post on October 11, 2020. My issue was with HP Customer Participation. Be sure to restart your PC after doing this.
What I followed pasted here:
- Right-click Start>Windows Powershell(admin). Copy and paste below command
- Get-ScheduledTask | foreach { If ((xml).GetElementsByTagName("LogonType").'#text' -eq "S4U") { $_.TaskName } }
Note the app names you get as an output.
Disable the apps you noted by running the command in the task scheduler. (For example, HP Customer participation utility task, Carbonite, etc). Explanation below:
- Search for Task Scheduler in the start menu.
- Locate the task in the Window(HP Customer participation/Carbonite).
- Right-click the task and choose Disable.
Restart your PC and your logins would be retained.
Background: These steps disables the tasks which use S4U, which is the reason for this unexpected logout behavior. In case you need those tasks, make them non-S4U, i.e. enable the "Do not Store password" in the task scheduler. Disabling
the tasks would not affect anything on your computer, though.
The issue would be likely fixed in a future update. Appreciate your patience.
Edit:16/10/2020. Answer explained in detail.
Edit:08/11/2020: Edited to Improve clarity.
Source: https://bugs.chromium.org/p/chromium/issues/detail?id=1069383#c90