0

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 ?

John Code
  • 163

1 Answers1

0

can someone please help?

Windows 10 Enterprise LTSC (Long Term Support Channel) doesn’t include these applications on purpose. They were purposefully removed from this edition of Windows 10.

If you need those applications installed you will need to run Windows 10 Enterprise instead of a LTSC version of Windows 10.

Ramhound
  • 44,080