Disabling Windows CoPilot – any solutions via Hexnode?Solved

Participant
Discussion
Oct 17, 2023

Hello. Windows CoPilot has started appearing on our machines. Does anyone have a neat solution to remove/disable it via Hexnode?

Can disable via command line or powershell with:

reg add HKCU\Software\Policies\Microsoft\Windows\WindowsCopilot /v "TurnOffWindowsCopilot" /t REG_DWORD /f /d 1

But this doesn’t work with a script on Hexnode, and it also doesn’t remove CoPilot from the Taskbar.

Anyone got some suggestions for removing this?

Replies (1)

Marked SolutionPending Review
Hexnode Expert
Oct 19, 2023
Marked SolutionPending Review

Hello @Clyde,

Please execute the PowerShell script given below to disable Microsoft Copilot via Hexnode UEM:

Please try it out and let us know how it goes!

Best regards,
Chloe Edison
Hexnode UEM

Save