Windows 11 BSOD after Windows Update.

Rich (BB code):
2025-03-18 17:08:53, Error                 DISM   DISM Package Manager: PID=12280 TID=8972 Failed to set feature install state. - CDISMPackageFeature::EnableAll(hr:0x800f0813)
2025-03-18 17:08:53, Error                 DISM   DISM Package Manager: PID=12280 TID=8972 Failed to change the state of the feature: "NetFx4" - CPackageManagerCLIHandler::Private_ProcessFeatureChange(hr:0x800f0813)
2025-03-18 17:08:53, Error                 DISM   DISM Package Manager: PID=12280 TID=8972 Failed while processing command enable-feature. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x800f0813)
2025-03-18 17:08:53, Info                  DISM   DISM Package Manager: PID=12280 TID=8972 Further logs for online package and feature related operations can be found at %WINDIR%\logs\CBS\cbs.log - CPackageManagerCLIHandler::ExecuteCmdLine
2025-03-18 17:08:53, Error                 DISM   DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=800F0813

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.
 
I reinstalled the vcredist64.
Restarted the computer.
I ran the .net repair tool, all good.
Tried dism:

C:\windows\System32>dism /online /enable-feature /featurename:Netfx4 /all

Deployment Image Servicing and Management tool
Version: 10.0.22621.2792

Image Version: 10.0.22631.5039


Error: 0x800f0813

DISM failed. No operation was performed.
For more information, review the log file.

The DISM log file can be found at C:\windows\Logs\DISM\dism.log
 

Attachments

The eventviewer is still not worling and mspaint cannot be started (I tried that because I wanted to tidy-up the screenshot).
I think there are a lot of programs not functioning good.
Would it be a wise idea to perform an in-place upgrade, especially when you mentioned my Windows version is old?
 
Rich (BB code):
GroupPolicy: Restriction ? <==== ATTENTION
Policies: C:\ProgramData\NTUSER.pol: Restriction <==== ATTENTION

That's a good sign! Did you set any policies yourself or are they set by the company? If not you can reset them with the following commands.
Code:
RD /S /Q "%WinDir%\System32\GroupPolicyUsers"
RD /S /Q "%WinDir%\System32\GroupPolicy"
gpupdate /force
 
Rich (BB code):
GroupPolicy: Restriction ? <==== ATTENTION
Policies: C:\ProgramData\NTUSER.pol: Restriction <==== ATTENTION

That's a good sign! Did you set any policies yourself or are they set by the company? If not you can reset them with the following commands.
Code:
RD /S /Q "%WinDir%\System32\GroupPolicyUsers"
RD /S /Q "%WinDir%\System32\GroupPolicy"
gpupdate /force
I removed the directories and performed a gpupdate /force
 
So the current status:

- sfc /scannow --> 0 problems
- dism /online /cleanup-image /restorehealth --> no issues

Issues:
- right-click any shortcut on the desktop does not work and make the desktop to hang
- not able to right-click in start menu and run-as an administrator
- event viewer closes automatically when I open a log
- some programs do not start, did not made an inventory yet. But most of them have a repair option which I can run

What action can I take now?
Is it a good idea to upgrade to 24H2 ? This update is not offered through Windows Update though.
 
Hi,

Yes, you can try to upgrade to 24H2 using the following tool.

Download the
61c988c2082b1-updateassistent.png
Windows 11 Installation Assistant to your desktop.
  • Right-click on Windows11InstallationAssistant.exe and select the option: Run as administrator.
  • Press the Update now button, click after the compatibility check on Next.
  • The Update Assistant will now download the latest Feature Update.
  • After verifying the download, the Feature Update will be installed.
  • When this process is ready, click on the Restart now button to complete the installation.
 
Please provide the following logs in an ZIP-file if exists:

C:\$Windows.~BT\Sources\Panther\Setuperr.log
C:\$Windows.~BT\Sources\Panther\Setupact.log
 
Please run the following command in an elevated PowerShell prompt and let me know if you get the message: "The database disk image is malformed".
Code:
Get-AppxPackage
 
Download and run SetupDiag from Microsoft
  • Download
    60e45c659164d-SetupDiag.png
    SetupDiag to your desktop.
  • Right-click on SetupDiag.exe and select Run as administrator.
  • When completed the following files are created: "Logs.zip, SetupDiag.exe.config and SetupDiagResults.log"
  • Attach SetupDiagResults.log and Logs.zip to your next reply.
 
I was unable to start SetupDiag.exe without parameters (so right-click run as admin flashes briefly but nog logs are made).
I started then from an elevated cmd this command:
Code:
D:\Download>SetupDiag.exe /Output:d:\download\Results.xml /Format:xml
 

Attachments

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

Back
Top