c盘不要的文件怎么删除

来源:百度知道 编辑:UC知道 时间:2024/06/27 16:33:01
我的c盘怎么占我这么多空间,9.64G,我的安装程序都是在其他盘安装的。而且有好多文件下属的子文件都是一样的。请问可不可以删除一样的以及还有哪些文件可以删除。
哪位知道,谢谢啦

大哥你把系统还原关掉就行了。

把一下代码保存成bat格式,双击。

@color 34
@echo 清理系统垃圾 http://hi.baidu.com/duxing
@echo ping -n 5 127.0.0.1>nul
@del /f /s /q "%userprofile%\local settings\temporary internet files\."
@del /f /s /q "%userprofile%\local settings\history\."
@del /f /s /q "%userprofile%\local settings\temp\."
@rem del /f /s /q "%userprofile%\cookies\."
@del /f /s /q "%userprofile%\recent\."
@color 12
@del /f /s /q %systemroot%\temp\.
@color 23
@del /f /s /q %systemroot%\prefetch\.
@color 34
@del /f /s /q %systemroot%\recycled\.
@color 45
@del /f /s /q %systemroot%\recycler\.
@color 56
@del /f /s /q %systemdrive%\*.tmp
@color 67
@del /f /s /q %systemdrive%\*.log