解决电脑卡顿代码
windows系统总是越用越卡,很多人喜欢装什么清洁全家桶,其实并没有多大成效也可能导致误清理,导致游戏无法正常运行等。
操作方法
- 01
首先右键桌面新建一个文本文档,然后添加以下代码 @echo offecho 正在清除系统垃圾文件,请稍等......del /f /s /q %systemdrive%\*.tmpdel /f /s /q %systemdrive%\*._mpdel /f /s /q %systemdrive%\*.logdel /f /s /q %systemdrive%\*.giddel /f /s /q %systemdrive%\*.chkdel /f /s /q %systemdrive%\*.olddel /f /s /q %systemdrive%\recycled\*.*del /f /s /q %windir%\*.bakdel /f /s /q %windir%\prefetch\*.*rd /s /q %windir%\temp & md %windir%\tempdel /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
- 02
现在最重要的一步,右键文本文档重命名将.txt改成.bat然后点击是就完成了
- 03
出现像我这样就行了。