C # get the hard drive serial number problem help

Source: Internet
Author: User

The specific problem is this: I use the following this section of the code to obtain hard disk information into the EXE file, when testing on the machine, there is a direct double-click Run and run as administrator, the result is not the same situation, how to solve this problem?

1  Public StaticString Gethardwareid ()2         {3String num =NULL;4List<string> Hdids =Newlist<string>();5ManagementClass MC =NewManagementClass ("Win32_physicalmedia");6Managementobjectcollection MOC =MC. GetInstances ();7             foreach(varIteminchMOC)8             {9String Hdid = (string) Item. properties["serialnumber"]. Value.tostring ();Ten                 if(!string. IsNullOrEmpty (Hdid)) {hdids. ADD (Hdid); } One             } A              for(inti =0; I < Hdids. Count; i++) -{num + = Hdids[i]. ToString (). Replace (" ",""); } -             returnnum; the}

The resulting result is this:

C # get the hard drive serial number problem help

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.