如何清理xp系统的系统盘,5G空间只剩几个M了,我快被逼疯了!

tabno 2007-07-16 09:32:45
如题
xp怎么这么垃圾,以后打死不装xp了,中看不中用的东西!
5G的空间搞的只有几个M了,系统还原这系功能全部都关闭了,实在不知道如何把占用的垃圾空间找回来了
来请大家帮忙
现在已经对重装系统不感兴趣了,只想机器性能很稳定的运行就成了!
...全文
10948 14 打赏 收藏 转发到动态 举报
写回复
用AI写文章
14 条回复
切换为时间正序
请发表友善的回复…
发表回复
tabno 2007-07-23
  • 打赏
  • 举报
回复
除了楼上的 “将虚拟内存的页面文件移到非系统分区”外

将邮件文件保存的目录移到非系统分区!
另外三楼“清空”后,最好将临时目录也移到非系统分区!
-----------------------------------------------------
上面这几个方法我还没有尝试,待我去尝试后再来报告!
tabno 2007-07-23
  • 打赏
  • 举报
回复
@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%\小甜饼s\*.*
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


把上面的命令复制到记事本,命名为 clean.bat ,运行clean.bat文件,自动清理系统垃圾.
-----------------------------------------------------------------------------------
我把上面的方法尝试了一下,整出来将近600M,爽!!
Bob1989 2007-07-22
  • 打赏
  • 举报
回复
老生长谈的问题啊```



除了上面的方法外还要看看C:\Program Files里有没有装没用的软件
xiaoyu8308 2007-07-22
  • 打赏
  • 举报
回复
找点系统清理软件啊,比如金山的清理C盘
chengbp 2007-07-21
  • 打赏
  • 举报
回复
一般c盘放10G比较好,除非除了系统你不装什么
dfsr 2007-07-20
  • 打赏
  • 举报
回复
系统休眠也要占内存大小的硬盘空加,把它也关了吧。
ER_JIN_ZHI 2007-07-17
  • 打赏
  • 举报
回复
正常装好 XP 大概一个 G 多点,你是不是装了很多其他的软件都在 系统盘里,或者用的时间长了,很多的日志,这么大的容量,看一下哪个文件夹站的应该很容易查出来,查出来后就可以很容易的解决了
myppfly 2007-07-17
  • 打赏
  • 举报
回复
办法多了
现在这种软件不挺多的么???
tabno 2007-07-17
  • 打赏
  • 举报
回复
这么多方法阿,晚上我回去试试看效果如何。
细细
arik_2006 2007-07-17
  • 打赏
  • 举报
回复
除了楼上的 “将虚拟内存的页面文件移到非系统分区”外

将邮件文件保存的目录移到非系统分区!
另外三楼“清空”后,最好将临时目录也移到非系统分区!
---------------------------------------------------
还有不要在系统盘存放文件`嘻嘻~~
funsuzhou 2007-07-17
  • 打赏
  • 举报
回复
除了楼上的 “将虚拟内存的页面文件移到非系统分区”外

将邮件文件保存的目录移到非系统分区!
另外三楼“清空”后,最好将临时目录也移到非系统分区!
夜鹰 2007-07-17
  • 打赏
  • 举报
回复
将虚拟内存的页面文件移到非系统分区。
zhangsc 2007-07-17
  • 打赏
  • 举报
回复
将WINDOWS\Temp目录中的内容清空,然后将Documents and Settings\登录的用户名\Local Settings\Temp目录中的内容清空,最后再使用附件-系统工具-磁盘清理即可

Good Luck!
yao110119 2007-07-17
  • 打赏
  • 举报
回复
@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%\小甜饼s\*.*
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


把上面的命令复制到记事本,命名为 clean.bat ,运行clean.bat文件,自动清理系统垃圾.

6,871

社区成员

发帖
与我相关
我的任务
社区描述
Windows 2016/2012/2008/2003/2000/NT
社区管理员
  • Windows Server社区
  • qishine
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