资源简介

Winform远程关机与重启计算机

资源截图

代码片段和文件信息

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 System.Data.OleDb;
using System.Management;

namespace CRRemoteComputer
{
    public partial class Frm_Main : Form
    {
        public Frm_Main()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender EventArgs e)
        {
            CloseComputer(“Shutdown“);//远程关闭计算机
        }

        private void button2_Click(object sender EventArgs e)
        {
            CloseComputer(“Reboot“);//远程重启计算机
        }

        private void textBox1_KeyPress(object sender KeyPressEventArgs e)
        {
            if (e.KeyChar ==

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2019-03-14 15:44  远程关闭或重启计算机\
     目录           0  2019-03-14 15:44  远程关闭或重启计算机\.vs\
     目录           0  2019-03-14 15:44  远程关闭或重启计算机\.vs\CRRemoteComputer\
     目录           0  2019-03-14 15:55  远程关闭或重启计算机\.vs\CRRemoteComputer\v15\
     文件       43520  2019-03-14 16:43  远程关闭或重启计算机\.vs\CRRemoteComputer\v15\.suo
     目录           0  2019-03-14 15:45  远程关闭或重启计算机\.vs\CRRemoteComputer\v15\Server\
     目录           0  2019-03-14 15:45  远程关闭或重启计算机\.vs\CRRemoteComputer\v15\Server\sqlite3\
     文件           0  2019-03-14 15:45  远程关闭或重启计算机\.vs\CRRemoteComputer\v15\Server\sqlite3\db.lock
     文件        4096  2019-03-14 15:45  远程关闭或重启计算机\.vs\CRRemoteComputer\v15\Server\sqlite3\storage.ide
     文件       32768  2019-03-14 16:41  远程关闭或重启计算机\.vs\CRRemoteComputer\v15\Server\sqlite3\storage.ide-shm
     文件      749872  2019-03-14 16:43  远程关闭或重启计算机\.vs\CRRemoteComputer\v15\Server\sqlite3\storage.ide-wal
     文件        2766  2018-12-26 16:18  远程关闭或重启计算机\51Aspx源码必读.txt
     文件         161  2018-12-26 16:15  远程关闭或重启计算机\app.config
     目录           0  2018-12-07 15:54  远程关闭或重启计算机\bin\
     目录           0  2018-12-07 15:54  远程关闭或重启计算机\bin\Debug\
     文件       11776  2019-03-14 15:55  远程关闭或重启计算机\bin\Debug\CRRemoteComputer.exe
     文件         161  2018-12-26 16:15  远程关闭或重启计算机\bin\Debug\CRRemoteComputer.exe.config
     文件       24064  2019-03-14 15:55  远程关闭或重启计算机\bin\Debug\CRRemoteComputer.pdb
     文件       14328  2010-08-26 13:54  远程关闭或重启计算机\bin\Debug\CRRemoteComputer.vshost.exe
     文件         490  2009-06-11 05:14  远程关闭或重启计算机\bin\Debug\CRRemoteComputer.vshost.exe.manifest
     目录           0  2018-12-07 15:56  远程关闭或重启计算机\bin\Release\
     文件        4192  2018-12-26 16:15  远程关闭或重启计算机\CRRemoteComputer.csproj
     文件        1000  2018-12-26 16:17  远程关闭或重启计算机\CRRemoteComputer.sln
     文件        2717  2010-08-26 13:59  远程关闭或重启计算机\Frm_Main.cs
     文件        7868  2010-08-26 13:59  远程关闭或重启计算机\Frm_Main.designer.cs
     文件        5814  2010-08-26 13:57  远程关闭或重启计算机\Frm_Main.resx
     文件        4945  2014-04-30 09:10  远程关闭或重启计算机\from.gif
     目录           0  2018-12-07 15:54  远程关闭或重启计算机\obj\
     目录           0  2019-03-14 15:55  远程关闭或重启计算机\obj\Debug\
     文件          42  2019-03-14 15:45  远程关闭或重启计算机\obj\Debug\CRRemoteComputer.csproj.CoreCompileInputs.cache
     文件        5939  2019-03-14 15:55  远程关闭或重启计算机\obj\Debug\CRRemoteComputer.csproj.FileListAbsolute.txt
............此处省略23个文件信息

评论

共有 条评论