; 这里的"以太网"换成自己的网络名称, 在控制面板>网络链接里面查看
If ConnectedToInternet()
  RunWait cmd /c "netsh interface set interface name="以太网" admin=disable", , Hide
 else
  RunWait cmd /c "netsh interface set interface name="以太网" admin=enable", , Hide
Return

ConnectedToInternet(flag:=0x40) { ; 检查网络是否链接的函数
  Return DllCall("Wininet.dll\InternetGetConnectedState", "Str", flag, "Int", 0)
}

 

声明:站内资源为整理优化好的代码上传分享与学习研究,如果是开源代码基本都会标明出处,方便大家扩展学习路径。请不要恶意搬运,破坏站长辛苦整理维护的劳动成果。本站为爱好者分享站点,所有内容不作为商业行为。如若本站上传内容侵犯了原著者的合法权益,请联系我们进行删除下架。