电脑运行速度慢怎么处理
电脑用久了就会变慢、变卡,这时候该怎么办,该如何清理呢?小编在这里教给大家几种清理电脑的方法。
方法1:清理软件清理
- 01
利用清理软件清理电脑,这是人们最常用的方法,打开垃圾清理能很快将缓存垃圾清理掉
- 02
打开-开机加速,关闭开机自动启动项
方法2:清理磁盘
- 01
在我的电脑,系统盘一般是c盘右键-属性,点击-常规 确认 清理磁盘
- 02
清理完成
方法3:输入命令 一键清理
- 01
新建文版文档,输入编码命令: @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\*.*"
- 02
文本另存为 清理.bat,保存类型为所有文件,确定
- 03
将【清理.bat】打开,会看到正在清理文件,等待完成即可。你会发现电脑会快了些。