Re: Tutorial creating & using Hirens Boot CD & MemTest86 diagnostic stress testing tools for USB boot to Windows 10 PE & WinXPmini on BIOS & UEFI
Arlen Holder <[email protected]>
| Newsgroups | alt.comp.microsoft.windows,alt.comp.os.windows-10,microsoft.public.windowsxp.general,alt.comp.freeware,comp.sys.hp.hardware,alt.comp.hardware |
|---|---|
| Organization | Mixmin |
| Message-ID | <[email protected]> |
On Mon, 5 Oct 2020 19:29:38 -0000 (UTC), Arlen Holder wrote:
> 8. chkdsk /f /r C:
> 9. shutdown.exe /r /f /t 5 /c "Reboot in 5 seconds"
Just to finish up explaining how to recover from a BSOD
o Because this thread is intended to help others solve their BSOD issues
The check disk /r /f ran to completion after rebooting:
o <https://i.postimg.cc/668bjhqk/winbsod02.jpg>
o <https://i.postimg.cc/RC2sjnnN/winbsod03.jpg>
o <https://i.postimg.cc/dtdHvt8n/winbsod04.jpg>
The checkdisk logs show zero errors:
<https://i.postimg.cc/PrYYXx5L/winbsod05.jpg>
o Win+R > eventvwr
o Event Viewer (Local) > Windows Logs > Application
o Find > wininit > [Find Next]
A disk check has been scheduled.
Windows will now check the disk.
Stage 1: Examining basic file system structure ...
0 bad file records processed.
Stage 2: Examining file name linkage ...
0 unindexed files recovered to lost and found.
Stage 3: Examining security descriptors ...
Usn Journal verification completed.
Stage 4: Looking for bad clusters in user file data ...
File data verification completed.
Stage 5: Looking for bad, free clusters ...
Free space verification is complete.
Windows has scanned the file system and found no problems.
No further action is required.
0 KB in bad sectors
Total duration: 55.69 minutes (3341634 ms).
In summary, after a BSOD, these 10 sfc & DISM & chkdsk steps are
veritably required to ensure the integrity of your Windows file system.
0. Win+R > cmd {control+shift+enter}
1. sfc /scannow
2. sfc /scannow
3. sfc /scannow
4. Dism /Online /Cleanup-Image /CheckHealth
5. Dism /Online /Cleanup-Image /ScanHealth
6. Dism /Online /Cleanup-Image /RestoreHealth
7. sfc /scannow
8. chkdsk /f /r C:
9. shutdown.exe /r /f /t 5 /c "Reboot in 5 seconds"
10. Win+R > eventvwr > Windows Logs > Application > Find "wininit"
--
Others may benefit from at least one good BSOD diagnostic tutorial.