Windows 10 2004 does not store cookies and prevents logins

New reports indicate that some have problems with 10 of the 2004 edition. Users report that cookies or login data are not saved, especially with the program Chrome.
One user even mentions that this is due to the S4U task “TASK_LOGON_S4U” in the Task Scheduler.

Such processes are described by Microsoft as follows.

ASK_LOGON_S4U is one more που παρέχει μια πιο εναλλακτική λύση. Εκμεταλλεύεται μια υπηρεσία για την σύνδεση του χρήστη (S4U) για την εκτέλεση της εργασίας εκ μέρους του συγκεκριμένου χρήστη, αλλά χωρίς να χρειάζεται να αποθηκεύσει τον κωδικό πρόσβασης. Δεδομένου ότι ο προγραμματιστής εργασιών τρέχει στον λογαριασμό του τοπικού συστήματος, μπορεί να δημιουργήσει μια νέα περίοδο σύνδεσης S4U και να λάβει ένα διακριτικό που μπορεί να χρησιμοποιηθεί μόνο για μια αναγνώριση, αλλά και για μίμηση στον τοπικό υπολογιστή. Κανονικά ένα διακριτικό S4U είναι καλό μόνο για αναγνώριση.

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

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 used by UBPM to create the S4U badge can sometimes delete your stored credentials in lsass. Among other things, your stored credentials (or rather fragmentation) are used to generate the DPAPI user encryption key, and when deleted, the lass uses only 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.083 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.).