Microsoft Windows 11 Restore Windows 10/11 Health Updated September 15 2024
1: Run chkdsk on your boot drive to ensure there is no filesystem corruption. Reboot when it is finished.
Copy to ClipboardChkdsk c: /f

After starting a chkdsk on the C: drive, Windows will reboot and run the scan. It will then reboot back into windows. To check the results, run this powershell command, or open Event Viewer, Application Log, and look for the Source to be Wininit.
Copy to Clipboard Get-EventLog -LogName Application -Source wininit | select -First 1 -ExpandProperty Message



2: Run System File Checker:
Copy to Clipboardsfc /scannow


3: Check for issues:
Copy to ClipboardDISM /Online /Cleanup-Image /CheckHealth


4: Check more thoroughly for issues:
Copy to ClipboardDISM /Online /Cleanup-Image /ScanHealth


5: Repair Windows image:
Copy to ClipboardDISM /Online /Cleanup-Image /RestoreHealth



If you are performing this recovery while not booted into the running Windows, use this syntax. This assumes C: is the Windows drive to be repaired, and E: is the Windows Install USB drive.
Copy to Clipboard sfc /SCANNOW /OFFBOOTDIR=C:\ /OFFWINDIR=C:\windows DISM /Image:C:\ /cleanup-image /CheckHealth /source:e:\sources\install.wim /scratchdir:c:\windows\temp DISM /Image:C:\ /cleanup-image /ScanHealth /source:e:\sources\install.wim /scratchdir:c:\windows\temp DISM /Image:C:\ /cleanup-image /RestoreHealth/source:e:\sources\install.wim /scratchdir:c:\windows\temp



If Windows is not booting after a failed windows update, then you can try to remove the update. Run this from Recovery image or while booted from a Windows USB drive.
Copy to Clipboard dism /image:C:\ /cleanup-image /revertpendingactions





©2024 - Some portions of this website are Copyrighted.
Your IP: 3.142.173.129     Referring URL:
Browser: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Terms and Conditions, Privacy Policy, and Security Policy