How to show up NVME degeneration status on BGInfo?

7om@+oM@c 1 Reputation point
2022-10-21T08:37:07.437+00:00

For example, I want to display the percentage status of degeneration of my NVMe drive in BGInfo.

The state of the drive is displayed by going to Settings -> System -> Disks and Volumes -> [e.g.] Samsnung SSS 970 EVO Plus -> Properties -> "Estimated Remaining Lifetime".

With a PowerShell "Get-PhysicalDisk | Get-StorageReliabilityCounter" I get a lot of information, but evaluating them is quite difficult. Especially since here is still the problem to recognize which drive is the system drive? Also, if my information is correct, the Wear only displays 0 (=good) or 1 (=bad), but no percentage or other rating.

Does anyone of you have an idea?

Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,258 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Rafael da Rocha 5,251 Reputation points
    2022-10-21T09:26:47.34+00:00

    Hello,

    this script might point you in the right direction:

    https://github.com/dagmoen/SSDLifetime/blob/master/check_LifetimeSSD.vbs


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.