Signed out of everything on reboot

Anonymous
2020-07-01T22:43:35+00:00

I have an issue that every time I reboot windows 10 pro, I am signed out of many of my accounts which require me to sign in again.  My google account on chrome, adobe, zoom and Microsoft all require signing in before I can use.  This is particularly a problem with the Adobe products since they are a subscription based I can only use them off-line if I am signed in.  So far, my desktop versions of WhatsApp and Signal do not sign me out.  Is this a setting or a bug?

I am fully updated to the May 2020 update Verson 2004

Windows for home | Windows 10 | Settings

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

88 answers

Sort by: Newest
  1. Anonymous
    2020-11-16T04:55:43+00:00

    Yes, all the mentioned accounts used to leave me signed in (Chrome, Zoom, Adobe, and Microsoft).

    I believe the change happened with the May 2020 update. d

    Checking the 'remember me' options do not resolve or even change the problem.

    I have all cookies selected and have tried the steps to keep signed in to Chrome.  In fact those were the first steps I tried because it was the first program I noticed the problem in.  Since then, I assumed it was a Windows issue since I didn't make any other changes and nothing that would have permission to affect all those programs.

    I would appreciate advise related to Windows, since it is unlikely that Chrome has the ability to log me out of my Microsoft products as well.

    thank you

    Same thing happening with me after may update

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2020-11-15T11:04:16+00:00

    RESOLVED!

    Had a long call with MS tech support. After some extensive troubleshooting, we fixed it by making this change:

    Went to settings, accounts, sign in options, restart apps, enabled all settings here. 

    Now after a reboot all sign ins survive the reboot. 

    This fixed the problem for me! My PC has now been turned on and off at least 6 times in 3 days (and it even updated as well) and I am still logged into both my Outlook accounts, Gmail, facebook and OneDrive. Yay!

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2020-11-13T20:02:46+00:00

    A little change it is Microsoft protect folder under %appdata% should undo where to find it.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2020-11-13T19:59:15+00:00

    Thank you this has worked for me.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2020-11-13T01:34:22+00:00

    I figured it out!!!!!

    • 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.

    Source: https://answers.microsoft.com/en-us/windows/forum/all/systemwide-password-amnesia-v2004-build-19041173/232381f8-e2c6-4e8a-b01c-712fceb0e39e?LastReply=true#LastReply&page=25

    Was this answer helpful?

    0 comments No comments