mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-07 01:57:21 +00:00
43 lines
1.7 KiB
Markdown
43 lines
1.7 KiB
Markdown
---
|
|
title: UniversalAppUninstall (Windows 10)
|
|
description: This section describes the UniversalAppUninstall settings that you can configure in provisioning packages for Windows 10 using Windows Configuration Designer.
|
|
ms.prod: w10
|
|
ms.mktglfcycl: deploy
|
|
ms.sitesec: library
|
|
author: dansimp
|
|
ms.localizationpriority: medium
|
|
ms.author: dansimp
|
|
ms.topic: article
|
|
ms.reviewer:
|
|
manager: dansimp
|
|
---
|
|
|
|
# UniversalAppUninstall (reference)
|
|
|
|
|
|
Use UniversalAppUninstall settings to uninstall or remove Windows apps.
|
|
|
|
|
|
## Applies to
|
|
|
|
| Setting | Desktop editions | Mobile editions | Surface Hub | HoloLens | IoT Core |
|
|
| --- | :---: | :---: | :---: | :---: | :---: |
|
|
| [RemoveProvisionedApp](#removeprovisionedapp) | X | | | | |
|
|
| [Uninstall](#uninstall) | X | X | X | | X |
|
|
|
|
## RemoveProvisionedApp
|
|
|
|
Universal apps can be *provisioned*, which means that they are available on the device for installation in user context. When a user runs the provisioned app, the app is then installed for that user.
|
|
|
|
Use **RemoveProvisionedApp** to remove app packages that are available on the device. Any instances of the app that have already been installed by a user are not uninstalled. To uninstall provisioned apps that have been installed by a user, use the [Uninstall](#uninstall) setting.
|
|
|
|
1. Enter the PackageFamilyName for the app package, and then click **Add**.
|
|
2. Select the PackageFamilyName in the Available Customizations pane, and then select **RemoveProvisionedApp**.
|
|
|
|
## Uninstall
|
|
|
|
Use **Uninstall** to remove provisioned apps that have been installed by a user.
|
|
|
|
1. Enter the PackageFamilyName for the app package, and then click **Add**.
|
|
2. Select the PackageFamilyName in the Available Customizations pane, and then select **Uninstall**.
|