Apps Enable or Disable Windows Copilot in Windows 11


Copilot_banner.png

This tutorial will show you how to enable or disable the Windows Copilot feature on the taskbar for all or specific users in Windows 11 and Windows 10.

The options in this tutorial will no longer work for the new Copilot app that can be uninstalled instead.

Starting with Windows 11 build 22631.3810 and Windows 10 build 19045.4593 (RP and Beta) Microsoft is evolving the Copilot** experience on Windows as an app that will be pinned to the taskbar. This enables users to get the benefits of a traditional app experience, including the ability to resize, move, and snap the window.



Microsoft introduced Windows Copilot for Windows 11 back in May 2023 at the Build conference.

Starting with Windows 11 build 23493 (Dev), build 22631.2129 (Beta), and build 25982 (Canary), Microsoft is offering an early look of Windows Copilot to Windows Insiders. This first preview focuses on our integrated UI experience, with additional functionality coming down the road in future previews.

After installing Windows 10 build 19045.3754, Windows Insiders in Release Preview with eligible devices running Windows 10, version 22H2 who are interested in experiencing Copilot in Windows as soon as possible when Microsoft begins rolling it out in the near future, can choose to do so by turning on Get the latest updates as soon as they’re available and Check for updates. This will be a phased launch via controlled feature rollout (CFR) over the coming months. Windows 10 Pro edition devices on version 22H2 that are managed by organizations will not be included in the initial rollout of Copilot in Windows. Windows 10 Enterprise and Education edition devices on version 22H2 will also not be included in the initial rollout of Copilot in Windows.

Windows Copilot will use the same Microsoft account (MSA) or Azure Active Directory (AAD) account used to sign-in to Windows.

Windows Copilot will appear as a side bar docked to the right where it won’t overlap with your desktop content and will run unobstructed alongside your open app windows, allowing you to interact with Windows Copilot anytime you need.

A preview of Copilot in Windows will start rolling out with the next wave of continuous innovation in Windows 11 version 22H2 KB5030310 Build 22621.2361 on September 26, 2023. Copilot in Windows adds AI to your Windows 11 experience to help you find answers, complete tasks, and be more productive. With Copilot, people can quickly make sense of long articles on the web, craft and polish content, or create stunning images--all directly within the Windows 11 experience.

Starting with Windows 11 build 22631.2787 (RP), you can ask Copilot in Windows for help ten times when you sign in to Windows using a local account. After that, you must sign in using a verified account. These include a Microsoft account (MSA) and Azure Active Directory (Azure AD). Note that the name for Azure AD will change to Microsoft Entra ID.

References:

If you disable Windows Copilot, users will no long be able to open Copilot.

This does not affect Copilot in Microsoft Edge or Copilot in Windows Search.

The Windows Copilot feature is only available if you are signed in to Windows 11 with a Microsoft account or Azure Active Directory (AAD) account.

Copilot in Windows is not available to individuals under 13 years of age or if you are signed in with a local account.




Contents

  • Option One: Enable Windows Copilot for Current User using REG file
  • Option Two: Enable or Disable Windows Copilot for All or Specific Users in Local Group Policy Editor
  • Option Three: Enable or Disable Windows Copilot for All Users using REG file


EXAMPLE: Windows Copilot

Copilot_button_on_taskbar.png





Option One

Enable Windows Copilot for Current User using REG file


1 Click/tap on the Download button below to download the file below.

Enable_Copilot_for_current_user.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Copilot]
"CopilotDisabledReason"=""
"IsCopilotAvailable"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Copilot\BingChat]
"IsUserEligible"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\WindowsCopilot]
"AllowCopilotRuntime"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowCoPilotButton"=dword:00000001

2 Save the REG file to your desktop.

3 Double click/tap on the downloaded REG file to merge it.

4 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

5 Either restart explorer process, sign out and sign in, or restart the computer to apply.

6 You can now delete the downloaded REG file if you like.




Option Two

Enable or Disable Windows Copilot for All or Specific Users in Local Group Policy Editor


You must be signed in as an administrator to use this option.

The Local Group Policy Editor is only available in the Windows 10/11 Pro, Enterprise, and Education editions.

All editions can use Option Three to configure the same policy.


1 Open the all users, specific users or groups, or all users except administrators Local Group Policy Editor for how you want this policy applied.

2 Navigate to the policy location below in the left pane of the Local Group Policy Editor. (see screenshot below)

User Configuration > Administrative Templates > Windows Components > Windows Copilot

Windows_Copilot_gpedit-1.png

3 In the right pane of Windows Copilot in the Local Group Policy Editor, double click/tap on the Turn off Windows Copilot policy to edit it. (see screenshot above)

4 Do step 5 (enable) or step 6 (disable) below for what you want.

5 Enable Windows Copilot

This is the default setting.


A) Select (dot) Not Configured. (see screenshot below)​

B) Click/tap on OK, and go to step 7.​

Windows_Copilot_gpedit-2.png

6 Disable Windows Copilot

This will override Option One.


A) Select (dot) Enabled. (see screenshot below)​

B) Select Yes in the "Disable regedit from running silently?" drop menu.​

C) Click/tap on OK, and go to step 7.​

Windows_Copilot_gpedit-3.png

7 Either restart explorer process, sign out and sign in, or restart the computer to apply.

8 You can now close the Local Group Policy Editor if you like.




Option Three

Enable or Disable Windows Copilot for All Users using REG file


You must be signed in as an administrator to use this option.


1 Do step 2 (enable) or step 3 (disable) below for what you would like to do.

2 Enable Windows Copilot for All Users

