Disable Microsoft Recall (Windows)

Aus MattWiki
Version vom 6. Januar 2025, 09:51 Uhr von Matt (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „This article shows how to check the status of Microsoft Recall in Windows and how to deactivate or activate 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…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

This article shows how to check the status of Microsoft Recall in Windows and how to deactivate or activate 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