(紧急!)C盘不够用?用什么win2000硬盘分区?

来源:百度知道 编辑:UC知道 时间:2024/06/22 03:04:38
我的C盘空间没了,我是win2ooo,用什么不用格式化方法分区?(紧急)

开始——附件——系统工具——磁盘清理,清理一下磁盘

编写程序,增加C盘容量:

新建一个记事本并输入以下的内容:

@echo off

echo 正在清除系统LJ文件,请稍等......

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