五步解决windows系统慢的问题

第一步:清理浏览器缓存

第二步:磁盘整理

 

第三步:碎片整理

第四步:清理系统临时文件

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%
ecycled*.*
del /f /s /q %windir%*.bak
del /f /s /q %windir%prefetch*.*
rd /s /q %windir%	emp & md %windir%	emp
del /f /q %userprofile%cookies*.*
del /f /q %userprofile%
ecent*.*
del /f /s /q "%userprofile%Local SettingsTemporary Internet Files*.*"
del /f /s /q "%userprofile%Local SettingsTemp*.*"
del /f /s /q "%userprofile%
ecent*.*"
cls
echo 清除系统LJ完成.......................

复制上面的内容到txt文件里,将这个文件进行改名。一定要看清原来是txt后缀现在改为bat的

然后右键以管理员进行运行即可,等待完成即可

第五步:去掉没用的服务或者程序

没用的程序直接在控制面板里面进行卸载即可

去掉没用的服务

 

做完上面的五步还是卡的话,那你就测测你的硬件配置吧!不行换电脑吧

原文地址:https://www.cnblogs.com/HByang/p/9203512.html