關(guān)于任務(wù)管理器的一些DOS
taskmgr 啟動(dòng)任務(wù)管理器
tasklist 命令查看當(dāng)前的進(jìn)程;(當(dāng)任務(wù)管理器被病毒搞沒(méi)了的時(shí)候用)
tasklist /svc 查看 svchost 的詳細(xì)資料;
taskkill /f /im ***.exe /t 關(guān)閉某個(gè)程序的進(jìn)程;
reg add "HKLMSOFTWAREMicrosoftWindows NTCurrentVersionImage File Execution Options***.exe" /v debugger /t reg_sz /d "ntsd -d" /f 把某個(gè)程序映象劫持為不能運(yùn)行;
reg delete "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionExplorerShellExecuteHooks" /f 除注冊(cè)表鍵;
del /f /s /q /a:- "%systemroot%system32win.ini" 刪除文件
route add 208.111.145.0 mask 255.255.255.0 172.21.1.0 把某個(gè)IP地址(段),映射為一個(gè)無(wú)用的IP,相當(dāng)于屏蔽該IP;
ipconfig 查看本級(jí)網(wǎng)絡(luò)狀況;
net use * /del 注銷本機(jī)的網(wǎng)絡(luò)登錄,在登陸別人的機(jī)器時(shí)有時(shí)候會(huì)用到;
dxdiag 啟動(dòng)DIRECTX診斷工具;
inetmgr 啟動(dòng)Internet信息服務(wù);
gpedit.msc 啟動(dòng)組策略。
新聞熱點(diǎn)
疑難解答
圖片精選