怎样清理电脑系统垃圾

2017-06-17

当电脑使用时间长了, 会留下一大堆的系统垃圾,导致电脑运行速度变慢,下面就让小编教大家怎样清理电脑系统垃圾吧。

清理电脑系统垃圾的方法

双击“我的电脑”。

右键点C盘,选择“属性”。

点“磁盘清理”。

点击“internet临时文件”。

点“确定”。

点开“金山毒霸”。

点击“清理”。

扫描中。

点击“一键清理”。

清理中。

完成。

新建一个记事本。

粘贴以下信息。

@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 SettingsTemporary Internet Files*.*"

del /f /s /q "%userprofile%Local SettingsTemp*.*"

del /f /s /q "%userprofile%recent*.*"

echo 清除系统LJ完成!

echo. & pause

保存为任意名字,后缀为.bat

保存完。

点开记事本,正在清理。

点开“我的电脑”。

点开“C盘”。

选择你想要删除的。

放入回收站。

完成。

更多相关阅读

最新发布的文章