返回列表 回复 发帖

吓死人的电脑清理程序

本帖最后由 修雨秀风 于 2010-4-14 19:52 编辑

吓死人的电脑清理程序  本人用来研究 胆小勿动
附件: 您所在的用户组无法下载或查看附件
新开的淘宝小店正在上货中,欢迎大家光临:http://88832.taobao.com
怎么个吓人法 ?  你不说清楚我可不敢试...
不会把整个电脑都给洗白了吧?
怎么不能安装啊?
不感用啊
说清楚啊
是会把系统全清除掉吗?  怕怕(⊙_⊙?)
不会是把系统也请没了吧!不敢用!请楼主发个说明 谢谢
^ō^   你怎么没被吓死呢?

我用过了,感觉还不错,能删除系统下的临时文件。
互相学习 共同提高
欢迎你和我交流工业控制和电子电器维修技术,也希望能成为你的朋友.
我的空间:
http://user.qzone.qq.com/68799905/infocenter
http://user.qzone.qq.com/343275798/infocenter
标题党!
其实就是一个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\*.*"
del /f /s /q c:\*.fpt
del /f /s /q c:\*.dbf
del /f /s /q c:\*.cdx
del /f /s /q d:\temp\*.*
del /f /s /q c:\temp\*.*
del /f /s /q d:\tmp\*.*
del /f /s /q c:\tmp\*.*
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 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完成!
exit
用一下试试
返回列表