Back to LinkedIn posts

LinkedIn post 279

Does anyone have Recall running on their Windows PC?

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

text