[SOLVED] Windows 11 KB5014697 fails at 98% after rebooting

In the previous logs I've noticed that the "Connected User Experiences and Telemetry" service is disabled, it is well known that disabling (necessary) system services can trigger error 0x800f0922.

Open a elevated command prompt and run the following commands one at a time, and post the result in your next post.
Code:
sc config DiagTrack start= auto
sc start DiagTrack
 
Please reboot the system and try to update Windows, if it fails attach a new copy of the CBS log.

Code:
copy %windir%\logs\cbs\cbs.log "%userprofile%\Desktop\cbs.txt"
 
Right-click on the file
577bf0efb8088-FRST.png
FRST64.exe and choose Run as administrator.
  • Copy and paste the following (code) into the Search box and click the Search Files button.
Code:
SMConfigInstaller.exe
  • When the scan is complete, a message will display that 'Search.txt' is saved in the same folder FRST was started from. Notepad will open this file also.
  • Post the logfile Search.txt as attachment in your next reply.
 
Hi,

Do you have redirected the %temp% folder to the ramdisk?

Drive r: (RamDisk) (Fixed) (Total:4 GB) (Free:3.94 GB) (Model: ST1000DM003-1SB10C) NTFS
 
Not anymore, I did redirect the folder some time ago, but I removed the link a few months ago (using ImDisk). This is the content of my ramdisk:
1656158113496.png
 
Open a elevated command prompt and run the following command, attach Set.txt to your next post.
Code:
set > "%userprofile%\Desktop\set.txt"
 
As far as I can remember, I successfully installed some cumulative updates after removing the link. The current problem came later, I think.
 
Okay, that's good to know, then the problem should be related to the .NET issues, because turning off .NET 4.8 results in 0x800f0922 as well the LCU - and .NET 3.5 in 0x80073712.

In the FRST log (Addition.txt) I've seen that there are many .NET components are installed. So I will ask some advise how to deal with this issue.
 
This is a strange problem, since you've reactivated the system the CBS log shows only the following error?

Rich (BB code):
2022-06-26 00:28:17, Info                  CBS    Onesettings value for fDisableScavenge: 1
2022-06-26 00:28:17, Info                  CBS    Failed to get the onesettings value for DISABLEAUTODEEPSCAVENGE. [HRESULT = 0x83750009 - Unknown Error]
2022-06-26 00:28:17, Info                  CBS    Onesettings value for fDisableAutomaticDeepScavenge: 0
2022-06-26 00:28:17, Info                  CBS    Failed to get the onesettings value for FORCEMANUALSCAVENGE. [HRESULT = 0x83750009 - Unknown Error]
2022-06-26 00:28:17, Info                  CBS    Onesettings value for fForceManualScavenge: 0
2022-06-26 00:28:17, Info                  CBS    Maint: Disabling scavenge because of onesettings.

Please run the following command and post the result.
Code:
Dism /Online /Get-CurrentEdition
 
This looks good, please perform a registry search with FRST, maybe it will give some more info....

Download the
577bf0efb8088-FRST.png
Farbar Recovery Scan Tool and save it to your Desktop:

Download the 64 bit version: - Farbar Recovery Scan Tool Link

  • Open the startmenu and type the command cmd.
  • After you find the Command Prompt, right click on it and select Run as Administrator.
  • Copy and paste the following into the Command Prompt and press enter.
Code:
reg load HKLM\COMPONENTS C:\WINDOWS\SYSTEM32\CONFIG\COMPONENTS
Right-click on the file FRST64.exe and choose Run as administrator.
  • Copy and paste the following (code) into the Search box and click the Search Registry button.
Code:
Onesettings
  • When the scan is complete, a message will display that SearchReg.txt is saved in the same folder FRST was started from.
  • Post the logfile SearchReg.txt as attachment in your next reply.
 
Please perform another REG search with FRST with the following search term, and attach SearchReg.txt to your next post.

Code:
fDisableScavenge;fForceManualScavenge
 

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

Back
Top