For those curious, you can run the Powershell command
Disable-WindowsOptionalFeature -Online -FeatureName "Recall" -Remove
to remove this.
Get-WindowsOptionalFeature -Online -FeatureName "Recall"
lets you check the status of the feature on your computer.
add a skeleton here at some point
5 months ago