win10清理垃圾指令代码
时间:2024-03-09 | 作者: | 阅读:0win10清理垃圾指令代码:
方法一:
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 SettingsTemporary Internet Files*.*"
del /f /s /q "%userprofile%Local SettingsTemp*.*"
del /f /s /q "%userprofile%recent*.*"
echo 清理系统垃圾完成!
echo. & pause
4、粘贴至文本文档
5、点击“另存为”
6、更改文件名为 系统垃圾清理.bat
7、双击运行“系统垃圾清理.bat”。
8、此时可以按下任意键。
9、清理开始。
10、出现“系统垃圾清理完成”即可。
ps:当然,如果用户们清理完以后,垃圾还是很多的话,用户么可以选择重装系统的方式,让电脑变得纯净哦~
来源:https://www.somode.com/course/7612.html
免责声明:文中图文均来自网络,如有侵权请联系删除,心愿游戏发布此文仅为传递信息,不代表心愿游戏认同其观点或证实其描述。
相关文章
更多-
- win10系统更改安装秘钥的图文步骤
- 时间:2026-02-12
-
- Win10中借助Xbox按钮打开Xbox游戏栏的方法步骤
- 时间:2026-02-12
-
- win10系统使用虚拟光驱的操作步骤
- 时间:2026-02-12
-
- win10开机黑屏提示错误oxc0000225进行修复的操作步骤
- 时间:2026-02-12
-
- win10中使命召唤5无法全屏的原因及解决方法
- 时间:2026-02-12
-
- win10系统浏览器设置主页的详细教程
- 时间:2026-02-12
-
- win10系统安装杜比音效驱动的简单教程
- 时间:2026-02-12
-
- win10系统开启蓝屏记录的操作教程
- 时间:2026-02-12
精选合集
更多大家都在玩
大家都在看
更多-
- 用姓兰取个网名男生可爱(精选100个)
- 时间:2026-03-01
-
- 男生操女生网名可爱(精选100个)
- 时间:2026-03-01
-
- 少年三国志2紫将赵云放什么在哪里
- 时间:2026-03-01
-
- 古墓丽影打完熊后怎么走
- 时间:2026-03-01
-
- 王者荣耀怎么锁帧 锁帧的好处和设置方法是什么
- 时间:2026-03-01
-
- 抖音科普男生网名英文(精选100个)
- 时间:2026-03-01
-
- 高冷级别的昵称男生网名(精选100个)
- 时间:2026-03-01
-
- 仓鼠网名男生可爱(精选100个)
- 时间:2026-03-01















