Skip to content

Commit

Permalink
feat: disable device monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyueta committed Nov 2, 2023
1 parent f930e3d commit d1bbf46
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/playbook/Configuration/tweaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ tasks:
- tweaks\privacy\disable-pca.yml
- tweaks\privacy\disable-perf-track.yml
- tweaks\privacy\disable-privacy-experience.yml
- tweaks\privacy\disable-device-monitoring.yml
- tweaks\privacy\disable-rsop-logging.yml
- tweaks\privacy\disable-speech-auto-updates.yml
- tweaks\privacy\disable-tailored-experiences.yml
Expand All @@ -94,6 +95,7 @@ tasks:
- tweaks\privacy\disallow-ms-accounts.yml
- tweaks\privacy\disallow-user-activity-upload.yml
- tweaks\privacy\search-settings.yml


# -------------------------------------------------------------------------- #
# privacy\advertising #
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Disable Device Health Attestation Monitoring and Reporting
description: Disables Device Health Attestation Monitoring and Reporting on startuip for privacy
privilege: TrustedInstaller
actions:
- !registryValue:
path: 'HKLM\SOFTWARE\Policies\Microsoft\DeviceHealthAttestationService'
value: 'EnableDeviceHealthAttestationService'
data: '0'
type: REG_DWORD

0 comments on commit d1bbf46

Please sign in to comment.