Yeah... If reconstructed, it should fail theoretically. How come? ServerTurbine has this package too. But I did not find it removed at the end. No component store corruption detected. Windows Resource Protection did not find any integrity violations. I surrender.
Teacher, do you have this installation package? (Microsoft-Windows-Security-SPP-Component-SKU-AzureStackHCIAddOn), if you have one, send me one. I combined one, and an error occurred during installation.
I recommend: 1. remove package_1911_for_kb4586852_31bf3856ad364e35_amd64__10.0.1.13 2. install windows10.0-kb4586852-x64.cab AzureStackHCI_20348.1: AzureStackHCIAddOn AzureStackHCIAddOn2021
I took a look at these packages: Microsoft-Windows-Server-DesktopUX-Package~31bf3856ad364e35~amd64~~10.0.20348.1 (Microsoft-Windows-Server-Shell-Package~31bf3856ad364e35~amd64~~10.0.20348.1) and Microsoft-Windows-Smtpsvc-Admin-Package~31bf3856ad364e35~amd64~zh-CN~10.0.20348.1 I found that installing the former on AzureStackHCICor will fail because of the incorrect file checksum of the latter (I didn't look at other languages, maybe EN-US can be normally staged. This is why some packages cannot be reinstalled after being uninstalled. Perhaps it is because these Packages themselves are not integrated through installation. I temporarily gave up installing the shell from ServerDatacenter on AzureStackHCICor for relaxing. It almost wasted my precious 15 minutes. You can directly convert ServerDatacenter to AzureStackHCICor, but then there is no HotPatch
For EdgeChromium in Server 2022 install.wim Q: Besides edge.wim, what else has been applied to system?
Code: Microsoft Windows [版本 10.0.17763.1935] (c) 2018 Microsoft Corporation。保留所有权利。 C:\Windows\system32>Dism /image:D:\1 /get-CurrentEdition 部署映像服务和管理工具 版本: 10.0.17763.1697 映像版本: 10.0.20348.1 当前版本为: 当前版本 : ServerStandardCor 操作成功完成。 C:\Windows\system32>Dism /image:D:\1 /get-targeteditions 部署映像服务和管理工具 版本: 10.0.17763.1697 映像版本: 10.0.20348.1 可以升级的版本: 目标版本 : ServerDatacenterCor 操作成功完成。 C:\Windows\system32>DISM /Image:D:\1 /Set-Edition:ServerAzureStackHCICor 部署映像服务和管理工具 版本: 10.0.17763.1697 映像版本: 10.0.20348.1 开始升级组件... 开始安装产品密钥... 产品密钥安装已完成。 组件升级已完成。 开始应用特定于版本的设置... 特定于版本的设置应用已完成。 操作成功完成。 C:\Windows\system32>Dism /image:D:\1 /get-CurrentEdition 部署映像服务和管理工具 版本: 10.0.17763.1697 映像版本: 10.0.20348.1 当前版本为: 当前版本 : ServerStandardCor 操作成功完成。 C:\Windows\system32> It's kind of weird, bug?