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

From rbachwiki
Jump to navigation Jump to search
(Created page with " '''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"'''")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
sfc /scannow
'''Quick health check'''
'''Quick health check'''
  dism /online /cleanup-image /checkhealth  
  dism /online /cleanup-image /checkhealth  
Line 10: Line 10:
'''Open browser, search for "media creation tool" '''
'''Open browser, search for "media creation tool" '''
'''Download "create windows 10 installation media"'''
'''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| 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