I managed to get the Store up and running in Server Datacenter 2022 but can't install apps. Guess it's impossible then...
install ltsc 2021 and convert to iot ltsc 2021 to have update up to 2032 after add windows store , the best option for maximum compatibility
try this open command promp admin right write : wsreset -i works fine with windows 10 any build ( original )
Nvm, figured out my ClipSvc for whatever reason refused to go to internet and update tokenDB. Had to do it manually.
So now I'm stuck on this: Code: PS C:\Windows\system32> Add-AppxPackage -Register "c:\Windows\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\AppXManifest.xml" Add-AppxPackage : Deployment failed with HRESULT: 0x80073CFF, To install this application you need either a Windows developer license or a sideloading-enabled system. Package Microsoft.AAD.BrokerPlugin_1000.19041.1023.0_neutral_neutral_cw5n1h2txyewy with Windows Component origin cannot be sideloaded or installed using developer mode option.
Successful some offline Appx need Microsoft.UI.Xaml.2.4 or 2.8 and the AppInstaller showed finally Microsoft.DesktopAppInstaller_1.19.10173.0_x64__8wekyb3d8bbwe
getting this error. please help. im boomer af : Code: Add-AppxPackage : Deployment failed with HRESULT: 0x80073D04, The signature is invalid. To register in developer mode, AppxSignature.p7x and AppxBlockMap.xml must be valid or should not be present. error 0x80070005: Opening the package from location Microsoft.UI.Xaml.2.7_7.2208.15002.0_x64__8wekyb3d8bbwe failed. NOTE: For additional information, look for [ActivityId] e5da57ac-8dcd-0006-6994-dbe5cd8dd901 in the Event Log or use the command line Get-AppPackageLog -ActivityID e5da57ac-8dcd-0006-6994-dbe5cd8dd901 At line:1 char:1 + Add-AppxPackage -Path Microsoft.WindowsStore_22110.1401.16.0_neutral_ ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (C:\Users\zman\...bbwe.Msixbundle:String) [Add-AppxPackage], Exception + FullyQualifiedErrorId : DeploymentError,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand