a few weeks ago I ran this procedure:
·
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 namesyou get as an
output.
Disable the apps you notedby 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 taskin
the Window(HP Customer participation/Carbonite).
·
Right-click the taskand
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
Sumit
I eI never went back and tried 2004 again. As stated I installed 20H2 and it worked OK I thought it had fixed the problem. Today I thought my printer/Scanner indicated a scanner problem and I allowed HP to download new software.
The logon problem came back after HP was done. I ran the above procedure again to disable HP Customer participation. So far it
appears to fix the problem.