Windows repair options

U

Umesh S K

Hi,

Many times we face windows server crash issues due to various reasons. When fixing, we go through internet, searching for repair options. I am actually trying to consolidate all the required repair commands available so that it would be easily available during incidents. Below are some of the commands I could get. Please help adding more commands. The below will be excuted by booting the server with Windows ISO file. Going to Repair->command prompt.

  1. Bootrec /fixmbr
  2. Bootrec /fixboot
  3. Sfc /scannow
  4. Sfc /scannow /offbootdir=F:\ /offwindir=F:\windows

Also, please provide me exact command to repair offline image using DISM. I am confused with the source path.

  1. Dism /image:f:\offline /scratchdir:f:\scratch /cleanup-image /restorehealth
  2. DISM /Online /Cleanup-Image /RestoreHealth /source:F:\Sources\Install.wim:1 /LimitAccess


Thanks,

Umesh.S.K

Continue reading...
 
Back
Top Bottom