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-12-14T04:44:10+00:00

    Try to use some other backup service for now and try to disable it and see if that works... as we know already this is a bug, so either you keep signing out of everything or try to use this temporary solution.

    maybe pause the service just to be sure thats your bugged data... im just throwing options you could try... you should make your best call.

    Hope this helps, we're just trying to go around the bug for now until we get a propper solution from Microsoft. 

    Cheers

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2020-12-14T04:29:42+00:00

    The only thing that shows up for me is Carbonite, which is my file backup service.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2020-12-14T02:44:24+00:00

    Hello, 

    This does not work for everyone, especially myself. I don't have HP anything on my computer so task scheduler doesn't show anything. They need to fix this and the fact that this very terrible bug has been around over 6 months now is disgusting.

    Yes I knew not everyone would be able to use this, but it helped me and some others... sorry for not being able to provide a better solution for your case.. have you tried the powershell (admin) check? You might get a different answer even though you dont have any HP anything...

    Regards,

    FA

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2020-12-14T00:41:58+00:00

    Hello, 

    This does not work for everyone, especially myself. I don't have HP anything on my computer so task scheduler doesn't show anything. They need to fix this and the fact that this very terrible bug has been around over 6 months now is disgusting.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2020-12-11T21:16:15+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 Version 2004

    Hi, that error is a bug, I had the same problem for months... I've tried everything from different forums, clear cookies, cache, reboot, blah blah blah... nothing worked.

    I've also tried a solution posted by Sumit - Insider MVP... and this is the ONLY thing that worked for me so far...

    I've been trying this solution for two days and none of my accounts have signed out. (I used to get signed out 2-3 times DAILY just after closing my browser, not even waiting until restart or turning off my device).

    **I recommend to log into your accounts before restarting to see if it stays signed in or not.

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

    (in my case :

    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. (Select Task Scheduler Library and to the right you'll see a list of tasks...)
    • Locate the task in the Window(HP Customer participation in my case).
    • 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.

    I'll update if I have any other info.

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

    SOURCE2: https://bugs.chromium.org/p/chromium/issues/detail?id=1069383#c90

    HOPE THIS HELP FOR NOW UNTIL THEY FIX THIS ANNOYING BUG.  

    -FA

    Was this answer helpful?

    0 comments No comments