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.
Also, please provide me exact command to repair offline image using DISM. I am confused with the source path.
Thanks,
Umesh.S.K
Continue reading...
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.
- Bootrec /fixmbr
- Bootrec /fixboot
- Sfc /scannow
- 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.
- Dism /image:f:\offline /scratchdir:f:\scratch /cleanup-image /restorehealth
- DISM /Online /Cleanup-Image /RestoreHealth /source:F:\Sources\Install.wim:1 /LimitAccess
Thanks,
Umesh.S.K
Continue reading...