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

I tried my old Win 10 key, but due to too many hardware changes, it didn't work. So, I just bought a new license directly from the Microsoft Store:

1656006251677.png

Windows 11 activation is now working via my Microsoft account:

1656006401725.png

I hope you can continue helping me about the Windows Update issue now. :)
 
Hi,

Great, please run the .NET Framework tool.

Download the
60fe7f9d70500-NetFxRepairTool_107-1.png
Microsoft .NET Framework Repair tool and save it to your Desktop.
  • Right-click on NetFxRepairTool.exe and select Run as Administrator.
  • Agree with the license terms "I have read and accept the license terms" and click Next.
  • After checking, the tool will indicate which problems need to be fixed.
  • Click on Next to continue, when this process is finished click Next.
  • The tool will now collect the log files... > when completed the following file is created: FixDotNet****.cab.
  • Click on Finish to close the tool.
  • Right-click on the file FixDotNet****.cab and choose Send to > Compressed (zipped) folder.
  • Attach the ZIP file in your next reply.
 
Hi,

Please perform the following steps, hopefully the event viewer log will show something like this. Maybe a previous update for .NET Framework failed.

Rich (BB code):
Installation Failure: Windows failed to install the following update with error 0x800F0922: 2022-02 Cumulative Update for .NET Framework 3.5 and 4.8 for Windows 11 for x64 (KB5009469). (For KB5009469)

1. Click the Start button and in the search box, type Event Viewer.
2. Expand Windows Logs in the left pane, and then select Application.
3. Right-click Application and then select Save All Events As.
4. Name the file eventviewer.evtx and click the Save button.
5. Click the OK button if you see a Display Information window.
6. Zip the *.evtx file and attach it to tour next post.
 
Please open the event viewer again and export the Setup logs as well.

1. Expand Windows Logs in the left pane, and then select Setup.
2. Right-click Setup and then select Save All Events As.
3. Name the file eventviewer-setup.evtx and click the Save button.
4. Zip this file and attach it to your next post.
 
Right-click the start button and choose Run, type optionalfeatures.exe and press enter.
Please try to disable .NET Framework 3.5 (enthalt .NET 2.0 und 3.0).
 
Please upload the latest CBS log.

  • Click the Start button and in the search box, type CMD
  • When you see Command Prompt on the list, right-click on it and select Run as administrator.
  • Copy and paste the following command into it, then press enter.
    Code:
    copy %windir%\logs\cbs\cbs.log "%userprofile%\Desktop\cbs.txt"
  • This command will create cbs.txt on your Desktop. Zip this file and attach the zipped cbs.txt to your next post.
 
Mmm. I can't open the log file, because it is too large to open with any editor.

1. Run the System File Checker.
Code:
sfc /scannow

2. Upload the complete CBS folder.
  • Open Windows Explorer and browse to the C:\Windows\Logs folder.
  • Right-click on the CBS folder and choose Send to > Compressed (zipped) folder.
  • Now the message will appear, "Windows cannot create the Compressed (zipped) Folder here. Do you want it to be placed on the desktop instead?"
  • Click on the Yes button here.
618e949e09fef-CBS-Folder.png

  • Attach the file CBS.zip to your next reply.
 
Last edited:
Hi,

Thanks, that's a great tool, now I was able to open the log file. (y)
 
The log file from post #31 shows only the following unknown errors.
Rich (BB code):
2022-06-24 11:54:54, Info                  CBS    Onesettings value for fDisableScavenge: 1
2022-06-24 11:54:54, Info                  CBS    Failed to get the onesettings value for DISABLEAUTODEEPSCAVENGE. [HRESULT = 0x83750009 - Unknown Error]
2022-06-24 11:54:54, Info                  CBS    Onesettings value for fDisableAutomaticDeepScavenge: 0
2022-06-24 11:54:54, Info                  CBS    Failed to get the onesettings value for FORCEMANUALSCAVENGE. [HRESULT = 0x83750009 - Unknown Error]
2022-06-24 11:54:54, Info                  CBS    Onesettings value for fForceManualScavenge: 0
2022-06-24 11:54:54, Info                  CBS    Maint: Disabling scavenge because of onesettings.

@Berny23
Were you able to run the System File Checker, hopefully the new CBS log provide some more info?
 
  • Click the Start button and in the search box, type Command Prompt
  • When you see Command Prompt on the list, right-click on it and select Run as administrator.
  • Copy and paste the following command line and press Enter.
Code:
reg export "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection" "%userprofile%\desktop\regexp.txt"
  • When finished, a logfile called regexp.txt is saved on your desktop.
  • Post the logfile as attachment in your next reply.
 
Please do the following to remove the "AllowTelemetry" value that can only be used on Enterprise versions of windows. Maybe this value was triggering the previous (unknown) errors in the CBS log.

Open a elevated command prompt and run the command below, post the result in your next post.
Code:
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection" /v "AllowTelemetry" /f
 

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

Back
Top