Posts by Logan Mantovani • 1 point
1 post
-
0
votes1
answer295
viewsQ: Recovering serial from hard drive by C++ without using WMI
I need to get the MAC and Serial from the HD volume (in cmd is "vol C:"), I got the MAC by the code: private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) { UCHAR…