为什么会找不找C盘???

来源:百度知道 编辑:UC知道 时间:2024/05/27 20:07:55
有时显示磁盘空间不足
这时硬盘坏道的现象吗?
如何解决

你的磁盘是否隐藏了。

磁盘空间不足 就是电脑硬盘的可用空间已经快没有了!
跟磁盘坏道没什么大的关系! 除非坏道很多可用空间变小了!

空间不足,并不能证明有坏道,只能说存储的数据,文件太多了,你可以清理下临时文件,卸载没有用的软件,删除无用的数据。。

如何清除系统垃圾文件?

打开记事本,输入以下内容,另存为del.bat,保存类型选择 所有文件,运行就可以了

@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\*.*"