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

首頁 > 學院 > 基礎常識 > 正文

本地連接禁用-啟用批處理腳本

2020-03-24 17:38:49
字體:
來源:轉載
供稿:網友
復制代碼 代碼如下:
Const ssfCONTROLS = 3

sConnectionName = "本地連接" '可改成需要控制的連接名稱,如"無線網絡連接"等

sEnableVerb = "啟用(&A)"
sDisableVerb = "禁用(&B)" 'XP系統中應為 "停用(&B)"

set shellApp = createobject("shell.application")
set oControlPanel = shellApp.Namespace(ssfCONTROLS)

set oNetConnections = nothing
for each folderitem in oControlPanel.items
if folderitem.name = "網絡連接" then
set oNetConnections = folderitem.getfolder: exit for
end if
next

if oNetConnections is nothing then
msgbox "未找到網絡連接文件夾"
wscript.quit
end if

set oLanConnection = nothing
for each folderitem in oNetConnections.items
if lcase(folderitem.name) = lcase(sConnectionName) then
set oLanConnection = folderitem: exit for
end if
next

if oLanConnection is nothing then
msgbox "未找到 '" & sConnectionName & "' item"
wscript.quit
end if

bEnabled = true
set oEnableVerb = nothing
set oDisableVerb = nothing
s = "Verbs: " & vbcrlf
for each verb in oLanConnection.verbs
s = s & vbcrlf & verb.name
if verb.name = sEnableVerb then
set oEnableVerb = verb
bEnabled = false
end if
if verb.name = sDisableVerb then
set oDisableVerb = verb
end if
next

'debugging displays left just in case...
'
'msgbox s ': wscript.quit
'msgbox "Enabled: " & bEnabled ': wscript.quit

'not sure why, but invokeverb always seemed to work
'for enable but not disable.
'
'saving a reference to the appropriate verb object
'and calling the DoIt method always seems to work.
'
if bEnabled then
' oLanConnection.invokeverb sDisableVerb
oDisableVerb.DoIt
else
' oLanConnection.invokeverb sEnableVerb
oEnableVerb.DoIt
end if

'adjust the sleep duration below as needed...
'
'if you let the oLanConnection go out of scope
'and be destroyed too soon, the action of the verb
'may not take...
'
wscript.sleep 400
html教程

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 达孜县| 田林县| 突泉县| 雷山县| 南宁市| 富顺县| 海兴县| 库尔勒市| 吴江市| 互助| 高密市| 博白县| 岳池县| 香港 | 商丘市| 旺苍县| 墨竹工卡县| 筠连县| 革吉县| 安塞县| 玛纳斯县| 汉阴县| 泌阳县| 昌宁县| 吉安市| 神池县| 永仁县| 梅河口市| 漾濞| 鸡西市| 和平县| 宜君县| 鸡东县| 绥宁县| 南漳县| 赤壁市| 荆州市| 包头市| 永宁县| 郧西县| 花莲市|