2024年1月8日发(作者:)

自己编写垃圾文件清除程序

自己编写垃圾文件清除程序可以一劳永逸。最简捷有效的方法是自己编写一个垃圾清除程序,它可以时刻让你的电脑C盘“瘦身”,你甚至可以将该程序放在自己的E-mail或QQ里,随时随地保护你的私人信息。

编写方法是:点击“开始”→“程序”→“附件”→“记事本”,再耐心细致地在“记事本”中输入下面的内容(除汉字外,其它字符请一定在英文状态下输入):

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 SettingsTemporary Internet Files*.*"

del /f /s /q "%userprofile%Local SettingsTemp*.*"

del /f /s /q "%userprofile%recent*.*"

echo. & pause

然后另存为“清除系统”,于是就会在桌面上生成一个叫做“清除系统LJ”的软件,该软件非常小,大小不足1K,以后只要双击“清除系统LJ”,几秒钟就会将电脑运行中产生的一切垃圾文件通通清除干净,随时保持电脑C盘系统的简洁、迅捷。当然,请你一万

个放心,该程序绝对不会删除有用的系统文件!

如果你对电脑比较熟悉,可将上述方法配合使用,你的电脑中既不会残留垃圾文件,也不怕恶意程序、病毒更改系统,让你的“爱脑”永远保持“苗条”、敏捷!