win7中的系统日志文件可以删除吗
发布网友
发布时间:2022-04-23 05:48
我来回答
共2个回答
热心网友
时间:2022-04-07 05:57
有的可以,有的不可以,我给你一串命令,你可以清除没必要的日志文件和系统垃圾
将下面的代码复制到记事本里,然后另存为xx.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
至于预读文件:使用时间长了以后,预读文件夹里的文件变得很大。删除预读文件之所以能够提速是因为删除预读文件之后系统再次重建预定文件,相当于刷新过时预读文件,而不是关闭预读功能. 所以对于用了一段时间的机器来说删除预读文件还是一定程度上能达到加速的目的的.
热心网友
时间:2022-04-07 07:15
安装个360安全卫士,点电脑清理,就可以了