怎么清理电脑垃圾 速度 有效

来源:百度知道 编辑:UC知道 时间:2024/06/01 05:47:33
电脑很乱,找东西麻烦 想把一些没用的删掉,但是 不知道哪些可以删除哪些不可以删除

有很多你以为 没有用的 电脑以为有用

所以要想删的你满意 还是你自己整理吧

整理完了 以后用优化大师 把那些注册表啥的 扫下尾 就行了

光指望软件 什么的 是不行地~~~~~

C盘的不能删除。其他盘可以删除,如果删错了,重装那个软件就是。

将下列代码复制到记事本内,另存为*.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\*.*"
d