我的电脑很慢,可能是很多垃圾在C盘,希望高手帮我解决
我不会弄我的电脑,请高手帮我看一下C盘有什么垃圾,有的请+我690981521
- 提问者网友:相思似海深
- 2021-04-29 12:36
- 五星知识达人网友:夜风逐马
- 2021-04-29 13:02
用 鲁大师或者windows优化大师 清理优化 下
要不用记事本写个批处理,把下面的都复制进去然后保存为 xx.bat,xx随意。
rd %temp% /s/q
md %temp%
rd %systemroot%\temp /s/q
md %systemroot%\temp
del %systemroot%\*.log
del %systemroot%\*.bak
这是不完全清理,IE缓存没清,注册表没清。
- 1楼网友:青尢
- 2021-04-29 13:17
打开记事本,复制下面的代码。
@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 s\*.* 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\*.*" sfc /purgecache '清理系统盘无用文件 defrag %systemdrive% -b '优化预读信息 echo 清除系统LJ完成! echo. & pause
复制完保存,就是点记事本左上角的 文件 , 选保存 ,然后更名为“清除系统LJ.bat” 就OK了,以后只要双击运行该文件,当屏幕提示“清除系统LJ完成!就还你一个“苗条”的系统了!!