怎样制作个bat文件精简系统进程?
的有关信息介绍如下:@echo off
echo 正在清除系统垃圾文件,请稍等......
taskkill /f /im QQ.exe
taskkill /f /im mplayerc.exe
taskkill /f /im wmplayer.exe
taskkill /f /im realplay.exe
taskkill /f /im TTPlayer.exe
taskkill /f /im Thunder5.exe
taskkill /f /im daemon.exe
taskkill /f /im Max.exe
taskkill /f /im BitSpirit.exe
taskkill /f /im emule.exe
taskkill /f /im ACDSee.exe
taskkill /f /im QQPetNurse.exe
taskkill /f /im QQPet.exe
taskkill /f /im flashget.exe
taskkill /f /im 360Safe.exe
taskkill /f /im GoldWave.exe
taskkill /f /im TenyQQ.exe
taskkill /f /im PicFan.exe
taskkill /f /im Game.exe
taskkill /f /im AcroRd32.exe
taskkill /f /im 屏录专家.exe
taskkill /f /im NeroStartSmart.exe
taskkill /f /im GetWebPics.exe
taskkill /f /im TOP.exe
taskkill /f /im IceSword.exe
taskkill /f /im FlashFXP.exe
taskkill /f /im GreenBrowser.exe
taskkill /f /im ipmsg.exe
taskkill /f /im Photoshop.exe
echo 清除系统LJ完成!
echo. & pause
把以上保存了在.txt的文本文件里,并把文件名改了,只要是.bat格式的就行,就起个叫“结束除系统外的一大部分进程.bat”
这个是我自己编的,但好像没有你要的那种效果吧!你看看吧,它也对系统没有危害!
或者这还有个简易的清理电脑的程序!
这个程序是自动清理电脑里的垃圾而不会破坏系统 比很多软件都好哦
新建一个记事本并输入以下的内容:
@echo off
echo 正在清除系统垃圾文件,请稍等......
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q "%userprofile%\Local Settings\Temporary Internet Files\*.*"
del /f /s /q "%userprofile%\Local Settings\Temp\*.*"
del /f /s /q "%userprofile%\recent\*.*"
echo 清除系统LJ完成!
echo. & pause
打开还是记事本的看清楚这里最后将它保存,然后更名为“清除系统LJ.bat”