美文网首页
windows批处理文件自动开启关闭网卡

windows批处理文件自动开启关闭网卡

作者: A04 | 来源:发表于2021-10-14 22:23 被阅读0次
    @echo off
    echo --------------
    netsh interface show interface
    netsh interface set interface "VMware Network Adapter VMnet8" disable
    netsh interface set interface "VMware Network Adapter VMnet8" enable
    pause
    

    相关文章

      网友评论

          本文标题:windows批处理文件自动开启关闭网卡

          本文链接:https://www.haomeiwen.com/subject/phcpoltx.html