nadia,
I guess you didn't click the link at the bottom which says "View detailed information". Those additional screens can sometimes provide a clue.
Anyway, to eliminate your hard drive as the culprit here, could you please open an elevated command prompt and then run either of these two commands:
- If you have an SSD hard drive, run CHKDSK /f
- If you have a standard rotary hard drive, run CHKDSK /f /r
You'll get a message that the tool can't run because your hard disk can't be locked and whether you want to schedule a diags check on the next reboot. Click Yes, and then either reboot, or finish what you're doing and then reboot.
Chkdsk with the "/r" switch will scan the hard drive for bad sectors and mark any found so that they can't be used. It will also attempt to retrieve data from any corrupt clusters although there's no actual guarantee. But while bad sectors exist, Windows
may write to them which results in system instability.
On an SSD hard drive, it's not necessary to run Chkdsk with the "/r" switch because the hard disk controller will mark bad sectors automatically. The "/f" switch checks and fixes file system errors.
When the computer reboots to the desktop, run the following commands in order.
- DISM.exe/Online /Cleanup-image /Restorehealth
- sfc /scannow
After you run both of these, you can try running WSReset.exe again.