How to prevent media keys from calling Windows Media Player on Windows?

2

I have Windows 7 x64 on my laptop and I want to use media keys (specifically, prev/next track) with players that are different from Windows Media Player. But pressing prev/next track leads to starting of WMP. I've removed WMP from system, but these media keys do nothing: their presses are even not detected by any software. How to fix?

Thanks.

EDIT Laptop is ASUS K52DR. There is no any settings panel for any non-standard keys. Also, it's worth mentioning that these media keys perfectly work in Ubuntu.

eigenein

Posted 2011-06-19T11:48:16.810

Reputation: 262

What type of laptop? Also, is there a settings panel for any non-standard keys? – MBraedley – 2011-06-19T12:52:55.830

@MBraedley, edited the question to answer you. – eigenein – 2011-06-19T13:12:56.007

Answers

2

Just answered this in another thread. For the solution (tested in an Asus U30Jc running Windows 8 Pro 64-bit), see my other answer here: https://superuser.com/a/522809/181992.

The problem with the Asus ATK Media utility is that it doesn't map the media keys to normal keyboard events, it actually looks for a bunch of programs in the registry and loads them and then executes them. You can even trick the original DMedia.exe to launch the software you want (anything!) by editing some registry keys. For that, you can read here: http://mcbx.netne.net/hacks/asusmmed/index.htm

The DMedia.exe I linked to in the other thread's answer actually remaps those keys to normal or generic keyboard events, so they work with any app that can handle them. It doesn't, however, launch any program at all (not even your default media program), but since in Windows 7 and 8 you still have the Win + 1, Win + 2, etc to launch apps pinned to the taskbar there's no need to launch any app.

Rodrigo Chiong

Posted 2011-06-19T11:48:16.810

Reputation: 281

Original page is gone. https://web.archive.org/web/20130506051921/http://mcbx.netne.net/hacks/asusmmed/index.htm

– Lindsay-Needs-Sleep – 2020-02-01T01:17:46.847

0

As a last resort you could try AutoHotKey and configure it to meet your needs.

0sh

Posted 2011-06-19T11:48:16.810

Reputation: 861