windows-itpro-docs/windows/client-management/mdm/policy-csp-desktopappinstaller.md
2022-08-29 02:16:41 +05:30

7.0 KiB

title, description, ms.author, ms.localizationpriority, ms.topic, ms.prod, ms.technology, author, ms.date, ms.reviewer, manager
title description ms.author ms.localizationpriority ms.topic ms.prod ms.technology author ms.date ms.reviewer manager
Policy CSP - DesktopAppInstaller Learn about the Policy CSP - DesktopAppInstaller. v-aljupudi medium article w10 windows alekyaj 08/24/2022 aaroncz

Policy CSP - DesktopAppInstaller

Tip

These are ADMX-backed policies and require a special SyncML format to enable or disable. For details, see Understanding ADMX-backed policies.

You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to Enabling a policy.

The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see CDATA Sections.


DesktopAppInstaller policies

DesktopAppInstaller/EnableAdditionalSources
DesktopAppInstaller/EnableAppInstaller
DesktopAppInstaller/EnableDefaultSource
DesktopAppInstaller/EnableLocalManifestFiles
DesktopAppInstaller/EnableMicrosoftStoreSource

DesktopAppInstaller/EnableAdditionalSources

Edition Windows 10 Windows 11
Home No No
Pro Yes Yes
Windows SE Yes Yes
Business Yes Yes
Enterprise Yes Yes
Education Yes Yes

Scope:

[!div class = "checklist"]

  • Device

This policy controls additional sources configured for Windows Package Manager.

If you don't configure this setting, no additional sources will be configured for Windows Package Manager.

If you enable this setting, additional sources will be added to Windows Package Manager, and can't be removed. The representation for each additional source can be obtained from installed sources using winget source export.

If you disable this setting, no additional sources can be configured by the user for Windows Package Manager.

ADMX Info:

  • GP Friendly name: Enable Additional Windows Package Manager Sources
  • GP name: EnableAdditionalSources
  • GP path: Administrative Templates\Windows Components\App Package Deployment
  • GP ADMX file name: AppxPackageManager.admx

DesktopAppInstaller/EnableAppInstaller

Edition Windows 10 Windows 11
Home No No
Pro Yes Yes
Windows SE Yes Yes
Business Yes Yes
Enterprise Yes Yes
Education Yes Yes

Scope:

[!div class = "checklist"]

  • Device

This policy controls whether Windows Package Manager can be used by users. Users will still be able to execute the winget command. The default help will be displayed, and users will still be able to execute winget -? to display the help as well. Any other command will result in the user being informed the operation is disabled by Group Policy.

  • If you enable or do not configure this setting, users will be able to use the Windows Package Manager.
  • If you disable this setting, users will not be able to use the Windows Package Manager.

ADMX Info:

  • GP Friendly name: Controls whether the Windows Package Manager can be used by the users
  • GP name: EnableAppInstaller
  • GP path: Administrative Templates\Windows Components\App Package Deployment
  • GP ADMX file name: AppxPackageManager.admx

DesktopAppInstaller/EnableDefaultSource

Edition Windows 10 Windows 11
Home No No
Pro Yes Yes
Windows SE Yes Yes
Business Yes Yes
Enterprise Yes Yes
Education Yes Yes

Scope:

[!div class = "checklist"]

  • Device

This policy controls the default source included with the Windows Package Manager. If you do not configure this setting, the default source for the Windows Package Manager will be available and can be removed.

  • If you enable this setting, the default source for the Windows Package Manager will be available and cannot be removed.
  • If you disable this setting the default source for the Windows Package Manager will not be available.

ADMX Info:

  • GP Friendly name: Enable Windows Package Manager Default Source
  • GP name: EnableDefaultSource
  • GP path: Administrative Templates\Windows Components\App Package Deployment
  • GP ADMX file name: AppxPackageManager.admx

DesktopAppInstaller/EnableMicrosoftStoreSource

Edition Windows 10 Windows 11
Home No No
Pro Yes Yes
Windows SE Yes Yes
Business Yes Yes
Enterprise Yes Yes
Education Yes Yes

Scope:

[!div class = "checklist"]

  • Device

This policy controls the Microsoft Store source included with the Windows Package Manager. If you do not configure this setting, the Microsoft Store source for the Windows Package manager will be available and can be removed.

  • If you enable this setting, the Microsoft Store source for the Windows Package Manager will be available and cannot be removed.
  • If you disable this setting the Microsoft Store source for the Windows Package Manager will not be available.

ADMX Info:

  • GP Friendly name: Enable Windows Package Manager Microsoft Store Source
  • GP name: EnableMicrosoftStoreSource
  • GP path: Administrative Templates\Windows Components\App Package Deployment
  • GP ADMX file name: AppxPackageManager.admx

Policy configuration service provider