-
C#修改Windows电脑的计算机名
Visual C#修改计算机名,修改电脑名称为另一个自定义的新名称,代码较简单,这里不多做介绍了,运行界面如示例截图所示。以下为核心部分代码,先睹为快,完整源码项目请下载:
[DllImport("kernel32.dll")]
private static extern int SetComputerName(string ipComputerName);//重写API函数
private void Frm_Main_Load(object sender, EventArgs e)
{
Computer computer = new Computer();//创建计算机对象
textBox1.Text = computer.Name;//显示计算机名称
}
private void button1_Click(object sender, EventArgs e)
{
if (textBox2.Text == "")//判断计算机名称是否为空
{
MessageBox.Show("计算机名称不能为空!");
}
else
{
SetComputerName(textBox2.Text);//修改计算机名称
MessageBox.Show("计算机名称修改成功,请重新启动计算机使之生效!");
}
}
- 2022-03-07 15:38:03下载
- 积分:1
-
统计输入文件的行数、空格数、元音字母数、辅音字母数、非空白字母数、非空的行数...
统计输入文件的行数、空格数、元音字母数、辅音字母数、非空白字母数、非空的行数-statistical inputs the line a few, a few spaces, a few vowel and consonant few letters, a few non-blank letters, non-empty rows
- 2022-08-14 20:10:44下载
- 积分:1
-
Lotus security
Lotus安全性增强软件,是我毕业设计作品。能够监视数据库文档的修改变动。-Lotus security-enhanced software, design work is my graduation. Able to monitor movements to amend the document database.
- 2022-03-04 11:26:43下载
- 积分:1
-
8-Bit
AT80S52 8-bit lcd1602 intrface
- 2020-06-21 01:00:02下载
- 积分:1
-
ga_tsp
说明: 指定起始点和终点,用遗传算法解决旅行商问题。(Specify the starting point and ending point, and use genetic algorithm to solve the traveling salesman problem.)
- 2020-12-26 14:57:57下载
- 积分:1
-
yong avr kong zhi nrf905 de jie shou cheng xu
用avr控制nrf905的接收程序,自动接收单片机的发送数据。-yong avr kong zhi nrf905 de jie shou cheng xu
- 2022-11-22 01:35:03下载
- 积分:1
-
23opencv
车道线检测效果较好,检测准确,其中包括曲线拟合追踪。(Lane detection is effective and accurate, including curve fitting and tracking.)
- 2020-07-04 11:40:02下载
- 积分:1
-
路冷
用C语言完成欧拉计算,非常简单的一个小应用(Using C language to complete euler calculation)
- 2020-06-21 13:00:02下载
- 积分:1
-
ExKillProc_vbsrc
内核级别超强结束进程,无法结束杀毒软件。(Kernel level super termination process, unable to end anti-virus software.)
- 2018-10-20 14:06:52下载
- 积分:1
-
This document describes the Windows, a hotkey, skillfully use them can bring to...
window xp使用技巧,值得一读.chm格式.-window xp use skills, it is worth a read. Chm format.
- 2022-02-05 07:39:40下载
- 积分:1