Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse alt+shift+l conflict with window shortcut

enter image description here I installed windows 10 a week ago. When I try to use shortcut Alt+Shift+l in eclipse it works, but it also open the window in the screenshot. How can I disable this combination for OS (because I don't use it and it is not convinient to open every time when I use this combination in eclipse)? Thanks in advance.

like image 849
DPM Avatar asked Aug 15 '15 09:08

DPM


1 Answers

As described in this answer on the Microsoft website:

  • Open a command prompt with administrator privileges. To do this, right-click Start and select Command Prompt (Admin).
  • Type the following as a single line into the command prompt window and press Enter:
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\SynTP\Parameters\Debug /v DumpKernel /d 00000000 /t REG_DWORD /f
  • Reboot the computer.
like image 127
Gian Marco Avatar answered Oct 03 '22 03:10

Gian Marco