Check if Recall is enabled
powershell
Get-WindowsOptionalFeature -Online -FeatureName Recall
Disable Recall cmd
Dism /Online /Disable-Feature /Featurename:Recall
powershell
Remove-Item -Path "$env:LOCALAPPDATA\CoreAIPlatform.00\UKP\*" -Recurse -Force -ErrorAction SilentlyContinue
Remove-Item -Path "$env:LOCALAPPDATA\CoreAIPlatform.00\ImageStore\*" -Recurse -Force -ErrorAction SilentlyContinue
Windows 11 24H2 or later Run as Administrator
- Snapshots are stored locally only
- Deletion is permanent
- Reboot recommended after cleanup
- Just copy-paste and run.