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

      CodeSOD: A Unique Way to Primary Key

      July 22, 2025

      BrowserStack launches Figma plugin for detecting accessibility issues in design phase

      July 22, 2025

      Parasoft brings agentic AI to service virtualization in latest release

      July 22, 2025

      Node.js vs. Python for Backend: 7 Reasons C-Level Leaders Choose Node.js Talent

      July 21, 2025

      The best CRM software with email marketing in 2025: Expert tested and reviewed

      July 22, 2025

      This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

      July 22, 2025

      I’m a wearables editor and here are the 7 Pixel Watch 4 rumors I’m most curious about

      July 22, 2025

      8 ways I quickly leveled up my Linux skills – and you can too

      July 22, 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

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025
      Recent

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025

      Zero Trust & Cybersecurity Mesh: Your Org’s Survival Guide

      July 22, 2025

      Execute Ping Commands and Get Back Structured Data in PHP

      July 22, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025
      Recent

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025

      “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

      July 22, 2025

      Galaxy Z Fold 7 review: Six years later — Samsung finally cracks the foldable code

      July 22, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Operating Systems»Windows 11: Microsoft is adding Ask Copilot to right-click menu, how to remove it

    Windows 11: Microsoft is adding Ask Copilot to right-click menu, how to remove it

    May 13, 2025

    If you right-click on a file or an image, you’ll soon see an option “Ask Copilot”, which uploads the selected item to the Copilot app. To remove “Ask Copilot” from the context menu, you need to modify the Registry and create a new string value, which simply hides the Copilot entry in the right-click menu. Once done, just restart explorer.exe.

    Microsoft originally experimented with the idea of adding Copilot to the right-click menu in March 2024, but the plan was put on hold after the company decided to decouple Copilot from the sidebar and turn it into a web wrapper.

    Copilot is not a web app anymore. It’s a full-fledged native app, so it certainly makes sense to go back to how things were. As first spotted by Windows Latest, Copilot app version 1.25044.93.0 is now rolling out to Insiders in the Dev Channel, and it turns on the ‘Ask Copilot’ option for all context menus on Windows 11.

    Ask Copilot in context menu

    As you can see in the above screenshot, you’ll spot the new “Ask Copilot” option when you right-click files or images on the desktop and File Explorer.

    Copilot app with File Explorer integration

    What happens when you select the Copilot option? It just uploads the item to the Copilot app, so you can ask AI about the content of the file.

    Copilot app uploading file

    It also looks like Microsoft is modifying the legacy right-click menu to add the “Ask Copilot” entry right below the important options, such as “Open,” “Edit,” and more.

    Ask Copilot in legacy context menu

    I don’t even see the point of adding the “Ask Copilot” entry to the context menu because you can always use the Copilot app and manually upload files if you really want to.

    It’s obvious that Microsoft is trying to increase the usage of Copilot by sending users from different entry points.

    Unfortunately, you cannot block Windows from modifying the context menu and integrating Copilot. An app can update the right-click (context) menu in Windows 11 to include itself by modifying the shell extensions.

    There’s not much you can do to prevent this behaviour, but you can remove the Copilot app to block the upcoming change or just modify the context menu using Registry Editor.

    How to remove the “Ask Copilot” context menu in Windows 11

    To remove Ask Copilot from the right-click menu, follow these steps:

    1. Open the Windows Registry and go to the following path:
      HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionShell ExtensionsBlocked
    2. Right-click in the right pane and select New > String Value
      Remove Ask Copilot from right-click menu
    3. Create a new String Value with the following name:
      {CB3B0003-8088-4EDE-8769-8B354AB2FF8C}
    4. Update the value of the entry to Ask Copilot
      Copilot context menu remove registry script
    5. Close Registry Editor.

    Once done, you just need to restart File Explorer or PC, and you’ll no longer see Copilot as an option in the right-click menu.

    By the way, if you don’t want to go through the trouble of manually locating the Registry location and creating a new string value, you can copy the following content to Notepad and save the file with a .reg extension.

    Windows Registry Editor Version 5.00
    
    [HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionShell ExtensionsBlocked]
    "{CB3B0003-8088-4EDE-8769-8B354AB2FF8C}"="Ask Copilot"

    You just need to open the .reg file with admin permission and automatically hide the “Ask Copilot” entry.

    If you want to revert changes, you just need to delete the string value and restart explorer.exe.

    Copilot’s right-click menu integration is currently rolling out via a Microsoft Store update on Windows 11 in the Dev Channel. It’s also rolling out on Windows 10 because Microsoft is modifying the right-click (context menu) via the Copilot app update, so it applies everywhere.

    It’s worth noting that I am not seeing the ‘Ask Copilot’ option in the stable channel yet, but it’s coming in the next few hours or days.

    The post Windows 11: Microsoft is adding Ask Copilot to right-click menu, how to remove it appeared first on Windows Latest

    Source: Read More 

    windows
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleMicrosoft Teams to block screen capture during meetings starting July 2025
    Next Article Samsung’s new Odyssey OLED G6 500Hz monitor is a gamer’s paradise

    Related Posts

    News & Updates

    A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

    July 22, 2025
    News & Updates

    “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

    July 22, 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

    GitHub for Beginners: Code review and refactoring with GitHub Copilot

    News & Updates

    CVE-2025-5815 – WordPress Traffic Monitor Unauthenticated Data Modification Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2022-0003 – Apache HTTP Server Cross-Site Request Forgery

    Common Vulnerabilities and Exposures (CVEs)

    I ran with Samsung’s Galaxy Watch 8 Classic, and it both humbled and motivated me

    News & Updates

    Highlights

    CVE-2025-7209 – Plan9port Null Pointer Dereference Vulnerability

    July 9, 2025

    CVE ID : CVE-2025-7209

    Published : July 9, 2025, 1:15 a.m. | 5 hours, 22 minutes ago

    Description : A vulnerability has been found in 9fans plan9port up to 9da5b44 and classified as problematic. Affected by this vulnerability is the function value_decode in the library src/libsec/port/x509.c. The manipulation leads to null pointer dereference. Local access is required to approach this attack. The exploit has been disclosed to the public and may be used. This product takes the approach of rolling releases to provide continious delivery. Therefore, version details for affected and updated releases are not available. The identifier of the patch is deae8939583d83fd798fca97665e0e94656c3ee8. It is recommended to apply a patch to fix this issue.

    Severity: 3.3 | LOW

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    Diablo 4, one of Blizzard’s best Xbox games, is now 64% off — a devilish Anti-Amazon Prime Day discount that’s worth taking over Amazon’s deals

    July 8, 2025

    MIT Researchers Introduce DISCIPL: A Self-Steering Framework Using Planner and Follower Language Models for Efficient Constrained Generation and Reasoning

    April 16, 2025

    CVE-2025-5618 – PHPGurukul Online Fire Reporting System SQL Injection Vulnerability

    June 4, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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