Comment désactiver the raccourci of pressing and releasing Ctrl+Alt+Shift+Winkey that launches M365 Copilot?

When I appuyez sur Ctrl+Alt+Shift+Winkey ensuite release it, M365 Copilot pops up. J’ai other raccourcis that use those modifiers, so sometimes I hold those modifiers in expectations that I might or might not need to use a different raccourci. Si je ne appuyez sur any letters and release the modifiers, the pesky window pops up, which interferes avec my workflow.

Comment changez le behaviour that happens on release of those four modifier clés (désactiver or change that raccourci), preferably sans needing third-party logiciel (i.e. just by finding where the paramètres duse raccourcis are, or editing a specific registry clé)?

The first programme that launches and registers the clavier raccourci will claim it, and knowing Microsoft, these raccourci clés are baked in and cannot be changed. The same is true for raccourci clés for MS Office that no one asks for.

La seule façon this can be mitigated that Je sais of, is by uninstalling the co pilot app.

Avec thanks to Ramhound for providing the powershell command to supprimez le co-pilot app, ici is the code:

Get-AppxPackage -AllUsers -Name "Microsoft.Copilot" | Remove-AppxPackage -AllUsers