装显卡的错误提示

来源:百度知道 编辑:UC知道 时间:2024/05/14 07:24:54
我在装显卡的时候提示磁盘空间不足。。。。但是我的C盘还有5G左右。

你的系统是装在C盘的吗?用超级兔子清理下垃圾文件.腾出更多的空间.

是不是内存空间啊?

应该是内存空间的原因 。

呵呵,真是少见这种情况,清理下空间吧。
开始-所有程序-附件-记事本,把下面的全部复制粘贴进去,另存为:清理垃圾.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%&#