Update default apps
This commit is contained in:
parent
eefd6d6ce6
commit
ed694195ce
@ -122,3 +122,25 @@ actions:
|
|||||||
value: 'DisableWindowsConsumerFeatures'
|
value: 'DisableWindowsConsumerFeatures'
|
||||||
data: '1'
|
data: '1'
|
||||||
type: REG_DWORD
|
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
|
Loading…
Reference in New Issue
Block a user