• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: C#
  • 标签: C#  注册码  硬盘  CPU  

资源简介

通过 硬盘的卷标号 以及 CPU的序列号 获取机器码

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Management;

namespace Reg
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
            SoftReg sr = new SoftReg();
            textBox1.Text = sr.getRNum();
        }

        public class SoftReg
        {
            /// 
            /// 取得设备硬盘的卷标号
            /// 

            /// 
            public string GetDiskVolumeSerialNumber()
            {
                ManagementClass mc = new ManagementClass(“Win32_NetworkAdapterConfiguration“);
                Managementobject disk = n

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-02-10 13:12  GetMachineCode-master\
     文件         483  2013-02-10 13:12  GetMachineCode-master\.gitattributes
     文件        1970  2013-02-10 13:12  GetMachineCode-master\.gitignore
     文件         831  2013-02-10 13:12  GetMachineCode-master\Reg.sln
     目录           0  2013-02-10 13:12  GetMachineCode-master\Reg\
     文件        2312  2013-02-10 13:12  GetMachineCode-master\Reg\Form1.Designer.cs
     文件        4803  2013-02-10 13:12  GetMachineCode-master\Reg\Form1.cs
     文件       20331  2013-02-10 13:12  GetMachineCode-master\Reg\Form1.resx
     文件         464  2013-02-10 13:12  GetMachineCode-master\Reg\Program.cs
     目录           0  2013-02-10 13:12  GetMachineCode-master\Reg\Properties\
     文件        1338  2013-02-10 13:12  GetMachineCode-master\Reg\Properties\AssemblyInfo.cs
     文件        2856  2013-02-10 13:12  GetMachineCode-master\Reg\Properties\Resources.Designer.cs
     文件        5496  2013-02-10 13:12  GetMachineCode-master\Reg\Properties\Resources.resx
     文件        1058  2013-02-10 13:12  GetMachineCode-master\Reg\Properties\Settings.Designer.cs
     文件         242  2013-02-10 13:12  GetMachineCode-master\Reg\Properties\Settings.settings
     文件        3525  2013-02-10 13:12  GetMachineCode-master\Reg\Reg.csproj
     文件        9662  2013-02-10 13:12  GetMachineCode-master\Reg\reg.ico

评论

共有 条评论