首页 互联网 > 正文

清理电脑缓存文件代码(清理电脑缓存)

大家好,小甜来为大家解答以下的问题,关于清理电脑缓存文件代码,清理电脑缓存这个很多人还不知道,现在让我们一起来看看吧!

1、@echo offecho 正在清理系统垃圾文件。

2、请稍等......del /f /s /q %systemdrive%*.tmpdel /f /s /q %systemdrive%*._mpdel /f /s /q %systemdrive%*.logdel /f /s /q %systemdrive%*.giddel /f /s /q %systemdrive%*.chkdel /f /s /q %systemdrive%*.olddel /f /s /q %systemdrive%ecycled*.*del /f /s /q %windir%*.bakdel /f /s /q %windir%prefetch*.*rd /s /q %windir%emp & md %windir%empdel /f /q %userprofile%cookies*.*del /f /q %userprofile%ecent*.*del /f /s /q "%userprofile%Local SettingsTemporary Internet Files*.*"del /f /s /q "%userprofile%Local SettingsTemp*.*"del /f /s /q "%userprofile%ecent*.*"del /f /s /q "%userprofile%Local SettingsTemp" rmdir /s /q "%userprofile%Local SettingsTemp"DataDefaultCache"rmdir /s /q "%userprofile%Local SettingsTemporary Internet Files"echo 清理系统垃圾完成!echo. & pause /*将以上复制到记事本保存为 a.bat双击运行即可*。

本文分享完毕,希望对大家有所帮助。

郑重声明:本文版权归原作者所有,转载文章仅为传播更多信息之目的,如作者信息标记有误,请第一时间联系我们修改或删除,多谢。