Check If Windows Recall Is Active on Windows 11 24H2
Recall, gives you have an explorable timeline of your PC’s past. So people find this a privacy concern.
Open Command Prompt as Admin and type this command:
Check If Recall Is ENABLED:
Dism /Online /Get-Featureinfo /Featurename:Recall
The command above will check RECALL status.
To DISABLE Recall:
Disable RECALL: Dism /Online /Disable-Feature /Featurename:Recall
To ENABLE Recall:
Dism /Online /Enable-Feature /Featurename:Recall
[ad_2]
source