Windows Vista (more specifically, explorer) binds win+1, win+2, win+3, etc for its quick-launch bar. I want to use those key combinations for a different program. There is a registry key(s) to prevent explorer from binding those shortcuts so that I can bind them myself, but I can not remember what it is.

Every search I've tried turns up saying set HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\NoWinKeys to 1, but that disables all the shortcuts (win+r, etc) instead of just specific ones.

I did it before on my last computer but I can't remember the specific registry setting.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

I finally found it by scouring the registry of one of my old computer.

The registry key I was looking for is HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced\DisabledHotkeys

If it's not present, create a new Expandable String Value and add any characters you don't want windows explorer to bind.

For example, setting DisabledHotkeys to 12 will prevent explorer from binding windowskey+1 and windowskey+2

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.