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

电脑清理有高招

时间:2024-10-12 11:37:48

1、如果没有360,还可以用记事本来清理文件

2、打开记事本

电脑清理有高招

3、复制如下代码@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

4、点击另存为,后缀名改为.bat

电脑清理有高招

5、这样一个清理垃圾文件的程序就完成啦,赶快去试一下吧

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