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

轻松删除Win7系统中的垃圾文件(用dos命令)

时间:2024-10-12 09:28:35

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 清除系统LJ完成!  echo. & pause  =====到这里为止(这行不用复制)============================

轻松删除Win7系统中的垃圾文件(用dos命令)

2、以后只要双击运行该文件,当屏幕提示“清除系统LJ完成!就还你一个“苗条”的系统了!!

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