1、开始-附件-系统工具-磁盘清理。
2、还可以用“优化大师”、“360”等工具。
3、将下面的内容复制在“记事本”里。
@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 清除系统垃圾完成!
echo。
& pause
你在关闭这个记事本时,系统要求你给这个文件起名字和选择保存地方。你要将名字取为“清除系统垃圾。bat”。注意,原来的扩展名是“txt”你要改为“bat”即复制粘贴我给你的那个名字。随便保存在哪里都行。然后找到它,双击它。就可以清除很多系统垃圾。
放心,我不会害你的。你觉得有效,给我加分就行。
。
全部