电脑怎么么办

来源:百度知道 编辑:UC知道 时间:2024/05/30 08:47:36
我以前非常不爱惜电脑 在玩着游戏的时候没关闭就直接关机 还经常重装程序 弄得我电脑现在玩游戏很卡 谁能告诉我一些补救的办法 谁要能让我电脑变快 全部的分都给他

系统装多了好坏硬盘.建议你用超级兔子和用"30秒清理系统垃圾"把系统垃圾清理下,说不定会快起来.

或者点击 开始-程序-附件-系统工具-磁盘清理或者磁盘碎片整理程序........

建议你都用哈.........

30秒清理系统垃圾很好用.....
安装如下,请按步骤要求来:

30秒清理垃圾文件..让你电脑飞起来...分类:工作笔记
在桌面上点鼠标右键,选择新建一个“记事本”,把下面的字复制进去,点“另存为”,把文件名定为“清除系统LJ.bat”就完成,记住后缀名一定要是.bat,好ok了!你的垃圾清除器就这样制作成功了!双击它就能很快地清理垃圾文件,大约一分钟不到。

PS. 要复制进去的字是 见下
@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 "%use