在CMD命令行中,我们首先运行以下命令查看当前的网络适配器列表:
netsh interface show interface
在列表中找到需要重启的网卡名称
将以下代码修改另存为bat格式、编码ANSI的文件. //将以太网名称替换为需要重启的网卡名称
@echo off
netsh interface set interface "以太网" admin=disable
echo 接口 以太网 已被禁用。
netsh interface show interface "以太网"
timeout /t 1
netsh interface set interface "以太网" admin=enable
echo 接口 以太网 已被启用。
netsh interface show interface "以太网"
pause
以管理员身份运行。 在win10系统实测可用,其他windows版本没有测试过。
This was both informative and hilarious! For further reading, check out: LEARN MORE. What do others think?
I like this website it’s a master piece! Glad I found this ohttps://69v.topn google.Raise blog range
Your article helped me a lot, is there any more related content? Thanks!