Skip to main content

Remove Copilot shortcut from Windows 11 Taskbar by updating a registry value using a PowerShell script deployed with Intune


What is Copilot for Windows?

Copilot is Microsoft's AI integration for Windows

You can read more about Copilot here:
https://www.microsoft.com/en-gb/windows/copilot-ai-features
https://learn.microsoft.com/en-us/copilot/overview

Windows 11 Copilot Taskbar Shortcut

If you’re running Windows 11 22H2, you might see the Copilot Taskbar shortcut suddenly appear.

Copilot in Windows is currently available as a preview. When Copilot is activated on your computer, a taskbar shortcut is automatically created. 

This guide will show you how to remove the Copilot taskbar shortcut without completely disabling Copilot

Windows 11 desktop with Copilot taskbar shortcut

How do I open Copilot if the taskbar shortcut has been removed?

Open Copilot using Windows key + C

You can open Windows Copilot using the Windows key + C

Windows 11 Copilot open on right hand side of desktop

Use Copilot on the web

Or, you can use Copilot on the web 

https://copilot.microsoft.com

Copilot on the web open in Edge browser

Windows Copilot taskbar settings

You can hide the Copilot taskbar shortcut in settings

Windows taskbar Copilot settings

Registry value to remove Copilot shortcut

 HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

DWORD
ShowCopilotButton
0

ShowCopilotButton Values
0 Disabled
1 Enabled

PowerShell to disable Copilot shortcut using registry 

remove-copilot-shortcut.ps1

 
New-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "ShowCopilotButton" -Value 0 -Force
 

Deploy remove Copilot shortcut PowerShell script using Intune

Intune admin center
Devices - Windows
Scripts and remediations - Platform scripts - Add

Intune Windows scripts and remediations

Script basics

Name: Windows 11 Disable Copilot Shortcut

Windows script basics

Script settings

Script location: remove-copilot-shortcut.ps1
Run this script using the logged on credentials: Yes
Enforce script signature check: No
Run script in 64 bit PowerShell Host: No

PowerShell script settings

Assignments

Assign to a test group of devices

Windows script assignments

Review + add

Windows script review and add

 

1000 Characters left



Filter articles by tag