怎么清理system32文件夹?

来源:百度知道 编辑:UC知道 时间:2024/05/05 00:08:11
我的C盘很小,现在在system32文件夹下有880多M的大小,不知该怎么对其清理?

@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 清理系统垃圾完成!

把上面文字复制到、 记事本里 ,然后点保存, 然后把记事本的 后缀 .TXT 改成 .BAT 然后双击运行,这样就可以清除系统垃圾

那里都是些 系统文件 你清理干什么啊?

清理系统文件的方法:

1、打