Skip to content

Instantly share code, notes, and snippets.

@Saltinbank-SyS
Created January 3, 2024 22:55
Show Gist options
  • Save Saltinbank-SyS/d3aa2ab13e9e2f8aab532f61e82108ed to your computer and use it in GitHub Desktop.
Save Saltinbank-SyS/d3aa2ab13e9e2f8aab532f61e82108ed to your computer and use it in GitHub Desktop.
Provisioning of all app images in Windows Store (installed and missing)
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