Chkdsk c: /f
After running a chkdsk of the C: drive, Windows will reboot and run the scan. It will then reboot back into windows. To check the results, run this powershell command, or open Event Viewer, Application Log, and look for the Source to be Wininit.
Get-EventLog -LogName Application -Source wininit | select -First 1 -ExpandProperty Message
https://askleo.com/how_do_i_see_the_results_of_a_chkdsk_that_ran_on_boot/
|