ZVVQ代理分享网

怎么一键清理电脑垃圾(用电脑运行一键清空垃

作者:zvvq博客网
导读将源代码放入记事本。 @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

将源代码放入记事本。

@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

将记事本重命名为“一键系统垃圾清理.bat”,保存在桌面,双击运行。

清理垃圾,根据提示,点击窗口,点击键盘任意键结束,完成清理。

恢复电脑的运行速度。

以上就是一键清理电脑垃圾的经验了。