I just installed Windows 10 Enterprise edition LTSC (OS Build 17763.404), and I can't find my default applications such as "Microsoft Store, Contacts, Calendar, Clock, Or Help Center"
I went through several forums online stating I should open Power shell as Admin and run the following commands then restart the PC :
Get-AppXPackage *WindowsStore* -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
But even after that, The Default apps didn't appear, can someone please help ?