卡饭网 > windows > 正文

Windows命令集合

来源:本站整理 作者:梦在深巷 时间:2013-06-18 18:43:28

1. 重启windows网卡命令

rem 禁用网卡

netsh interface set interface 本地连接 disabled

rem 启用网卡

netsh interface set interface 本地连接 enabled

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

netstat -ano

相关推荐