Created
August 17, 2018 08:31
-
-
Save xiaoysh8/7f721a2e834fec74649071b6d3838e75 to your computer and use it in GitHub Desktop.
powershell install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0x80240037, | |
| 解决办法: | |
| 1、把IE11-Windows6.1-KB3008923-x64.msu的后缀名msu改为cab,然后解压,注意解压到一个新的文件夹中, | |
| 然后运行cmd(win键+R键) | |
| 输入:dism /online /add-package /packagepath:”X:\路径\文件名.cab | |
| (例如:我应该输入:dism /online /add-package /packagepath:”C:\ie\cab\IE11-Windows6.1-KB3008923-x64.cab”) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment