Skip to content

Instantly share code, notes, and snippets.

@xiaoysh8
Created August 17, 2018 08:31
Show Gist options
  • Save xiaoysh8/7f721a2e834fec74649071b6d3838e75 to your computer and use it in GitHub Desktop.
Save xiaoysh8/7f721a2e834fec74649071b6d3838e75 to your computer and use it in GitHub Desktop.
powershell install
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