开启关闭网络链接 模拟插拔网线的操作

环境 win7电脑 网线链接

按一下f12 关闭网络, 再按一下打开

需要更换成自己的网络名称使用

 

f12::
If ConnectedToInternet()
cmdReturn(“netsh interface set interface name=””本地连接”” admin=disable”) ;这里的 [本地连接] 换成自己的网络名称, 在控制面板>网络链接里面查看
else
cmdReturn(“netsh interface set interface name=””本地连接”” admin=enable”)
Return

ConnectedToInternet(flag=0x40) { ;检查网络是否链接的函数
Return DllCall(“Wininet.dll\InternetGetConnectedState”, “Str”, flag,”Int”,0)
}
cmdReturn(command){ ;运行cmd命令的函数
shell := ComObjCreate(“WScript.Shell”)
exec := shell.Exec(ComSpec ” /C ” command)
return exec.StdOut.ReadAll()
}

给TA捐赠
共{{data.count}}人
人已捐赠
函数案例

QQ邮箱ahk发送教程——QQMail库

2022-8-16 21:18:26

其他案例

AHK Leetcode系列 111-120

2022-8-25 23:28:22

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
有新私信 私信列表
搜索