I am working with C# and I need to obtain the information of the manufacturer of the hard drives.
More specifically the name of the hard drive (or if possible if it is a hdd or m.2) as in the image.
I have already tried these two methods but none shows me that info.
Thank you
First add the nuget
System.Management
to your project. Then use something like:Note that this solution is only valid for windows.