[DISCUSSION] Server 2022 LTSC (21H2) 20348.1 (fe_release)

Discussion in 'Windows Server' started by Enthousiast, Mar 2, 2021.

  1. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,447
    450
    Which one? everyone i clicked was working.
     
  2. ExtremeGrief

    ExtremeGrief MDL Addicted

    Jun 2, 2020
    729
    156
    30
    Nevermind it works but it takes a minute until it starts downloading. it's the english eval to non eval one.
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,656
    103,447
    450
    Yeah, give it a minute to start, can't do anything about that, but they will download fine:)
     
  4. ldeveraux

    ldeveraux MDL Junior Member

    Aug 15, 2010
    54
    5
    0
    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!
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,761
    340
    Did you try LTSC 2021 pack on Server 2022?
     
  6. ldeveraux

    ldeveraux MDL Junior Member

    Aug 15, 2010
    54
    5
    0
    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?
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
  8. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150
    Looks like you liked my way :p
     
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    #849 xinso, Jan 2, 2022
    Last edited: Jan 2, 2022
    How about adding 20348.1 Core or Professional packages to server, and update?
     
  10. acer-5100

    acer-5100 MDL Guru

    Dec 8, 2018
    4,003
    2,923
    150
    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.
     
  11. Muggaen

    Muggaen MDL Addicted

    Dec 30, 2011
    746
    327
    30
    #852 Muggaen, Jan 2, 2022
    Last edited: Jan 2, 2022
    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.
     
  12. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,204
    90,761
    340
    In Powershell as admin
    Code:
    Get-AppXPackage -Name "*WindowsStore*" | Foreach {Remove-AppxPackage $_.PackageFullName}
    Get-AppxProvisionedPackage -Online | Where DisplayName -eq Microsoft.WindowsStore | Remove-AppxProvisionedPackage -Online
     
  13. ldeveraux

    ldeveraux MDL Junior Member

    Aug 15, 2010
    54
    5
    0
    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
     
  14. ldeveraux

    ldeveraux MDL Junior Member

    Aug 15, 2010
    54
    5
    0
    So no support for store in Server 2022? I was able to uninstall but latest LTSC installation won't update or install apps.
     
  15. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,698
    14,426
    340
    #858 xinso, Jan 7, 2022
    Last edited: Jan 7, 2022
    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.
     
  16. ldeveraux

    ldeveraux MDL Junior Member

    Aug 15, 2010
    54
    5
    0
    Would I have to switch certs every time I want to access the Store?
     
  17. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,184
    21,304
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...