Situatie
Solutie
Uninstall Windows Recall AI on Windows 11 24H2
To uninstall Recall on Windows 11, use these steps:
- Open Settings on Windows 11
- Click on System
- Click the Optional features page.
- Click the “More Windows features” option under the “Related settings” section.
Quick tip: You can also open this page from the Start menu when searching for “Turn Windows features on or off”
- Clear the Recall option
- Click the OK button
- Restart the computer (if applicable).
Uninstall Windows Recall AI from PowerShell
To uninstall Recall with PowerShell commands, use these steps:
- Open Start
- Search for PowerShell, right-click the top result, and choose the Run as administrator option
- Type the following command to uninstall Recall AI from Windows 11 and press Enter:
Disable-WindowsOptionalFeature -Online -FeatureName "Recall"
After you complete the steps, the PowerShell command will remove the feature’s components from the setup.
Uninstall Windows Recall AI from Command Prompt
To remove Windows 11 Recall with Command Prompt, use these steps:
- Open Start
- Search for Command Prompt, right-click the top result, and choose the Run as administrator option
- Type the following command to remove Recall from your computer and press Enter:
Dism /online /Disable-Feature /FeatureName:"Recall"
Once you complete the steps, the DISM command through Command Prompt will uninstall the Windows Recall feature from version 24H2.
Leave A Comment?