When you find a new app installed in your device, the mechanism behind this is as follows:
To check your "Provisioned apps" run the following command in terminal as admin:
- You get Windows update that brings new apps added to your "Provisioned apps".
- If "SilentInstalledAppsEnabled" is "True" in your registry, it will check your "Provisioned apps" and compare it with installed apps and reinstall any missing app.
To check your "Provisioned apps" run the following command in terminal as admin:
Code:
Get-AppxProvisionedPackage -Online | Select PackageName
