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: Most helpful
  1. 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
  2. Anonymous
    2020-11-13T19:59:15+00:00

    Thank you this has worked for me.

    Was this answer helpful?

    0 comments No comments
  3. 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
  4. Anonymous
    2020-11-13T01:33:49+00:00

    I figured it out!!!!!

    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.

    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
  5. Anonymous
    2020-11-12T18:29:59+00:00

    Hey, how to reach support? Just using the help app which is built in?

    Was this answer helpful?

    0 comments No comments