国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發 > 綜合 > 正文

遠程重啟計算機(C#)

2024-07-21 02:18:05
字體:
來源:轉載
供稿:網友
遠程重啟計算機(c#)
首先添加對 system.management的引用
然后代碼入下:
connectionoptions op = new connectionoptions ( ) ;
op.username ="wgscd";'或者你的帳號(注意要有管理員的權限)
op.password = "wgscd" ; '你的密碼
managementscope scope = new managementscope( "////" + "106.54.20.1" + "//root//wgscd",

op ) ;
try
{
scope.connect ( ) ;
system.management.objectquery oq = new system.management.objectquery ( "select * from

win32_operatingsystem" ) ;
managementobjectsearcher query1 = new managementobjectsearcher ( scope , oq ) ;
//得到wmi控制
managementobjectcollection querycollection1 = query1.get ( ) ;

foreach ( managementobject mobj in querycollection1 )
{
string [ ] str= { "" } ;
mobj.invokemethod ( "reboot" , str ) ;
}
}
catch
{

}






發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 汝州市| 商洛市| 漳浦县| 礼泉县| 梁山县| 竹北市| 乌兰县| 西乌珠穆沁旗| 缙云县| 高州市| 南皮县| 高碑店市| 得荣县| 永修县| 安顺市| 凌云县| 交城县| 仁怀市| 汝州市| 江都市| 襄垣县| 巩留县| 万州区| 和平区| 镇巴县| 宝坻区| 南乐县| 科技| 北宁市| 丹棱县| 弥勒县| 延庆县| 彰化市| 夹江县| 汝州市| 秀山| 通化县| 浦北县| 防城港市| 舒城县| 珠海市|