Windows has a simple built in command line tool to check the health of a connected SSD.
cmd
wmic
diskdrive get status
If it returns an “OK”, the drive is good. If it returns “Pred Fail”, the drive is no good.
Documenting my journey experiencing new technologies and life
Windows has a simple built in command line tool to check the health of a connected SSD.
cmd
wmic
diskdrive get status
If it returns an “OK”, the drive is good. If it returns “Pred Fail”, the drive is no good.