|
您玩梦幻的时候卡不? 有些玩家电脑配置相当高,可是玩梦幻一样会卡,为什么?
现在说一个其中之一的解决方法
电脑硬盘中有许多系统垃圾文件,硬盘就如同一个仓库,东西越多就越挤,只有释放了一定的空间,就不会拥挤,那有什么办法那?现在来教大家如何解决。
由于无法上传RAR附件,那就教大家如何制作这个小程序。其实也就是一个CMD批处理命令符。
首先 开始→程序→附件→记事本
--------------------------------------------------------------------------------------------------------------------------
@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
----------------------------------------------------------------------------------------------------------------------
请大家将虚线中间的全部复制,贴到记事本中,虚线不用复制了
点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“清除系统LJ.bat”,就完成了。记住后缀名一定要是.bat
双击它就能很快地清理垃圾文件,大约一分钟不到。 当屏幕提示“清除系统LJ完成!就还你一个“苗条”的系统了!!到时候再看看你的电脑,是不是急速如飞呢?
转的 我经常用 vista 或者xp都实用 |
评分
-
查看全部评分
|