- Joined
- 24 Jan 2002
- Messages
- 12,391
I want to be clear, recall is local, not in the cloud, data isn't sent, it's not spyware:
You might want it on, I haven't used it, internet thinks there're security issues, I have no use for it (yet, maybe in future) so it's off for now.
Find out if yours is enabled with this CMD, paste, no reason typing, (must use administrator cred)
To disable:
If you want it back;
Cheers
Privacy and security are built into Recall's design. With Copilot+ PCs, you get powerful AI that runs locally on the device. No internet or cloud connections are required or used to save and analyze snapshots. Snapshots aren't sent to Microsoft. Recall AI processing occurs locally, and snapshots are securely stored on the local device only.
You might want it on, I haven't used it, internet thinks there're security issues, I have no use for it (yet, maybe in future) so it's off for now.
Find out if yours is enabled with this CMD, paste, no reason typing, (must use administrator cred)
Code:
Dism /Online /Get-Featureinfo /Featurename:Recall
To disable:
Code:
Dism /Online /Get-Featureinfo /Featurename:Recall
If you want it back;
Code:
Dism /Online /Enable-Feature /Featurename:Recall
Cheers