Last Updated: February 08, 2021
ISSUE
After installing Windows 10 Version 2004 Build 19041.173 and related updates you find that Outlook and other applications do not remember your password anymore.
STATUS: FIXED
This issue has been fixed in this Windows 10 update, February 2, 2021—KB4598291 (OS Builds 19041.789 and 19042.789) Preview (microsoft.com).
WORKAROUND
This issue was further discussed in this Microsoft Community thread, Systemwide password amnesia (v2004 build 19041.173) - Microsoft Community.
-
Right-click the Windows 10 Start Button and select Windows PowerShell (Admin).
-
Copy and paste the command below into Windows PowerShell and press Enter.
Get-ScheduledTask | foreach { If (([xml](Export-ScheduledTask -TaskName $_.TaskName -TaskPath $_.TaskPath)).GetElementsByTagName("LogonType").'#text' -eq "S4U") { $_.TaskName } }
Note: If you see any Tasks listed from the PowerShell output, make a note of them.
Next, go to Windows Task Scheduler and disable any tasks you found from the above command. Follow these steps:
-
In the Windows 10 Search box, type Task Scheduler and then open the Task Scheduler app.
-
Locate the task in the Window (HP Customer participation), or other task from the Windows PowerShell output.
-
Right-click the task and choose Disable.
-
After you disable the task, restart Windows.
Note: You may need to re-enter your missing passwords one more time before it is saved again.
More Resources
Ask the experts
Connect with experts, discuss the latest Outlook news and best practices, and read our blog.
Get help in the community
Ask a question and find solutions from Support Agents, MVPs, Engineers, and Outlook users.
Suggest a new feature
We love reading your suggestions and feedback! Share your thoughts. We're listening.