1、在桌面新建一个(记事本)。
2、打开记事本输入以下代码:
@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%\*.bakdel /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 清除系统LJ完成! echo. &pause
3、 在点击文件选择(别存为)一个(bat结尾的文件)。
4、 保存后的(文件样式)。
5、 打开(运行)。 清理完毕后出现清楚系统LJ完成就可以关闭了。
在命令提示符窗口中输入cleanmgr即可。
1、首先用鼠标右击”菜单“按钮,在其d出的下拉菜单中找到并点击”运行“按钮。
2、接着需要在接下来d出来的页面框中输入“CMD”命令符,点击“确定”按钮选项。
3、最后只需要在接下来d出的命令提示符窗口中输入“cleanmgr”即可解决清理系统垃圾的cmd命令是什么问题。
注意事项:
1、在使用电脑的时候,要定时的对电脑文件进行备份,以防文件丢失。
2、在使用电脑的过程中,要定时的对电脑进行清理。
3、在使用电脑的过程中,一定要规范的 *** 作电脑。
4、在不知道问题所在的情况下,一定要第一时间联系专业的人员进行处理。
电脑使用时间长了就会堆积很多的垃圾占用内存使得电脑变得越来越卡,影响使用体验,今天就给大家带来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系统镜像
全新系统 纯净好用
一键安装教程
table tbody tr td button{background: #4E9FF7border:noneborder-radius:
4pxpadding: 5px 16pxdisplay: inline-blockvertical-align: text-top}
table tbody tr td button a{border:nonecolor: #fff}
详情
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)