Windows System Files
SFC (System File Checker)
SFC (System File Checker)
SFC /SCANNOW
SFC /VERIFYONLY
Log will be available in C:\Windows\Logs\CBS\CBS.LogCorrupt system files are one of the causes of “Werfault.exe Application Error.”
dism.exe /online /cleanup-image /checkhealth
Component Store (WinSxS)
WinSxS stands for Windows Side-by-SideComponent Store (WinSxS)
DISM (Deployment Image Servicing and Management)
DISM (Deployment Image Servicing and Management)
Corruption
Corruption
To check for corruption...
dism /online /cleanup-image /checkhealth
To see if it's repairable...
dism /online /cleanup-image /scanhealth
To repair...
dism /online /cleanup-image /restorehealth
Note that restorehealth may prompt for you to mount the installation mediaIf you have a .wim or .esd file, tell dism where to find it...dism /online /cleanup-image /restorehealth /source:wim:mywinimage.wim:1dism /online /cleanup-image /restorehealth /source:esd:/mywinimage.esd:1
Space
Space
dism /online /cleanup-image /analyzecomponentstore
If Component Store Cleanup is Recommended...
dism /online /cleanup-image /startcomponentcleanup
In this case, we are prompted to restart. This seems to be because some patch related tasks may be pending. The restart should clear much of the Cache and Temporary Data usage.
Disk Cleanup
Disk Cleanup
You would normally expect to see a Windows Update Cleanup option. Possibly not visible on this test environment because it seems to need a reboot.
Task Scheduler
Task Scheduler
Drivers
Drivers
driverquery
Bibliography
Bibliography
https://www.makeuseof.com/how-to-fix-the-werfault-exe-error-in-windows-10/https://yantraas.com/cmd-commands/https://answers.microsoft.com/en-us/windows/forum/all/windows-10-performance-and-install-integrity/75529fd4-fac7-4653-893a-dd8cd4b4db00
Component Storehttps://helpdeskgeek.com/windows-11/what-is-the-winsxs-folder-why-is-it-huge-and-how-to-cleanup/https://learn.microsoft.com/en-us/troubleshoot/windows-client/deployment/address-disk-space-issues-caused-by-winsxshttps://www.windowscentral.com/how-reclaim-space-reducing-size-winsxs-folder-windows-10
Component Storehttps://helpdeskgeek.com/windows-11/what-is-the-winsxs-folder-why-is-it-huge-and-how-to-cleanup/https://learn.microsoft.com/en-us/troubleshoot/windows-client/deployment/address-disk-space-issues-caused-by-winsxshttps://www.windowscentral.com/how-reclaim-space-reducing-size-winsxs-folder-windows-10