Nov 23 2023 09:07 AM - edited Nov 23 2023 09:09 AM
I am trying to remove the Copilot tasbar icon from W11 23H2 using Intune.
I found this suggested method: https://hudson.tel/post/how-to-disable-new-copilot-preview-button-with-intune/
But it doesn't work, and further investigation in the test machine's registry shows that the registry entry ShowCopilotButton doesn't appear to exist (and if created manually it has no effect, whether set to 0 or 1).
Anyone got any suggestions?
Thanks
Nov 23 2023 09:14 AM
Hello David,
You might see if the group policy below to disable the Copilot feature itself may work better for you.
https://www.elevenforum.com/t/enable-or-disable-windows-copilot-in-windows-11.17045/
Nov 23 2023 11:53 AM
Nov 23 2023 01:08 PM
Nov 30 2023 12:54 PM - edited Nov 30 2023 12:54 PM
Unfortunately, further testing have shown that this only works if the logged-in user has local admin rights (which most of them don't).
So back to looking for a solution...
Nov 30 2023 01:40 PM
Jun 25 2024 12:24 AM - edited Jun 25 2024 12:41 AM
If you want to remove the copilot from the taskbar without disabling it? Then follow the below steps:
For starters, it can be easily disabled via the Task Bar Settings.
Right Click on the Taskbar and click on Taskbar Settings.
Taskbar Settings
Taskbar Settings (Personalization > Taskbar) will open now. Now, Toggle the Copilot (preview) switch to turn off or disable Copilot in Windows 11.
Disable Copilot (preview)
That is it. Copilot (preview) is now disabled in the Windows 11.
The steps are quick and simple.
Open Registry Editor.
Open Registry Editor
Go to the following path HKCU\Software\Policies\Microsoft\Windows
Paste the path and press Enter
Now, on the left pane, right-click on the Windows Folder, click on New > Key and name it as WindowsCopilot
Create a New key under Windows Folder
WindowsCopilot folder will now be created. Right-click on that and click on New > DWORD (32-bit) Value.
WindowsCopilot > New > Key
Now, name it as TurnOffWindowsCopilot
Name it as "TurnOffWindowsCopilot
Open the created file (by double-clicking on that), enter the value data as 1, and click OK.
Enter Value Data as 1
Now, restart your Windows 11 PC. Tada, You will not be able to find the Copilot in the Taskbar and as well as in the Taskbar Settings.
For starters, it can be easily disabled via the Task Bar Settings.
Right Click on the Taskbar and click on Taskbar Settings.
You can find more information on: Instantly Remove Copilot from Taskbar without Disabling it! - Winsides.com
Aug 07 2024 02:30 AM