Systemwide password amnesia (v2004 build 19041.173)

Anonymous
2020-04-10T20:46:55+00:00

I have a Surface Pro 5 with a Windows Hello camera that wasn't working and I wasn't able to fix it. Looked like I'd need to do a reset to fix the drivers, so instead I decided to give 2004 a try, hoping the update would refresh the camera drives. Indeed this worked, but I've been having a lot of problems since the update:

Seems like all sorts of applications and OS features won't remember my username/passwords anymore.

  • Every time I log in I have to sign into both one drive personal and one drive business.
  • Outlook keeps asking me to log into my office365 every few hours.
  • Acrobat keeps asking for my Adobe login every time a load a pdf if I haven't done so in a few hours.
  • Settings periodically makes me fix my insider account configuration by re-authenticating with Hello
  • Lastpass extention in Firefox keeps asking me to enter my password despite being configured to only require a fingeprint (it first asks me for my fingerprint, but then also asks for the password)
  • probably some stuff I can't recall right now.

I wasn't having any of these issues before the update.

I tried following Lastpass's support advice to fix it by reinstalling the extension and resetting several settings but this didn't help.

It's possible these are all individual issues, but since it seems to be an issue with remembering credentials across a variety of applications, I'm suspecting it's a system wide issue and maybe not specific to these applications.

I checked that the credential manager service is running. It was set to manual. I changed it to automatic and rebooted but this didn't seem to help.

Anyone have an idea what could be going on here?

Thanks!

Windows for home | Windows 10 | Performance and system failures

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2020-10-12T21:28:18+00:00

Update 2/8/21

This issue has been fixed by Windows in this Windows 10 update, February 2, 2021—KB4598291 (OS Builds 19041.789 and 19042.789) Preview (microsoft.com).

  • Addresses an issue in which using local Service for User (S4U) affects Data Protection API (DPAPI) credential keys and causes users to sign out unexpectedly.

I am updating the Outlook Known Issue article to reflect the same, Outlook and other apps won't remember password after Windows Updates - Outlook (microsoft.com).

Was this answer helpful?

9 people found this answer helpful.
0 comments No comments
Answer accepted by question author
Sumit 44,316 Reputation points Volunteer Moderator
2021-02-10T03:14:41+00:00

Issue resolved in KB4601319 monthly update. If you continue to hit the issue, let us know.

February 2, 2021—KB4598291 (OS Builds 19041.789 and 19042.789) Preview (microsoft.com)

  • Addresses an issue in which using local Service for User (S4U) affects Data Protection API (DPAPI) credential keys and causes users to sign out unexpectedly.

Was this answer helpful?

3 people found this answer helpful.
0 comments No comments

335 additional answers

Sort by: Newest
  1. Anonymous
    2020-10-12T19:52:40+00:00

    Do you see something as an output?

    Sumit - yes, we get output following the command...

    HPCustParticipation HP OfficeJet Pro 6960

    PS C:\WINDOWS\system32>

    The user has 2 HP printers (1 inkjet and 1 laser) connected to the computer. 

    Seems like Maurice also has issue with HP installed. 

    Does this help in any troubleshooting?

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2020-10-12T01:27:01+00:00

    It seems that this question do not apply to me.  I only get this:

    PS C:\WINDOWS\system32> Get-ScheduledTask | foreach { If ((xml).GetElementsByTagName("LogonType").'#text' -eq "S4U") { $_.TaskName } }

    HPCustParticipation HP ColorLaserJet MFP M278-M281

    I'm the guy who applied some of the receipes found at:

    https://windowsreport.com/11939-credential-manager-no-working-windows-8/

    One thing solved, is that Outlook credentials are now reminded by Edge on my computer.

    But for services like Youtube, Gmail, Facebook, OneDrive, it didn't last for more than a few days. At least what is slighty better than before, is that credentials entry is only necessary once for the time the computer is up. Occasionnaly, I can skip one credentials entry across computer reboot, but this is inconsistent.

    It seems that something break credentials handshake between services and Edge, so Edge do no say "Hey I have the credentials" on hand.

    When I applied receipe 8 from the site above, I  lost credentials Edge had stored before, as expected. It worked for a while, and stopped working. Today I checked Edge' stored credentials, and the old ones are all back, restored from only God knows where!  

    I have a strong felling that this is a sychronisation problem between my computer and my phone which also have Edge. Is Edge on my computer brought back old credentials from my phone?

    There was also a funny parameter about Edge behavior on my phone related to Legacy Edge, but I can't remember now the exact naming of the parameter, which I would I've taken care to take in note, knowing what I know today. I reset it few days ago, since Edge on my phone was the chromium version.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  3. Sumit 44,316 Reputation points Volunteer Moderator
    2020-10-11T09:51:47+00:00

    None of these helped. They seemed to help when attempted at the end of the day, but next morning users were required to enter OneDrive, Office Account password, and Outlook password.

    Thanks. Try the following:

    • 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

    Was this answer helpful?

    40+ people found this answer helpful.
    0 comments No comments