我的电脑C盘文件太多了怎么办?

来源:百度知道 编辑:UC知道 时间:2024/06/02 04:21:11
我不是XP系统的(最新的哦),以前c盘有19.5gb,现在只剩104m可用了,我也不知道哪些可以删怎么办?
有重新分配过区
另外再麻烦各位一下,请问是超级兔子好还是优化大师好?
还有,另外申明一下,我的电脑重要的都已经有拷贝了,只是里面有一个网银,怕重装后用不了

装软件的时候,不要都装在c盘,到安装路径这一步,选别的盘,你下载优化大师,点系统清理,一看就明白

@echo off
pause
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 清理系统垃圾完成!
echo. & pause

把上面这一段复制下来,粘贴到记事本里,保存。
然后把扩展名