Yes, this is being investigated. For those who are affected, please add a comment in this collection:
Feature update to Windows 10, version 2004 causing issues with credentials
Hello, I had a problem after installing the Feature update to Windows 10, version 2004 causing issues with credentials. Specifically my problem related to email accounts in Outlook not remembering the account password and a similar problem with Adobe Creative Cloud. No matter how many times I would enter the password, it would always ask again for the password when restarting Outlook and similar problem with Adobe Creative Cloud it would always ask me to sign in again after rebooting my computer (which loads it automatically). I'm wondering if anyone else has had this problem and did you find a solution?
I was not able to find a solution to this problem that worked even after manually removing credentials from the Credential Manager and adding them again in the respective applications, so I uninstalled the feature update and reverted back to the previous version of Windows. In case someone else needs to revert back and uninstall Feature update to Windows 10, version 2004, I found a good article with instructions here: https://pureinfotech.com/uninstall-windows-10-2004-2020-update/. The caveat is that you must do this within 10 days of the install as the old version of Windows is automatically deleted after that time.
Windows for home | Windows 10 | Windows update
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.
79 answers
Sort by: Oldest
-
Sumit 44,316 Reputation points Volunteer Moderator2020-10-08T12:32:38+00:00 I have written an article as per my investigation:
-
Anonymous
2020-10-08T19:31:36+00:00 What if you are already using a Local Account?
-
Sumit 44,316 Reputation points Volunteer Moderator2020-10-11T12:49:44+00:00 I need more details if that is the case.
- Right-click Start>Windows Powershell(admin). Copy and paste below command
- Get-ScheduledTask | foreach { If ((xml).GetElementsByTagName("LogonType").'#text' -eq "S4U") { $_.TaskName } }
Do you see something as an output?
- Right-click Start>Windows Powershell(admin). Copy and paste below command
-
Anonymous
2020-10-11T17:46:26+00:00 I have disabled the Scheduled Task named 'HPCustParticipation HP ColorLaserJet MFP M278-M281' and all seems to be sorted now thanks (Run whether user is logged on or not was set to 'Do not store password').