Skip to content

Commit

Permalink
Disable Recall snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyueta committed Jul 15, 2024
1 parent 5a94e94 commit ba7967b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/playbook/Configuration/tweaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ actions:
- !task: {path: 'tweaks\privacy\disable-pca.yml'}
- !task: {path: 'tweaks\privacy\disable-perf-track.yml'}
- !task: {path: 'tweaks\privacy\disable-privacy-experience.yml'}
- !task: {path: 'tweaks\privacy\disable-recall-snap.yml'}
- !task: {path: 'tweaks\privacy\disable-device-monitoring.yml'}
- !task: {path: 'tweaks\privacy\disable-rsop-logging.yml'}
- !task: {path: 'tweaks\privacy\disable-speech-auto-updates.yml'}
Expand Down
10 changes: 10 additions & 0 deletions src/playbook/Configuration/tweaks/privacy/disable-recall-snap.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Disable Recall Snapshots
description: Disables snapshots of Recall (24H2+)
builds: [ '>=22000' ]
actions:
- !registryValue:
path: 'HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsAI'
value: 'DisableAIDataAnalysis'
data: '1'
type: REG_DWORD

0 comments on commit ba7967b

Please sign in to comment.