|
发表于 2017-11-9 08:45:31
|
显示全部楼层
本帖最后由 bootwilly 于 2017-11-9 08:47 编辑
網路找到的方法(1)
更新 KB2999226
https://support.microsoft.com/zh ... -runtime-in-windows
再安裝 vcredist_x64.exe(64位)或 vcredist_x64.exe(32位)
https://www.microsoft.com/en-us/download/details.aspx?id=48145
如果已經安裝vcredist_x64.可以選擇卸載.然後再從新安裝.重新啟動電腦
網路找到的方法(2)
1. 下載 KB2999226
https://support.microsoft.com/zh ... -runtime-in-windows
以 Windows 7 64位元為例,下載的檔案為 Windows6.1-KB2999226-x64.msu(儲存在 C:\DOWNLOAD目錄下)
以系統管理員身分執行『命令提示字元』,以下指令都在『命令提示字元』底下執行
2. 由於 wusa.exe與 DISM.exe兩支程式都放在 C:\Windows\System32 目錄下
透過 cd指令切換至 C:\Windows\System32 目錄
cd\windows\system32
3. 透過 wusa.exe對 msu檔案解壓至 c:\test目錄下
wusa.exe C:\DOWNLOAD\Windows6.1-KB2999226-x64.msu /extract:c:\test
4. 將存在 c:\test目錄下的 Windows6.1-KB2999226-x64.cab檔,透過 DISM.exe程式來安裝 KB2999226
DISM.exe /Online /Add-Package /PackagePath:c:\test\Windows6.1-KB2999226-x64.cab
==================================
因我尚未遇到,故僅分享網路做法。 |
|