From ed694195ce14945b138be57bff2f053c0bced932 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Mon, 1 May 2023 01:02:20 +0200 Subject: [PATCH] Update default apps --- .../features/lite/default-apps.yml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/Configuration/features/lite/default-apps.yml b/src/Configuration/features/lite/default-apps.yml index 3a55f22..3ea0b08 100644 --- a/src/Configuration/features/lite/default-apps.yml +++ b/src/Configuration/features/lite/default-apps.yml @@ -122,3 +122,25 @@ actions: value: 'DisableWindowsConsumerFeatures' data: '1' type: REG_DWORD + + # Disable pre-installed applications + - !registryValue: + path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' + value: 'OemPreInstalledAppsEnabled' + data: '0' + type: REG_DWORD + - !registryValue: + path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' + value: 'PreInstalledAppsEnabled' + data: '0' + type: REG_DWORD + - !registryValue: + path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' + value: 'PreInstalledAppsEverEnabled' + data: '0' + type: REG_DWORD + - !registryValue: + path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager' + value: 'SilentInstalledAppsEnabled' + data: '0' + type: REG_DWORD \ No newline at end of file