Windows 10 2004 does not store cookies and prevents logins

New reports indicate that some users have problems with Windows 10 2004. Users report that cookies or login data are not saved, especially with the Chrome browser.
One user even reports that this is due to the S4U task "TASK_LOGON_S4U" in the Developer (Task Scheduler).

Such processes are described by Microsoft as follows.

ASK_LOGON_S4U is another option that provides a more secure alternative. Uses a user login service (S4U) to perform the task on behalf of that user, but without having to save the password. Since the task scheduler is running on the local system account, it can create a new S4U session and receive a token that can be used not only for identification but also for imitation on the local computer. Normally an S4U badge is only good for identification.

Confirmation of the above issue can be found on FeedbackHub and the "Answers" forum. If you are affected by the error, you can check if it is due to this service using the .

Open PowerShell as Administrator.

Copy and paste the following:
[pastacode manual=”Get-ScheduledTask%20%7C%20foreach%20%7BIf%20((%5Bxml%5D%20(Export-ScheduledTask%20-TaskName%20%24%20_.%20TaskName%20-TaskPath% 20%24%20_.%20TaskPath)).%20GetElementsByTagName%20(%22LogonType%22).%20'%23%20text'%20-eq%20%22S4U%22)%20%7B%24%20_. %20TaskName%7D%20%7D” provider=”manual” lang=”php”/] In the results, see if you have any of these processes. If you have, try disabling them one by one to find the process that is causing the problem.

The user explains it more in bugs.chromium:

This is because the RPC that UBPM uses to generate the S4U token can sometimes delete your stored credentials in lsass. Among other things, your stored credentials (or rather their hash) are used to generate the key s of the DPAPI user and when they are deleted, lass only uses the hash of the empty string (!!).

Many comments have confirmed that this solution works.

deskmodder.de

iGuRu.gr The Best Technology Site in Greecefgns

every publication, directly to your inbox

Join the 2.082 registrants.

Written by giorgos

George still wonders what he's doing here ...

Leave a reply

Your email address is not published. Required fields are mentioned with *

Your message will not be published if:
1. Contains insulting, defamatory, racist, offensive or inappropriate comments.
2. Causes harm to minors.
3. It interferes with the privacy and individual and social rights of other users.
4. Advertises products or services or websites.
5. Contains personal information (address, phone, etc.).