Does anyone have Recall running on their Windows PC?
π¦Ύπ€ Recall is a Windows feature that saves images of your desktop every few seconds, scans and analyzes them with AI help, then makes that data searchable using natural language.
β οΈ The concern is the privacy risk for users. βοΈ
π€ So it seems even though it was announced as an opt-in, it can mysteriously be reenabled.
I've checked mine and it didn't recognize Recall as a feature.
You can run this on PowerShell to detect it (the first command is to run PowerShell with elevated privileges):
ππ½ Start-process powershell βverb runAs
ππ½ Dism /Online /Get-Featureinfo /Featurename:Recall
And run this to disable it:
ππ½ Dism /Online /Disable-Feature /Featurename:Recall
