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

Hmm, nothing found. Do you have backups of this system? In this stage, I think you'll need to consider to perform a repair install. The latest logs does not give any useful information. I suspect something has gone wrong while reactivating Windows 11.
 
Do you mean this: Redirecting
I have backups of my files, but it would be a lot of work to reinstall all the programs and settings. So, ideally, I'd want to keep my files and programs.
 
Yes, you can follow that guide with the option "Keep personal files and apps". To avoid rollbacks, disconnect the network cable and disable wifi.
 
I completed the repair upgrade and everything went normal, including some automatic reboots (I removed the ethernet cable before starting). But I got this error message after logging in:

1656336311076.png
 
This is a very annoying error, attach the following log files when available:

C:\$Windows.~BT\Sources\Panther\setupact.log
C:\$Windows.~BT\Sources\Rollback\setupact.log
C:\$Windows.~BT\Sources\Rollback\setupact.err
C:\$Windows.~BT\Sources\Rollback\setupapi\setupapi.dev.log
 
Rich (BB code):
2022-06-27 15:15:49, Info                  CSI    00000079 The queue has completed running, and AI failures have occured.
2022-06-27 15:15:49, Info                  CSI    0000007a ==Error Summary Start==
2022-06-27 15:15:49, Error                 CSI    0000007b (F) Generic Command    ErrorCode: 80004005    Executable: WFServicesReg.exe    ExitCode: 2147500037    Phase: 38    Mode: Install (first install)    Component: NetFx35CDF-CDF_GenericCommands, Culture=neutral, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=amd64, versionScope=NonSxS[gle=0x80004005]
2022-06-27 15:15:49, Error                 CSI    0000007c (F) Generic Command    ErrorCode: 80004005    Executable: WFServicesReg.exe    ExitCode: 2147500037    Phase: 38    Mode: Install (first install)    Component: NetFx35CDF-CDF_GenericCommands, Culture=neutral, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=x86, versionScope=NonSxS[gle=0x80004005]
2022-06-27 15:15:49, Error                 CSI    0000007d (F) Generic Command    ErrorCode: 80004005    Executable: SMConfigInstaller.exe    ExitCode: 3222072836    Phase: 38    Mode: Install (first install)    Component: WCF-GenericCommands, Culture=neutral, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=amd64, versionScope=NonSxS[gle=0x80004005]
2022-06-27 15:15:49, Error                 CSI    0000007e (F) Generic Command    ErrorCode: 80004005    Executable: SMConfigInstaller.exe    ExitCode: 3222072836    Phase: 38    Mode: Install (first install)    Component: WCF-GenericCommands, Culture=neutral, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=x86, versionScope=NonSxS[gle=0x80004005]
2022-06-27 15:15:49, Info                  CSI    0000007f ==Error Summary End==

Open a elevated command prompt and run the following commands, and post a screenshot with the result.
Code:
dism /online /disable-feature /FeatureName:NetFx4Extended-ASPNET45
dism /online /disable-feature /FeatureName:WCF-TCP-Activation45
dism /online /disable-feature /FeatureName:WCF-Services45
dism /online /disable-feature /FeatureName:NetFx3
 
Last edited:
Only the last command failed.

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.
When command prompt opens, copy and paste the following command and press enter.
Code:
DISM /online /cleanup-image /RestoreHealth
Take a screenshot of the commandprompt window and paste it into your next reply.
 
Please try to run this command again and post the result, if it fails attach a new copy of the CBS log as well.
Code:
dism /online /disable-feature /FeatureName:NetFx3
 
Rich (BB code):
2022-06-27 17:02:52, Info                  CSI    0000002d Error: File: \??\C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config is corrupt, (valid-data-length [0] != file-length [23163])
2022-06-27 17:02:52, Error                 CSI    0000002f (F) STATUS_SXS_COMPONENT_STORE_CORRUPT #911309# from Windows::Rtl::SystemImplementation::CSystemIsolationLayer_IRtlSystemIsolationLayerTearoff::TransferFileEx(flags = (ReplaceIfExists|OpenForBackupIntent|AccessDeniedIsOk|SharingViolationIsOk|MissingFileIsOk|TransactionalConflictIsOk|CannotDeleteIsOk), op = 'Move', odir = @0x2414bea6080, oname = [l:14]'machine.config', ndir = @0x2414bea6160, nname = [l:47]'402281f9368ad8010e010000c011bc47.machine.config', disp = Unmapped disposition: 0)
[gle=0xd015001a]

The unknown errors in the CBS logs are gone now, and we've got the culprit so it seems.

1. Open the directory "C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG" and make a backup of machine.config on a different location.
2. Open machine.config.default in a editor like Notepad++ and copy the complete code in machine.config and save this file.
3. Reboot the system and run the following command again.

Code:
dism /online /disable-feature /FeatureName:NetFx3
 
After restoring the file content, it didn't work. But I found a new corrupt file entry in the CBS log: "C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\machine.config" The same path, but 64 bit folder. After restoring this file the same way, the command finally worked. I'm rebooting now.

1656346197374.png
 
I tried installing the Windows Update, and it finally reached 100% and installed successfully!

Thank you very much for the help! (y)😊

1656347888805.png
 
Your welcome. Glad to see that the latest LCU is installed without any problems.

Please try to re-enable the following features, if you haven't already done so.

Code:
dism /online /enable-feature /FeatureName:NetFx4Extended-ASPNET45
dism /online /enable-feature /FeatureName:WCF-TCP-Activation45
dism /online /enable-feature /FeatureName:WCF-Services45
 
The first and last command worked, but for the second one, I had to add "/all" at the end. Then it worked as well.

1656350482518.png
 
Great, are there any further issues or is everything up and running?
 

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

Back
Top