您的位置首页百科知识

Windows临时文件

Windows临时文件

的有关信息介绍如下:

Windows临时文件

因为它们是“临时文件”嘛~不靠它们内存和硬盘怎么传输数据啊~不用理会它们,定期处理就行了,不碍事的你可以在关机的时候处理啊写批处理最方便了@echo offecho 正在清除系统垃圾文件,请稍等...... 启程del /f /s /q %systemdrive%\*.tmpdel /f /s /q %systemdrive%\*._mp del /f /s /q %systemdrive%\*.logdel /f /s /q %systemdrive%\*.giddel /f /s /q %systemdrive%\*.chkdel /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%\tempdel /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,关机的时候运行一下,垃圾轻松搞定祝您好运!