windows常用命令

2021-07-08 22:09

阅读:350

标签:分享图片   klist   image   task   http   exe   查看   src   常用   

查看监听端口

netstat -ano

查看指定80端口是否在监听

netstat -nao|findstr "135"

查看那个程序在占用135端口

tasklist|findstr "135"

技术分享图片

杀死进程

taskkill /f /t /im Tencentdl.exe

技术分享图片

 

windows常用命令

标签:分享图片   klist   image   task   http   exe   查看   src   常用   

原文地址:https://www.cnblogs.com/biaopei/p/9725184.html


评论


亲,登录后才可以留言!