安装python以及VC运行时库等在内的多个软件报错均为0x80070660,说临时文件夹没空间或没权限。
在检测完后,发现有权限有空间。接下来解决办法
我这边解决方式是通过一个俄文论坛:Ответы Mail.ru: windows 10 ошибка 0x80070660 при установке microsoft visual c++ 2015.как его установить?
意思是在%windir%目录下创建installer文件夹。
以下方法来自youtobe,我试了都没用,可能对其他人有用吧,暂且放这里
How to fix 0x80070660 error on Windows 10 - YouTube
方法1: win10系统,运行"疑难解答"后重启
方法2:运行以下命令,重启
net stop wuauserv
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
ren C:\Windows\System32\catroot2 catroot2.old
net start wuauserv
net start cryptSvc
net start bits
net start msiserver
方法3: rmdir /s /q C:\windows\SoftwareDistribution\Download\SharedFileCache
方法4:windows更新->高级选项 关闭“更新Windows时提供其他Microsoft产品更新”选项并重启
方法5:安装VC运行时库 vc_redist.x[Arch].exe