5

In Windows 7, when I have multiple monitors extending my desktop, there is functionality to activate a certain monitor by pressing Ctrl+[monitor #]. So if I press Ctrl+2, then the current program jumps over to the monitor identified as monitor 2. I'm sure this functionality serves a good purpose, but it can be rather annoying in programs that rely on Ctrl + [number] for other functionality.

Is there a way to disable this feature in Windows?

slhck
  • 235,242
jdavis
  • 1,121

3 Answers3

3

Found the Super Utilities running in my notification area. It’s the Multi-Display Control Panel utility where you can set the “Hotkey to move Window between Display”.

I simply reassigned the hotkeys for now.

Indrek
  • 24,874
1

Thanks for point me in the right direction, user137553.

Reassigning the keys didn't fix it for me, but I found that the MCTDUtil process was responsible for Super Utilities, and when I killed in via Process Explorer the problem when away.

I used CCleaner to disable MCTDUtil from getting launched at Startup, and my CTRL + 1 and CTRL + 2 hotkeys are working correctly now in Outlook and Firefox!

0

This "utility" was switching my screens when I hit the hot keys, whether or not I was also holding down CTRL or ALT or SHIFT.

I couldn't find any way to directly uninstall it, but located the file responsible in this directory: C:\Program Files (x86)\Common Files\DesktopUtil

I changed the name of the DesktopUtil folder to _old_DesktopUtil and now Super Utility no longer runs at startup. Headache solved.

Keith
  • 1