Arrow in Window frame title bar when multiple monitors are connected
Hi,
when I connect multiple screens to my Latitude E6400 I see get a blue arrow in the title bar of each window (see attached image). I would like to disable this because it's of no use to me and sometimes even creates problems because windows are pushed outside of the extended desktop (specifically when you change the monitor arrangements in the display properties). It also looks ridiculous on modern window layouts.
I checked with Intel to see if it comes from their "Intel Graphics Media Accelerator Driver for mobile" but they're saying they have never seen this.
I had the same problem. I got rid of it by a process of elimination - I killed processes until the arrow disappeared. The process that creates it is hkcmd.exe from Intel, and is the hot key manager for changing graphics properties. Remove this process from the list in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run and you'll be fine. You can test ahead of this change by simply killing the running process.
when I connect multiple screens to my Latitude E6400 I see get a blue arrow in the title bar of each window (see attached image). I would like to disable this because it's of no use to me and sometimes even creates problems because windows are pushed outside of the extended desktop (specifically when you change the monitor arrangements in the display properties). It also looks ridiculous on modern window layouts.
I checked with Intel to see if it comes from their "Intel Graphics Media Accelerator Driver for mobile" but they're saying they have never seen this.
Does anybody know how to disable this?
Thanks,
Carsten
I've been waiting for the answer, It's very long now, Would you pls post it here? Have you got the answer?
Set colProcess = objWMIService.ExecQuery _ ("Select * from Win32_Process Where Name = " & strProcessKill ) For Each objProcess in colProcess objProcess.Terminate() Next
As an alternative to disabling hkcmd, you can just set Registry key HKEY_LOCAL_MACHINE\SOFTWARE\Intel\Display\igfxcui\hkcmd value EnableMovingWindow = 0.
Having said that, the hot key functions I have available are pretty useless, so you might as well disable the whole program. Note that unticking "Enable Hot Keys" does not stop hkcmd.exe running, merely renders it completely useless as far as I can tell.
michael.mckechn
2 Posts
2079
1
Posted June 9th, 2009 04:00
I had the same problem. I got rid of it by a process of elimination - I killed processes until the arrow disappeared. The process that creates it is hkcmd.exe from Intel, and is the hot key manager for changing graphics properties. Remove this process from the list in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run and you'll be fine. You can test ahead of this change by simply killing the running process.