disable hotkey WindowsButton+E

  • Thread starter Thread starter Defcon31
  • Start date Start date
D

Defcon31

like everyone knows,
explorer.exe can be opened pressing WindowsButton+E
but, does somebody knows how to disable this?
because my users mustn't be able to see explorer.exe
thanks anyway !
 
Defcon31,

Try this registry value:
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explor
er]
"NoWinKeys"=dword:00000001

It will disable "Windows+" key for a current user.

Use
[HKUS\.DEFAULT\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
to apply to all users.
(you may turn it on for a particular user by setting the registry value
above to "0").

KM
 
Back
Top