J'ai découvert que some of my raccourci claviers somehow trigger open office 365 welcome window. I'm a heavy autohotkey user and it looks like it have something to do with alt+shift. J'ai essayé de remove office alltogether, but then new window in chrome spawns on raccourci clavier suggesting me to buy office. Puis-je remove it somehow?
P.S. Here's the link to popup: [https://www.office.com/?from=OfficeKey]( 0 )
As vous pouvez see, from option is set to "OfficeKey". Qu'est-ce que this OfficeKey then and how to change it or better completely remove?
P.P.S. As described here: [https://www.theverge.com/2019/6/18/18683333/microsoft-office-key-keyboards-support]( 1 ) it is added recently, and it looks like the reason in that I'm on developers edition of windows 10 with latest updates.
Here's the screenshot of browser popup:
Comment désactiver Office key clavier shortcut ouverture Office app?
Re: Comment désactiver Office key clavier shortcut ouverture Office app?
Just upgraded to Windows 1903 and hit this myself, seems Microsoft decided to assign the raccourci clavier for the new Office App to Win+Ctrl+Alt+Shift! (aka HYPR key combination for QMK users)
Changing the open command for this raccourci clavier to rundll32 resolved the issue for me. Using an elevated cmd, run la commande suivante:
```
REG ADD HKCU\Software\Classes\ms-officeapp\Shell\Open\Command /t REG_SZ /d rundll32
```
Changing the open command for this raccourci clavier to rundll32 resolved the issue for me. Using an elevated cmd, run la commande suivante:
```
REG ADD HKCU\Software\Classes\ms-officeapp\Shell\Open\Command /t REG_SZ /d rundll32
```