From 46da675b7a829cd1b309c86bfcb5857bfc0d287c Mon Sep 17 00:00:00 2001 From: Nimisha Satapathy Date: Mon, 29 Aug 2022 02:11:38 +0530 Subject: [PATCH] Update policy-csp-desktopappinstaller.md --- .../mdm/policy-csp-desktopappinstaller.md | 103 +++++++++++++++++- 1 file changed, 102 insertions(+), 1 deletion(-) diff --git a/windows/client-management/mdm/policy-csp-desktopappinstaller.md b/windows/client-management/mdm/policy-csp-desktopappinstaller.md index 3a48249d99..c579d9d1f4 100644 --- a/windows/client-management/mdm/policy-csp-desktopappinstaller.md +++ b/windows/client-management/mdm/policy-csp-desktopappinstaller.md @@ -34,6 +34,12 @@ manager: aaroncz
DesktopAppInstaller/EnableAppInstaller
+
+ DesktopAppInstaller/EnableDefaultSource +
+
+ DesktopAppInstaller/EnableLocalManifestFiles +
@@ -124,7 +130,7 @@ This policy controls whether Windows Package Manager can be used by users. Users ADMX Info: -- GP Friendly name: *Controls whether the Windows Package Manager can be used by the users.* +- 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* @@ -134,6 +140,101 @@ ADMX Info:
+ +**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](./policy-configuration-service-provider.md#policy-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/EnableLocalManifestFiles** + + + +|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](./policy-configuration-service-provider.md#policy-scope): + +> [!div class = "checklist"] +> * Device + +
+ + + + +This policy controls whether users can install packages with local manifest files. If a user has a manifest available via their local file system rather than a Windows Package Manager source, they may install packages using *winget install -m *. + +- If you enable or do not configure this setting, users will be able to install packages with local manifests by using Windows Package Manager. + +- If you disable this setting, users will not be able to install packages with local manifests by using Windows Package Manager. + + + + +ADMX Info: +- GP Friendly name: *Enable Windows Package Manager Local Manifest Files* +- GP name: *EnableLocalManifestFiles* +- GP path: *Administrative Templates\Windows Components\App Package Deployment* +- GP ADMX file name: *AppxPackageManager.admx* + + + + +
+ ## Related topics