Skip to content

Commit

Permalink
feat: misc extra policies
Browse files Browse the repository at this point in the history
  • Loading branch information
he3als committed Jul 15, 2024
1 parent 5067b36 commit 5a94e94
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ actions:
value: 'SubscribedContentEnabled'
data: '0'
type: REG_DWORD
# Ensure no settings get changed
- !registryValue:
path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager'
value: 'RemediationRequired'
data: '0'
type: REG_DWORD

# Prevent suggested app installs
# https://www.tenforums.com/tutorials/68217-turn-off-automatic-installation-suggested-apps-windows-10-a.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ actions:
value: 'Enabled'
data: '0'
type: REG_DWORD
- !registryValue:
path: 'HKLM\SOFTWARE\Microsoft\Input\TIPC'
value: 'Enabled'
data: '0'
type: REG_DWORD

0 comments on commit 5a94e94

Please sign in to comment.