Hi Winterstorm,
to uninstall the Windows Recall feature there are two possible ways:
using CMD or Powershell:
or
Best regards,
Markus
to uninstall the Windows Recall feature there are two possible ways:
using CMD or Powershell:
Code:
DISM /Online /Disable-Feature /FeatureName:"Recall"
or
Code:
Disable-WindowsOptionalFeature -Online -FeatureName "Recall"
Best regards,
Markus