时间:2023-06-02 16:16:41 来源: 人气:
今天碰到个倒霉孩子,好好苹果电脑非要安装 Windows,安装 Windows 也就算了,还要安装 XP。因为这倒霉孩子想玩一个游戏,只兼容XP,然后这孩子买了一个XP SP1的光盘。结果 Bootcamp 驱动包需要升级到SP2。网上下载了SP2补丁包,然后就给我出现了这个错误。, 代码如下:, There is not enough disk space on C:WINDOWS$NtServicePackUninstall$ to install Service Pack 3 Setup requires an additional 4 megabytes of free space or if you also want to archive the files for uninstallation,Setup requires 4 additional megabytes of free space. Free additional space on your hard disk and then try again., 解决办法:, 找到注册表, 代码如下:, HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionSetup, 创建字符串 ,值为 C:, 重启电脑,重新安装补丁即可。,