win10垃圾清理bat文件可以帮助现在win10的系统直接的清理一些系统上面的垃圾文件,本软件是用bat格式的,软件体积小,而且使用也是非常的简单话的,值得一试!
win10垃圾清理代码
@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 清除系统垃圾完成!
echo. & pause
win10清理垃圾方法教程
1、双击计算机图标,打开电脑的各个磁盘界面,如下图所示
2、选择系统盘c盘鼠标右键单击,选择属性
3、然后在接下来的界面,点击磁盘清理清理垃圾
4、选择磁盘清理后,会出现下面的扫描系统垃圾的进度条
5、扫描完毕,之后选择你要清理的垃圾点击确定即可
6、垃圾正在清除中,清除完毕后关闭磁盘属性即可
7、其他磁盘的清理方法跟c盘一样。
- PC官方版
- 安卓官方手机版
- IOS官方手机版