• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    管理网卡vbs脚本
    'dislan.vbs   
      'usage:   cscript   /nologo   dislan.vbs         
      Const   ssfCONTROLS   =   3         
      sConnectionName   =   "本地连接"    
      sEnableVerb   =   "启用(A)"   
      sDisableVerb   =   "禁用(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   
      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   
      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   

        
      if   bEnabled   then   
      oDisableVerb.DoIt   
      else   
      oEnableVerb.DoIt   
      end   if   

      wscript.sleep   1000   
    上一篇:ActiveX漏洞通用Exploit vbs修正版
    下一篇:用vbs写的短小精悍的字典生成器
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    管理网卡vbs脚本 管理,网卡,vbs,脚本,管理,