DOS命令
显示当前目录结构 dir
输出path echo %path% 或者 path
netstat -ano 查看所有的端口占用情况
netstat -aon|findstr "9050" 查看指定端口的占用情况
tasklist|findstr "2016" 查看PID对应的进程
taskkill /f /t /im tor.exe
services.msc 打开服务
regedit 注册表
mstsc 远程连接
msconfig 查看启动项
相关推荐
playlinuxxx 2017-03-27
wozijisunfly 2017-10-06
zjhqlmzldx 2012-10-10
Linux学堂 2012-08-11
longjing 2020-01-29
sapliang 2020-01-18
royrui 2015-06-10
taianxiaojia 2008-05-05
leodengzx 2019-10-28
fqx 2018-03-05
89520991 2018-06-10
89550492 2018-06-10
igweyou 2012-08-30
sunln00 2012-04-13