“Windows”的版本间的差异
跳到导航
跳到搜索
第2行: | 第2行: | ||
# <code>netstat -aon|findstr "80"</code> | # <code>netstat -aon|findstr "80"</code> | ||
# 拿到上一步返回的pid,<code>tasklist|findstr {PID}</code> | # 拿到上一步返回的pid,<code>tasklist|findstr {PID}</code> | ||
+ | |||
+ | == 切换hosts == | ||
+ | * SwitchHosts! |
2019年11月25日 (一) 18:02的版本
查看80端口占用的程序
netstat -aon|findstr "80"
- 拿到上一步返回的pid,
tasklist|findstr {PID}
切换hosts
- SwitchHosts!