欢迎来到福编程网,本站提供各种互联网专业知识!

Windows命令集合

发布时间:2013-06-17 作者:佚名 来源:互联网
1.重启windows网卡命令rem禁用网卡netshinterfacesetinterface本地连接disabledrem启用网卡netshinterfacesetinterface本地连接enabled2.查看端口使用情况及使用进程或服务的PIDnetstat-ano

1. 重启windows网卡命令

rem 禁用网卡

netsh interface set interface 本地连接 disabled

rem 启用网卡

netsh interface set interface 本地连接 enabled

2. 查看端口使用情况及使用进程或服务的PID

netstat -ano

相关推荐