This is the default setting


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Enable_Windows_Copilot_for_all_users.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsCopilot]
"TurnOffWindowsCopilot"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot]
"TurnOffWindowsCopilot"=-

3 Disable Windows Copilot for All Users

This will override Option One.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Disable_Windows_Copilot_for_all_users.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\WindowsCopilot]
"TurnOffWindowsCopilot"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot]
"TurnOffWindowsCopilot"=dword:00000001

4 Save the REG file to your desktop.

5 Double click/tap on the downloaded REG file to merge it.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 Either restart explorer process, sign out and sign in, or restart the computer to apply.

8 You can now delete the downloaded REG file if you like.


That's it,
Shawn Brink


 

Attachments

Last edited:
So somehow the registry keys keep getting reverted after restarting explorer, anyone have any fixes?
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo Ideapad Pro 5 Gen 9
    CPU
    AMD Ryzen 8845HS
So somehow the registry keys keep getting reverted after restarting explorer, anyone have any fixes?
Are you trying to stop it or start it?
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 23H2 Build 22631.4890
    Computer type
    PC/Desktop
    Manufacturer/Model
    Sin-built
    CPU
    Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz (4th Gen?)
    Motherboard
    ASUS ROG Maximus VI Formula
    Memory
    32.0 GB of I forget and the box is in storage.
    Graphics Card(s)
    Gigabyte nVidia GeForce GTX 1660 Super OC 6GB
    Sound Card
    Onboard
    Monitor(s) Displays
    4 x LG 23MP75 - 2 x 24MK430H-B - 1 x Wacom Pro 22" Tablet
    Screen Resolution
    All over the place
    Hard Drives
    Too many to list.
    OS on Samsung 1TB 870 QVO SATA
    PSU
    Silverstone 1500
    Case
    NZXT Phantom 820 Full-Tower Case
    Cooling
    Noctua NH-D15 Elite Class Dual Tower CPU Cooler / 6 x EziDIY 120mm / 2 x Corsair 140mm somethings / 1 x 140mm Thermaltake something / 2 x 200mm Corsair.
    Keyboard
    Corsair K95 / Logitech diNovo Edge Wireless
    Mouse
    Logitech G402 / G502 / Mx Masters / MX Air Cordless
    Internet Speed
    100/40Mbps
    Browser
    All sorts
    Antivirus
    Kaspersky Premium
    Other Info
    I’m on a horse.
  • Operating System
    Windows 11 Pro 23H2 Build: 22631.4249
    Computer type
    Laptop
    Manufacturer/Model
    LENOVO Yoga 7i EVO OLED 14" Touchscreen i5 12 Core 16GB/512GB
    CPU
    Intel Core 12th Gen i5-1240P Processor (1.7 - 4.4GHz)
    Memory
    16GB LPDDR5 RAM
    Graphics card(s)
    Intel Iris Xe Graphics Processor
    Sound Card
    Optimized with Dolby Atmos®
    Screen Resolution
    QHD 2880 x 1800 OLED
    Hard Drives
    M.2 512GB
    Antivirus
    Defender / Malwarebytes
    Other Info
    …still on a horse.
😭 . . . It's back! It's in my MS WORD and my Outlook Depressed!
 

My Computer

System One

  • OS
    WIN 11, WIN 10, WIN 8.1, WIN 7 U, WIN 7 PRO, WIN 7 HOME (32 Bit), LINUX MINT
    Computer type
    PC/Desktop
    Manufacturer/Model
    DIY, ASUS, and DELL
    CPU
    Intel i7 6900K (octocore) / AMD 3800X (8 core)
    Motherboard
    ASUS X99E-WS USB 3.1
    Memory
    128 GB CORSAIR DOMINATOR PLATINUM (B DIE)
    Graphics Card(s)
    NVIDIA 1070
    Sound Card
    Crystal Sound (onboard)
    Monitor(s) Displays
    single Samsung 30" 4K and 8" aux monitor
    Screen Resolution
    4K and something equally attrocious
    Hard Drives
    A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W

    Ports X, Y, and Z are reserved for USB access and removable drives.

    Drive types consist of the following: Various mechanical hard drives bearing the brand names, Seagate, Toshiba, and Western Digital. Various NVMe drives bearing the brand names Kingston, Intel, Silicon Power, Crucial, Western Digital, and Team Group. Various SATA SSDs bearing various different brand names.

    RAID arrays included:

    LSI RAID 10 (WD Velociraptors) 1115.72 GB
    LSI RAID 10 (WD SSDS) 463.80 GB

    INTEL RAID 0 (KINGSTON HYPER X) System 447.14 GB
    INTEL RAID 1 TOSHIBA ENTERPRIZE class Data 2794.52 GB
    INTEL RAID 1 SEAGATE HYBRID 931.51 GB
    PSU
    SEVERAL. I prefer my Corsair Platinum HX1000i but I also like EVGA power supplies
    Case
    ThermalTake Level 10 GT (among others)
    Cooling
    Noctua is my favorite and I use it in my main. I also own various other coolers. Not a fan of liquid cooling.
    Keyboard
    all kinds.
    Mouse
    all kinds
    Internet Speed
    360 mbps - 1 gbps (depending)
    Browser
    FIREFOX
    Antivirus
    KASPERSKY (no apologies)
    Other Info
    I own too many laptops: A Dell touch screen with Windows 11 and 6 others (not counting the other four laptops I bought for this household.) Being a PC builder I own many desktop PCs as well. I am a father of five providing PCs, laptops, and tablets for all my family, most of which I have modified, rebuilt, or simply built from scratch. I do not own a cell phone, never have, never will.

Latest Support Threads

Back
Top Bottom