windows批处理文件自动开启关闭网卡
2021-10-14 本文已影响0人
A04
@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