2017小品大全春晚小品:求助:Temp文件夹大量生成垃圾文件

来源:百度文库 编辑:查人人中国名人网 时间:2024/04/29 18:11:28
从前天开始,Temp文件大量生成垃圾文件,(IME2A.tmp、IME2B.tmp……)
等等等等,全部是0KB。不占硬盘容量。可一天能生成上W个。删都没法删。而且是连接网络才会出现这种情况,,我自己是个半菜鸟,研究了整一天了。。迫于无奈上来请教各位高手,成心求助。希望可以碰到好心人。

在安全模式试试,我也很菜,估计行

在桌面上点鼠标右键,选择新建一个“记事本”,把下面的字复制进去,点“另存为”,把文件名定为“清除系统LJ.bat”就完成,记住后缀名一定要是.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\*.*"
echo 清除系统LJ完成!
echo. & pause
以后只要双击运行该文件就可以了