瑞星卡卡安全论坛技术交流区系统软件 系统垃圾文件清理 程序(本人已测,摘自百度,但很实用)

12   2  /  2  页   跳转

系统垃圾文件清理 程序(本人已测,摘自百度,但很实用)

【回复“病毒是傻鸟”的帖子】谢谢您的提议。
gototop
 

尊重用户,爱护用户,保护用户,打击制造病毒程序人员。
gototop
 

很多人和你的贴相同啊!
gototop
 

感谢楼主,支持盗版@Q
gototop
 

这是什么语言呀?
gototop
 

好东西呢。。。很实用。。。
支持一下。。。因为系统重装了,东西没了
重新来复制一下!~谢谢LZ!
gototop
 

哈哈!不就是做个基本的DOS批处理嘛……
那些不能删除的文件,是因为WINDOWS运行时正在调用,属于不可删除的临时文件。715L
gototop
 

顶了
gototop
 

自己改进后的垃圾清理,点击一次,以后定时自动运行,改进盗版也不算是完全盗版吧。呵呵。打开计划任务服务才能自动运行。把文件保存为clean.bat才能正确执行!
----------------------------------------
@echo off
@copy /y clean.bat %systemdrive%\clean.bat
@attrib +s +r +h %systemdrive%\clean.bat
@at 10:30 %systemdrive%\clean.bat
@at 15:30 %systemdrive%\clean.bat
@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 垃圾文件清除完毕>>c:\log.txt
@echo 当前日期:>>c:\log.txt
@date /t>>c:\log.txt
@echo 当前时间:>>c:\log.txt
@time /t>>c:\log.txt
@echo 如有意见请与我联系,我的QQ号:自己加吧。>>c:\log.txt
@notepad c:\log.txt
exit
gototop
 
12   2  /  2  页   跳转
页面顶部
Powered by Discuz!NT