4949条/页,1页
1楼主 LZ2009/3/31 20:21:00
RBT。最近就桑觉得小电反应迟钝,点的我累死了
莫名的C盘空间只剩了2个多G(原来也才9个多点==),东西有经常删,临时文件网页之类的也定期清理
所以嫌疑最大的应该是杀毒软件的升级
除此之外还有什么地方是我遗漏的还可以释放空间的呢?
20 办法多多2009/3/31 21:26:00
1.修改虚拟内存,把虚拟内存挪到别的盘里面去。
2.软件一般表装到C盘里面。
3.新建文本文档,输人如下代码,保存为.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 清除系统LJ完成!
echo. & pause
4.像PPS,还有迅雷看看之类的在线收看软件都会产生缓存文件,而且随着你看的片子增多,会不断变大,所以经常删一删比较好。如ppsds.pgf,整个删掉就可以。
26 ==2009/3/31 21:49:00
3.新建文本文档,输人如下代码,保存为.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 清除系统LJ完成!
echo. & pause
========================================
????没反应
47 ==2009/4/2 21:49:00
4949条/页,1页
1