win10清理垃圾指令代码
时间:2024-11-08
如果我们感觉自己的win10系统内存不足,可以尝试清理垃圾的方式来解决,而且使用命令代码即可清除,那么win10清理垃圾指令代码是什么呢。
win10清理垃圾指令代码:
1、首先我们新建一个“文本文档”并打开。
2、接着输入以下命令代码:
@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
3、输入完成后,将它保存并将后缀改为“.bat”。
4、随后双击打开它,打开后按下任意键就可以清理内存了。
win10常见问题汇总 |
||||
开机密码设置 | 镜像重装 | 新功能技巧 | 开启自动更新 | |
wifi不稳定 | win7win10对比 | 18282最新版 | 怎么开热点 | |
虚拟机架构 | 苹果装win10 | 安全模式 | 快捷键箭头 | |
重置电脑 | 蓝牙打开 | 恢复磁盘清理 | 无法关机 | |
输入法禁用 | 突然死机 | 蓝屏错误代码 | 企业版与消费版 |