[SOLVED] Windows 11 BSOD after Windows Update.

For your information: I had a lot of folders in c:\programdata that did not have the correct permission. I had to become the owner and set the permissions back to inherit from parent.
At this point it is looking good, I will have to use my laptop to know it is all fixed.
 
Okay, for now I will mark this thread as solved. If there are still issues please let me know... (y)
 
You're welcome and thanks for considering a donation to Sysnative. I would try it later to see if you get the same message.
 
I will certainly do!

In the mean time, looking at the event viewer there are some unnoticeable errors. Do you have solutions for that?

svchost (7148,D,27,0) SRUJet: The database page read from the file "C:\windows\system32\SRU\SRUDB.dat" at offset 38973440 (0x000000000252b000) (database page 9514 (0x252A)) for 4096 (0x00001000) bytes failed verification due to a page checksum mismatch. The stored checksum was [9d59b5534e3c7d72] and the computed checksum was [0000252a507f5a26]. The read operation will fail with error -1018 (0xfffffc06). If this condition persists then please restore the database from a previous backup. This problem is likely due to faulty hardware. Please contact your hardware vendor for further assistance diagnosing the problem.
 
So far as I know is this nothing special, however it may have to do with the Diagnostic Policy Service, you can rebuild that database as follows.

Run the following commands in an elevated prompt, after a reboot the database will be recreated.
Code:
sc stop DispBrokerDesktopSvc
ren C:\windows\system32\SRU\SRUDB.dat SRUDB.old
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top