Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement disk.GetDiskSerialNumber for Windows via WMI
shirou#435. Parameter should be \\.\PHYSICALDRIVEX as obtained via `wmic diskdrive`. See also https://superuser.com/a/498109 The serial is currently returned as found via WMI, testing would be needed by booting on Linux to check if we have the same results and probably sort them as per https://stackoverflow.com/q/27297348/
- Loading branch information