Windows 10 补丁包 msu 转 cab 用 dism 安装
1、解压: expand -f:* .\windows10.0-kb1234567-x64.msu .\ 2、安装: dism /online /add-package /packagepath:.\windows10.0-kb1234567-x64.cab /norestart
1、解压: expand -f:* .\windows10.0-kb1234567-x64.msu .\ 2、安装: dism /online /add-package /packagepath:.\windows10.0-kb1234567-x64.cab /norestart