网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

Windows快速清理系统垃圾文件

时间:2024-11-11 07:39:08

1、打开记事本,复制以下内容到记事本中。如(图1) @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 已成功清除系统垃圾! echo. & pause

Windows快速清理系统垃圾文件

3、这个时候,我们找到那个文件,(上例中是在桌面),然后,双击运行它,直到出现“已成功清除系统垃圾!”,然后按任意键关闭窗口即可。如图3。

Windows快速清理系统垃圾文件
© 2025 小知经验
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com