Update default apps

This commit is contained in:
Przemek Grondek 2023-05-01 01:02:20 +02:00
parent eefd6d6ce6
commit ed694195ce

View File

@ -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