Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      How To Prevent WordPress SQL Injection Attacks

      June 14, 2025

      This week in AI dev tools: Apple’s Foundations Model framework, Mistral’s first reasoning model, and more (June 13, 2025)

      June 13, 2025

      Open Talent platforms emerging to match skilled workers to needs, study finds

      June 13, 2025

      Java never goes out of style: Celebrating 30 years of the language

      June 12, 2025

      6 registry tweaks every tech-savvy user must apply on Windows 11

      June 14, 2025

      Here’s why network infrastructure is vital to maximizing your company’s AI adoption

      June 14, 2025

      The AI video tool behind the most viral social trends right now

      June 14, 2025

      Got a new password manager? How to clean up the password mess you left in the cloud

      June 14, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Right Invoicing App for iPhone: InvoiceTemple

      June 14, 2025
      Recent

      Right Invoicing App for iPhone: InvoiceTemple

      June 14, 2025

      Tunnel Run game in 170 lines of pure JS

      June 14, 2025

      Integrating Drupal with Salesforce SSO via SAML and Dynamic User Sync

      June 14, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      6 registry tweaks every tech-savvy user must apply on Windows 11

      June 14, 2025
      Recent

      6 registry tweaks every tech-savvy user must apply on Windows 11

      June 14, 2025

      Is Chrome Copying Edge? ‘Omnibox Tools’ Bring Edge-Style Address Bar Shortcuts

      June 14, 2025

      Windows 11 24H2’s new Start Menu auto-changes size based on screen resolution

      June 14, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Operating Systems»How to disable Recall in Windows 11 (Registry script to turn off Recall AI)

    How to disable Recall in Windows 11 (Registry script to turn off Recall AI)

    April 28, 2025

    To turn off Recall in Windows 11, you need to disable a Group Policy called “Allow Recall to be enabled” and restart your PC. In the case of Windows 11 Home, you need to create a Registry value called “AllowRecallEnablement” and save the changes, then reboot the system to remove the Recall AI feature completely.

    Recall snapshots
    You can pause Recall directly from the taskbar

    But what even is Recall, and why might you want to keep it at bay? Windows Recall is an AI-powered feature that records your screen by capturing snapshots at regular intervals, so you can go back in time and resume your activity. That’s the core idea of Recall, but do you really need it?

    Recall is the flagship feature of Copilot+ PC, a new lineup with exclusive NPU chips, and it’s not available on older PCs. If you recently purchased a Copilot+ PC, you’ll begin seeing Recall during the OOBE (out-of-the-box experience) screen when booting Windows 11.

    Microsoft believes Recall is the best AI feature for a PC, and it’s shipping it to all AI PCs, but you won’t be forced to use it. Still, Recall files are there on your PC. If you don’t want Recall-related components present on Windows 11, you can remove them completely using the Group Policy Editor or the Registry Editor.

    1. Disable Recall in Windows 11 using the Group Policy Editor

    To turn off Recall using Group Policy Editor, follow these steps on Windows 11 24H2:

    1. Press the Win key, type gpedit.msc, and press Enter to launch the Group Policy Editor.
    2. In Group Policy Editor, navigate to the following path:
      Computer Configuration > Administrative Templates > Windows Components > Windows AI
    3. On the right side, you’ll see “Windows AI.” Inside this local folder, look for Allow Recall to be enabled. In our case, it was the first policy inside the Windows AI folder.
    4. Double-click Allow Recall to be enabled policy.
      disable recall ai group policy editor
    5. Select the Disabled radio button in the Group Policy Editor and click on the Apply button.
      disable recall ai group policy editor 2
    6. Restart your PC to apply the changes.

    As you can see in the above screenshot, Group Policy clarifies everything about how Recall is turned on in Windows 11.

    By default, “Allow Recall to be enabled” policy is set to “Not Configured” and Microsoft says the policy can be controlled to determine whether Recall optional component is available for end users to enable on their device.

    While Recall is not turned on by default, you’ll still have the Recall toggle and related bits in the operating system unless you use the Group Policy to completely remove it. When the policy is set to “Disabled,” you’ll not see anything related to Recall in the operating system. Otherwise, the Recall toggle is offered via Settings.

    “If this policy is disabled, the Recall component will be in disabled state and the bits for Recall will be removed from the device,” Microsoft noted in the Group Policy.

    Removing the Recall component always requires a system reboot.

    2. Remove Recall from Windows 11 using the Registry Editor

    To remove Recall AI from Windows 11 using Registry Editor, follow these steps:

    1. Press the Win key, type regedit, and press Enter to launch the Registry Editor. You might see the UAC prompt. Click on Yes to continue.
    2. Navigate to the following path:
      ComputerHKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsAI
    3. Right-click on the right-hand side pane and select New > DWORD (32-bit) Value and name it AllowRecallEnablement.
    4. Double-click on the newly created value and set the Value Data to 0. Keep the Base as Hexadecimal.
      disable recall ai using registry editor
    5. Close the Registry Editor and restart the PC to apply the changes.

    Windows 11 Home users don’t have access to the Group Policy Editor. So, the Group Policy method is useless for anyone using the Copilot+ PC Home version.

    However, when you apply a policy in the Group Policy Editor (GPE), it actually creates a registry entry using which your system understands what to do with the feature. GPE is basically a GUI for managing policies/scripts.

    In this case, GPE creates the AllowRecallEnablement registry value to manipulate the Recall feature, and the above steps allow you to do that on Windows 11 Home.

    3. Turn off Recall in Windows 11 using PowerShell

    Admins can manage Recall AI on connected PCs using a simple PowerShell command.

    Since Recall can only be managed by admins in Enterprise environments, running the following command can turn off the feature and remove related data, if any:

    Disable-WindowsOptionalFeature -Online -FeatureName "Recall" -Remove

    Why might you want to remove the Windows 11 AI feature?

    As I mentioned above, Recall is a great way to go back in time. You can use Recall to find specific moments even when you don’t remember the exact details. It could be a crucial file you were working on or a vacation photo of a special friend, Recall can help you reach it instantly.

    Windows 11 Recall AI privacy settings
    Recall AI privacy settings | Image Courtesy: WindowsLatest.com

    This works because Recalls records your screen, and it knows what you are doing on your browser, app, and other areas of the operating system.

    Recall AI Windows 11

    At the same time, Recall is one of the most controversial features of Windows 11 because an AI recording your screen sounds creepy. Microsoft was forced to pull Recall from early preview builds because the AI feature was insecure and had privacy issues, which were spotted by security researchers.

    It’s been almost a year, and Recall is back again. This time, it’s finally secure and rolling out to everyone with a Copilot+ PC. Some might like the feature, while others will continue to hate it.

    Whatever the case, you now know three methods to get rid of Recall AI in Windows 11. Previously, there was a fourth method to disable Recall AI in Optional Features, but that doesn’t exist now.

    The post How to disable Recall in Windows 11 (Registry script to turn off Recall AI) appeared first on Windows Latest

    Source: Read More 

    windows
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleAdopt the PACE Framework with IBM watsonx.governance
    Next Article Extreme Mind’s Eye Teleportation Secrets of Srinidhi Ranganathan – India’s Human AI

    Related Posts

    News & Updates

    6 registry tweaks every tech-savvy user must apply on Windows 11

    June 14, 2025
    Operating Systems

    Is Chrome Copying Edge? ‘Omnibox Tools’ Bring Edge-Style Address Bar Shortcuts

    June 14, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    Best Free AI Tools To Boost Your Productivity

    Web Development

    CVE-2025-24345 – CtrlX OS Hosts File Manipulation Remote File Inclusion Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Qualcomm Fixes 3 Zero-Days Used in Targeted Android Attacks via Adreno GPU

    Development

    CVE-2025-48137 – Proxymis Interview SQL Injection

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    Microsoft finally launches the controversial Recall feature after a long delay

    April 28, 2025

    Microsoft has finally launched the long-delayed Recall feature to Copilot+ PCs, nearly a year after…

    Smashing Animations Part 4: Optimising SVGs

    June 4, 2025

    Microsoft June 2025 Patch Tuesday fixes exploited zero-day, 66 flaws

    June 10, 2025

    CVE-2024-51666 – Automattic Tours Missing Authorization Vulnerability

    May 15, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.