时间:2020-09-23 11:21:22来源:Win10专业版官网点击量:N次
Win10专业版怎样用代码清理垃圾?大家都知道电脑使用时间长了就会堆积很多的垃圾占用电脑内存,如果不及时清理电脑就会变得越来越卡,影响工作速度。所以今天Win10专业版官网小编就教大家Win10专业版用代码清理垃圾的具体操作方法,一起来看看吧。
Win10专业版用代码清理垃圾方法如下:
1、右击桌面空白处,选择“文本文档”
2、打开文本文档
3、复制代码
@echo off
pause
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
4、黏贴至文本文档
5、点击“另存为”
6、更改文件名为系统垃圾清理.bat
7、双击运行“系统垃圾清理.bat”
8、按下任意键
9、清理开始
10、出现“系统垃圾清理完成”即可
关于Win10专业版用代码清理垃圾的具体操作方法就给大家介绍完了,希望能对大家有所帮助。了解更多教程资讯请关注Win10专业版官网哦~~~