Adds a new option to disable Recall using DISM and Reg Key
Type of Change
[X] New feature
[ ] Bug fix
[ ] Documentation update
[ ] Refactoring
[ ] Hotfix
[ ] Security patch
[ ] UI/UX improvement
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
[X] My code adheres to the coding and style guidelines of the project.
[X] I have performed a self-review of my own code.
[X] I have commented my code, particularly in hard-to-understand areas.
[X] I have made corresponding changes to the documentation.
[X] My changes generate no errors/warnings/merge conflicts.
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