Projet

Général

Profil

Bac à idée #17657

Mis à jour par Klaas TJEBBES il y a plus de 7 ans

Pas forcément vital, mais ça peut être étudié.

Couper tous les raccourcis en Win + * :
<pre>Setting HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\NoWinKeys to 1 disables all Win+x key combinations
at once (which is not what the OP wants, but I just mention it for completeness)</pre>

Désactiver certains raccourcis en Win + * :
<pre>Navigating to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\,
create/edit DisabledHotkeys as "Expandable String Value", and add the keys you do not want to be
triggered along with the "Win" key (e.g. adding 12P would disable Win+1, Win+2, and Win+P)</pre>

A voir ce que ESU permet de faire.

Bruno

Retour