电脑小问题?!

来源:百度知道 编辑:UC知道 时间:2024/06/05 03:06:14
求救,我的电脑c盘子剩下一点空间了,怎么办?
我平时都没怎么用c盘的空间,软件都装在其他盘,c盘只装了个金山毒霸.
c盘里的文件夹都不大,只有windows占比较多(占了5G,以前都没有怎么多的),c盘里有什么可以删除的啊?怎样可以腾出c盘的空间啊?

系统垃圾和临时文件多了,
清理即可。。或查一下网络电视软件目录。。
以下另存为.DAT清理系统垃圾..
@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. &