< All Topics
Print

Remove Recall from Windows

  1. Open PowerShell with Administrator Privileges: Right Click the Start menu, click Terminal (Admin).
  2. Execute Uninstall Commands: Use the following command to attempt to remove Recall:
    Get-AppxPackage *Recall* | Remove-AppxPackage
Table of Contents