Apps Enable or Disable Windows Copilot in Windows 11

  • Thread starter Thread starter Brink
  • Start date Published: Start date Updated Updated:
  • Tags Tags
    copilot

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 My Computer

At a glance

Windows 11AMD Ryzen 8845HS
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 My Computers

  • At a glance

    Windows 11 Pro 25H2 Build 26200.8655Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz32.0 GB of I forget and the box is in storage.Gigabyte nVidia GeForce GTX 1660 Super OC 6GB
    OS
    Windows 11 Pro 25H2 Build 26200.8655
    Computer type
    PC/Desktop
    Manufacturer/Model
    Sin-built 2013
    CPU
    Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
    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
    ROG SupremeFX Formula 8-Channel High Definition Audio
    Monitor(s) Displays
    5 x LG 25MS500-B - 1 x 24MK430H-B - 1 x Wacom Pro 22" Touch Screen 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
    2000/500Mbps
    Browser
    All sorts
    Antivirus
    Kaspersky Premium
    Other Info
    ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
    TP-Link BE9300 WiFi 7 Bluetooth 5.4 (Archer TBE550E)
    TP-Link TX201 V1 2.5GB Lan

    Grandstream HT812 - VoIP
    ASUS DSL-AX82U - Mesh
    ASUS RT-AC68U - Mesh
    ASUS RT-BE88U Router

    Brother MFC-L2880DW Printer

    I’m on a horse.
  • At a glance

    Windows 11 Pro 25H2 Build 26200.8655 (Wifes)13th Generation Intel® Core™ i5-1340P Process...16GB LPDDR5-52001x Intel® Iris® Xe Graphics
    Operating System
    Windows 11 Pro 25H2 Build 26200.8655 (Wifes)
    Computer type
    Laptop
    Manufacturer/Model
    LENOVO Yoga 7 14IRL8 - Type 82YL
    CPU
    13th Generation Intel® Core™ i5-1340P Processor(Core™ i5-1340P)
    Memory
    16GB LPDDR5-5200
    Graphics card(s)
    1x Intel® Iris® Xe Graphics
    Sound Card
    Optimized with Dolby Atmos®
    Screen Resolution
    QHD 2880 x 1800 OLED
    Hard Drives
    M.2 512 GB SSD PCIe
    Mouse
    Logiteck MX Master 3S
    Internet Speed
    2000/500
    Antivirus
    Defender / Malwarebytes
    Other Info
    …still on a horse.


    Wireless Network: Wi-Fi 6E 2x2 AX; Bluetooth® 5.1 or above
    Ports: 1x 1 Novo button; 2 in 1 Audio Combo jack; Micro SD Card Reader; HDMI 1.4b; 2 x USB Type-C (TBT4)
    USB 3.2 Gen 2 DP 1.4a
    PD 3.0); 1 x USB 3.2 Gen1 Type A
    Camera
    1x 1080P FHD IR/RGB Hybrid with Privacy Shutter and Dual Array Microphone
    Graphics
    1x Intel® Iris® Xe Graphics
    Monitor
    14" WUXGA
    Form Factor
    Convertible Notebook
  • Windows 11 Pro 25H2 Build 26200.8655 (Wifes)

    Yoga 7 2-in-1 14IML9 - Type 83DJ

    Processor: Intel® Core™ Ultra 7 155H Processor(Core™ Ultra 7 155H)

    Memory: 32GB LPD5X-7467

    Hard Drive: 1 TB SSD PCIe

    Wireless Network: 1x Wi-Fi 6E 2x2 AX; Bluetooth® 5.1 or above

    Ports: 1 x HDMI 2.1 TMDS; 1 x Novo Button; 1 x Combo Audio Jack
    2 x USB-C (USB 4.0)
    1 x USB-A 3.2 Gen 1

    Camera: 1080P FHD IR Hybrid with Dual Microphone

    Graphics: Intel® Arc™ Graphics

    Monitor: 14" 2.8K

    ...Where's my horse?
😭 . . . It's back! It's in my MS WORD and my Outlook Depressed!
 

My Computer My Computer

At a glance

WIN 11, WIN 10, WIN 8.1, WIN 7 U, WIN 7 PRO, ...Intel i7 6900K and i9-7960X / AMD 3800X (8 core)128 GB CORSAIR DOMINATOR PLATINUM (B DIE)NVIDIA 1070 and RTX 3070
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 and i9-7960X / AMD 3800X (8 core)
Motherboard
ASUS X99E-WS USB 3.1 and ASUS X299 SAGE
Memory
128 GB CORSAIR DOMINATOR PLATINUM (B DIE)
Graphics Card(s)
NVIDIA 1070 and RTX 3070
Sound Card
Crystal Sound (onboard)
Monitor(s) Displays
single Samsung 30" 4K and 8" aux monitor
Screen Resolution
4K and something equally attrocious. I'll be working on this.
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.
Keyboard
all kinds.
Mouse
all kinds
Internet Speed
360 mbps - 1 gbps (depending)
Browser
FIREFOX
Antivirus
KASPERSKY (no apologies)
Other Info
Gave Dell touch screen with Windows 11 to daughter and got me an OTVOC. 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