我的电脑怎样修改好点呢???

来源:百度知道 编辑:UC知道 时间:2024/06/07 15:56:57
系统:Microsoft Windows XP
Professional
版本 2002
Service Pack 2
注册到:Administrators JUJUMAO 76481 640 8834005 23071
JUJUMAO 电脑城装机版4.0 支持双核心CPU和SATA2硬盘Intel(R)
Celeron(R) CPU 3.06GHz 3.06GHz, 512MB的内存
我的电脑怎样修改合理点,请高手指教.....

重新做一下系统,把C盘设置大点,并把C盘保护起来.
病毒和其他的就进了C盘了.这样你电脑至少速度会快很多.

系统盘不要太满

定时清理系统垃圾
我这里有一个清理系统垃圾的代码 复制下来以BAT的形式保存下来就行了

@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 清除系统