ChrisTitusTech / winutil

Chris Titus Tech's Windows Utility - Install Programs, Tweaks, Fixes, and Updates
MIT License
24.7k stars 1.5k forks source link

Disable Recall #2974

Closed LoopTJ closed 1 month ago

LoopTJ commented 1 month ago

Adds a new option to disable Recall using DISM and Reg Key

Type of Change

Description

Added reg key to disable AI Data Analysis which turns off the snapshot feature of Recall in Registry and used DISM to disable the Recall feature as shown in Chris's video "Microsoft Recall Update".

Testing

Compiled and tested on Win11 24H2. Both Disable and Undo works verified using the command DISM /Online /Get-FeatureInfo /FeatureName:Recall

Impact

Just disables Recall.

Issue related to PR

Does not apply to older versions of Win11 or Win10

Additional Information

Added a new doc file to Essential-Tweaks DisableRecall.md

Checklist