Forum Discussion
Andreas Kerl
Dec 02, 2019Brass Contributor
Deactivate Uninstall for MSIX Package
Hi Everyone,I'm looking for a way to configure an MSIX-App as mandantory. When I select the App-Installer in Settings - Apps & Fetaures, the Move and Deinstall buttons are deactivate. What's the way....
- Dec 02, 2019
The experience you mention is specific to a handful of preinstalled apps that extend the OS. Starting in 1809 there is a policy to prevent uninstall an IT Pro can set.
Set-NonRemovableAppsPolicy
jvintzel
Dec 02, 2019Former Employee
The experience you mention is specific to a handful of preinstalled apps that extend the OS. Starting in 1809 there is a policy to prevent uninstall an IT Pro can set.
Set-NonRemovableAppsPolicy
Andreas Kerl
Dec 03, 2019Brass Contributor
Thanks John, great.