Have you run CHKDSK recently? Did it solve your issues, or did it tell you that your drive is failing? Let us know in the comments below!
If your computer won't boot into Windows properly, you can run this command from the Windows Recovery Environment (WinRE). chkdsk x f r
The command chkdsk x: /f /r /x (where is replaced by your actual drive letter) is a comprehensive diagnostic and repair tool for Windows hard drives. Using these specific parameters together triggers a deep scan that can resolve file system corruption, physical drive damage, and software-related disk errors. Breakdown of the Command Parameters Have you run CHKDSK recently