a亚洲精品_精品国产91乱码一区二区三区_亚洲精品在线免费观看视频_欧美日韩亚洲国产综合_久久久久久久久久久成人_在线区

首頁 > 編程 > C# > 正文

使用C#實現關機、鎖定電腦和注銷功能的源代碼

2023-05-17 11:41:58
字體:
來源:轉載
供稿:網友

下面是在C#中實現關機、注銷和鎖定電腦的源代碼。

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using Microsoft.Win32;
using System.Runtime.InteropServices;
using System.IO;
using System.Threading;
using System.Diagnostics;
//using System.Configuration;
//using System.Xml ;

——————————————————————————————————————

// 鎖定計算機.
[DllImport("user32.dll")]
private static extern void LockWorkStation();//須寫extern
private void button1_Click(object sender, EventArgs e)
{
LockWorkStation();
}
//注銷計算機
[DllImport("user32.dll", EntryPoint = "ExitWindowsEx", CharSet = CharSet.Ansi)]
private static extern int ExitWindowsEx(int a,int b);
private void button1_Click(object sender, EventArgs e)
{
ExitWindowsEx(0, 0);
}
//關閉計算機.
private void button3_Click(object sender, EventArgs e)
{
System.Diagnostics.Process mp = new System.Diagnostics.Process();
mp.StartInfo.FileName = "cmd.exe";
mp.StartInfo.RedirectStandardInput = true;
mp.StartInfo.RedirectStandardOutput = true;
mp.StartInfo.RedirectStandardError = true;
mp.StartInfo.UseShellExecute = false;
mp.StartInfo.CreateNoWindow = true;
mp.Start();//啟動進程
mp.StandardInput.WriteLine("shutdown -s -t 0");//關機
}
//重啟計算機
private void button3_Click(object sender, EventArgs e)
{
System.Diagnostics.Process mp = new System.Diagnostics.Process();
mp.StartInfo.FileName = "cmd.exe";
mp.StartInfo.RedirectStandardInput = true;
mp.StartInfo.RedirectStandardOutput = true;
mp.StartInfo.RedirectStandardError = true;
mp.StartInfo.UseShellExecute = false;
mp.StartInfo.CreateNoWindow = true;
mp.Start();//啟動進程
mp.StandardInput.WriteLine("shutdown -r -t 0");//重啟
}

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 国产精品一区二区三区99 | 国产亚洲成av人片在线观看 | 不卡一区| 蜜桃视频精品 | 国产高清在线精品一区二区三区 | 亚洲日韩aⅴ在线视频 | 女人毛片| 九九色综合 | 激情久久五月天 | 91亚洲国产成人精品性色 | 欧美日韩一区不卡 | 精品国产91亚洲一区二区三区www | 欧美国产在线观看 | 精品视频二区三区 | 国产成人亚洲综合 | 在线观看黄av | 亚洲 中文 欧美 日韩 在线观看 | 色综合激情| 国产精品久久久久久久岛一牛影视 | 91精品国产综合久久蜜臀 | 日韩久久久久久 | www.亚洲一区 | 欧美大片一区二区 | 在线亚洲一区 | 亚洲免费视频网站 | 欧美自拍视频 | 久久亚洲一区 | av免费网站在线观看 | 久久精品久久久 | 黄色免费高清视频 | 精品久久一区二区 | 91欧美在线| 一级片大全| 亚洲精品午夜国产va久久成人 | 性色av一区二区三区免费看开蚌 | 国产视频一二区 | 成人网电影 | 欧美不卡一区二区 | 国产亚洲精品久久久久动 | 国产精品对白一区二区三区 | 国产免费高清 |