Created
January 3, 2024 22:55
-
-
Save Saltinbank-SyS/d3aa2ab13e9e2f8aab532f61e82108ed to your computer and use it in GitHub Desktop.
Provisioning of all app images in Windows Store (installed and missing)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-AppxPackage | % { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml" -verbose } | |
#It is supposed to get/add any package missing. | |
#Also, make sure your "Services" are turned on for all required services, most importantly | |
#Client License Service (ClipSVC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment