时间:2023-06-02 16:16:41 来源: 人气:
win7怎么给电脑提速?win7系统提速50倍技巧是什么?最近有很多小伙伴在使用win7系统的时候,需要给电脑提速,不知道怎么去具体操作。首先我们在电脑桌面右键新建一个记事本文件,接着把文章的内容复制进去,然后把文件后缀修改,最后双击运行即可。接下来本站就带大家来详细了解一下win7怎么给电脑提速。

win7系统提速50倍技巧:
1、用电脑新建一个TXT格式的记事本文件,输入如下的代码:
@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 清除系统LJ完成!
echo. & pause
2、复制完成后,点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“LJ.bat”,就完成了。
3、这时候桌面上就有有个BAT为后缀名的运行成熟双击它就能很快地清理垃圾文件,大约需要30秒钟,你的电脑就可以提速50%。