It seems you are experiencing application crashes after updating to Windows 11 and even after downgrading to Windows 10. The fact that you ran SFC /Scannow and found corrupt files that could not be fixed indicates there may be deeper issues with your Windows installation.
Here are some steps you can take to try and resolve the issue:
- Run DISM Tool: Since
SFCwas unable to fix some files, you can use the Deployment Imaging Service and Management Tool (DISM) to repair the Windows image. Open an elevated command prompt and run the following command:
This command will attempt to repair the Windows image using files from Windows Update.DISM /Online /Cleanup-Image /RestoreHealth - Check CBS.log: The
CBS.logfile mentioned in your message contains details about the corrupt files. You can review this log to identify which files are causing issues. If you need to repair specific files, you might need to extract them from a Windows installation media. - Consider a Repair Install: If the above steps do not resolve the issue, you might consider performing a repair install of Windows. This process will reinstall Windows while keeping your personal files and applications intact.
- Backup Important Data: Before proceeding with any major repairs or installations, ensure that you back up your important data to avoid any potential loss.
If the problems persist after trying these steps, you may need to consider a full reset of Windows or contacting Microsoft support for further assistance.
References: