查看文件效验码
1
2
3certutil -hashfile filename MD5
certutil -hashfile filename SHA1
certutil -hashfile filename SHA256查看占用端口进程
1
netstat -ano | findstr "9559"
杀进程
1
taskkill /f /pid 28492
批量杀进程
1
taskkill /F /im frontpg.exe
生成目录接口样式
1.tree 默认显示文件夹
2.tree /f 显示文件