操作系统 百分网手机站

获取当前操作系统的软件版本

时间:2020-11-22 12:05:22 操作系统 我要投稿

获取当前操作系统的软件版本

  1usingSystem;

  2usingSystem.Collections.Generic;

  3usingSystem.ComponentModel;

  4usingSystem.Data;

  5usingSystem.Drawing;

  6usingSystem.Text;

  7usingSystem.Windows.Forms;

  8usingMicrosoft.Win32;

  9

  10namespaceReg4U

  11{

  12publicpartialclassForm1:Form

  13{

  14publicForm1()

  15{

  16InitializeComponent();

  17}

  18

  19privatevoidbutton1_Click(objectsender,EventArgse)

  20{

  21RegistryKeyrk;

  22rk=Registry.LocalMachine.OpenSubKey("Software\Microsoft\WindowsNT\CurrentVersion");

  23strings="当前操作系统版本:"rk.GetValue("ProdUCtName").ToString();

  24s=s" "rk.GetValue("CSDVersion").ToString();

  25s=s" 当前操作系统安装序列号: "rk.GetValue("ProductId").ToString();

  26s=s" 当前系统版本号:"rk.GetValue("CurrentBuildNumber").ToString();

  27rk.Close();

  28textBox1.Text=textBox1.Text" "s;

  29}

  30

  31privatevoidForm1_Load(objectsender,EventArgse)

  32{

  33RegistryKeyrk;

  34rk=Registry.LocalMachine.OpenSubKey("Software\Microsoft\WindowsNT\CurrentVersion");

  35strings=rk.GetValue("ProductName").ToString();

  36if(System.Text.RegularEXPressions.Regex.IsMatch(s,"windows2000"))

  37{

  38textBox1.Text="您的操作系统是2K,恭喜您,你的'当前系统适合本软件的使用!";

  39}

  40rk.Close();

  41}

  42}

  43}

【获取当前操作系统的软件版本】相关文章:

1.php获取当前url地址的方法

2.C#检测操作系统版本的方法汇总

3.Windows软件关机一法操作系统技巧

4.Java的不同版本

5.PHP获取星期的方法

6.SVN(subversion)早期版本的删除

7.如何查看php版本

8.操作系统的学习总结