Difference between revisions of "Fix Broken Windows Files - System file checker"

From rbachwiki
Jump to navigation Jump to search
 
Line 19: Line 19:
  dism /online /cleanup-image /restorehealth /source:d:\sources\install.esd
  dism /online /cleanup-image /restorehealth /source:d:\sources\install.esd


==[[Windows| Category]]==
==[[Windows| Windows Category]]==

Latest revision as of 14:56, 26 April 2023

sfc /scannow

Quick health check

dism /online /cleanup-image /checkhealth 

Longer Scan

dism /online /cleanup-image /scanhealth

Scan and fix problems

dism /online /cleanup-image /restorehealth

If dism can't fix system files Open browser, search for "media creation tool" Download "create windows 10 installation media"

  • install program
  • create installation media
  • iso file
  • double click on iso file to mount it
  • esd-ico > sources install.esd
dism /online /cleanup-image /restorehealth /source:{path to esd or wim file}
dism /online /cleanup-image /restorehealth /source:d:\sources\install.esd

Windows Category