备份后,整理电脑桌面。

电脑清理脚本如下:

@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 清除系统文件成功!

echo. & pause

创建记事本,粘贴代码,重命名:清除系统文件.bat(复制此名称)

保存,双击运行。

执行完毕后,点击任意键,完成清理。

系统响应速度明显提升,电脑运行更流畅。

便携实用,轻松维护电脑,桌面拖拽即可。

新建记事本 – 粘贴代码 – 保存关闭

重命名记事本

双击运行即可