How to Check and Disable Microsoft Recall (Windows)

Aus MattWiki

This article shows how to check if Microsoft Recall in Windows is active and how to activate or deactivate it if necessary.

Prerequisite

Open Terminal as Administrator:

  • Search for cmd.exe in Start Menu
  • Click on Run as Administrator

Microsoft Recall

Check Status

DISM /Online /Get-FeatureInfo /FeatureName:Recall 

Disable

DISM /Online /Disable-Feature /FeatureName:Recall 

Enable

DISM /Online /Enable-Feature /FeatureName:Recall