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

怎样清除电脑磁盘中的垃圾文件

时间:2025-01-16 09:28:39

1、清理系统垃圾如下dos命令是一个非常简单省时的方法,1分钟搞定!新建一个记事本文件,将如下内容复制粘贴进去:@echo offecho 清理中......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%\recycled\*.*del /f /s /q %windir%\*.bakdel /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 恭喜你,清理完成!echo. & pause完成之后保存并修改后缀名为.bat,然后双击该文件即可运行清理程序了;

怎样清除电脑磁盘中的垃圾文件怎样清除电脑磁盘中的垃圾文件怎样清除电脑磁盘中的垃圾文件

5、除此之外还有运行cmd命令等方法处理垃圾,步骤略微繁琐,在此不赘述。

© 2025 小知经验
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com