在日常使用电脑的过程中,垃圾文件的积累是无法避免的,而在Win10系统中,我们可以通过一些命令代码来清理这些垃圾文件,以提升系统的运行效率。通过运行特定的命令代码,可以轻松清理临时文件、缓存文件等不必要的数据,让电脑运行更加顺畅。下面就让我们来学习一下如何利用代码来清理Win10系统中的垃圾文件。
win10清理垃圾指令代码: 方法一:1、首先打开“运行”页面,
2、输入“cleanmgr”,点击确定,
3、等待检测存在的垃圾。
4、接着去选择对应的“驱动器”,(一次只能清理一个位置,多个位置可以重复操作步骤)
5、然后勾选要删除的文件,点击“确定”,
6、最后等待清理完成就可以了。
方法二: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、出现“系统垃圾清理完成”即可。
ps:当然,如果用户们清理完以后。垃圾还是很多的话,用户么可以选择重装系统的方式,让电脑变得纯净哦~
以上就是怎么用代码清理垃圾win10的全部内容,如果有遇到这种情况,那么你就可以根据小编的操作来进行解决,非常的简单快速,一步到位。
2023-11-12
2024-09-12
2023-11-19
2024-10-04
win10系统教程推荐