摘要: @echo off color 1f Title XP端口-进程查询 setlocal enabledelayedexpansion echo ╔- -╗ echo 本机开放的端口及使用该端口的进程 echo ╚- -╝ echo -----------------... 阅读全文
posted @ 2008-10-20 22:07 大熊猫 阅读(751) 评论(0) 推荐(0) 编辑
摘要: @Echo Off color 2f title Autorun 病毒清除工具-By Phexon Rem 杀进程 taskkill /F /IM SocksA.exe /IM SVOHOST.exe /IM AdobeR.exe /IM ravmone.exe /IM wincfgs.exe /IM doc.exe /IM rose.exe /IM sxs.exe /IM autorun.ex... 阅读全文
posted @ 2008-10-20 22:04 大熊猫 阅读(451) 评论(0) 推荐(0) 编辑
摘要: @echo off if exist ipconfig.txt del ipconfig.txt ipconfig /all >ipconfig.txt if exist phyaddr.txt del phyaddr.txt find "Physical Address" ipconfig.txt >phyaddr.txt for /f "skip=2 tokens=12" %%M in (ph... 阅读全文
posted @ 2008-10-20 22:03 大熊猫 阅读(434) 评论(0) 推荐(0) 编辑