Nevermind it works but it takes a minute until it starts downloading. it's the english eval to non eval one.
Sorry to rehash this, but I still would like to install the Microsoft Store in Server 2022. Even though Server 2019 didn't officially support the Store, the procedure from the "[GUIDE] Add Store to Windows 10 EnterpriseS SKU (LTSB/LTSC)" thread worked fully. Once upgrading to 2022, that package will install but not function. It's not a deal breaker for using Server 2022, just an annoyance that it used to work and now doesn't!
yes, the newest right? Once I upgraded from 2019 to 2022 I believe the Store that I have previously installed stopped working. I installed LTSC 2021 over the top, which didn't fix anything. Would it make sense to completely remove all store items and retry installing LTSC 2021 Store? How would I do that?
Not sure I got your question BTW WU behavior changed a lot since 15063 or so For example if you add the dedup package to Client 14393 it will be updated, do the same on 16299 and dedup will stay on .1 forever So, I think that in recent windows WU will update only the "native" packages, client or server + common ones, following my method. The long way using xml is needed if you want to permanent switch and you care about being 100% updated.
Seems I cant find any so guess I,m becoming blind but where to find latest server i pure Danish language, So all links are welcome,thanks and Happy New Year.
In Powershell as admin Code: Get-AppXPackage -Name "*WindowsStore*" | Foreach {Remove-AppxPackage $_.PackageFullName} Get-AppxProvisionedPackage -Online | Where DisplayName -eq Microsoft.WindowsStore | Remove-AppxProvisionedPackage -Online
I've done that, but I get red errors: Remove-AppxProvisionedPackage : The Appx package's manifest is invalid. At line:2 char:85 + ... me -eq Microsoft.WindowsStore | Remove-AppxProvisionedPackage -Online + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ) [Remove-AppxProvisionedPackage], COMException + FullyQualifiedErrorId : Microsoft.Dism.Commands.RemoveAppxProvisionedPackageCommand
Updated the Updates Overview at the OP https://forums.mydigitallife.net/threads/discussion-server-2022-ltsc-21h2-20348-1-fe_release.83200/
So no support for store in Server 2022? I was able to uninstall but latest LTSC installation won't update or install apps.
For Store to work on Server, you can temporarily use Client's Certificates and Key to run Store and download\update. Then switch back to Server if necessary.