up vote 1 down vote favorite
1
share [g+] share [fb]

Often during commercials broadcast on TV, I'll watch a YouTube video.

Is there a way to mute Windows 7 Media Center without muting the system volume?

link|improve this question

62% accept rate
feedback

3 Answers

up vote 4 down vote accepted

Use the built-in volume mixer, it can mute each application individually.

alt text

link|improve this answer
feedback

We know this volume mixer has the ability. But it should not be so cumbersome that you need to open the mixer, scroll across to the media center slider, click mute when all you want to do is mute the sound for a moment.

I tried to code my own Mute WMC app but the API is tedious and undocumented. Even if you try and think outside the box, the people who wrote the mixer did not even provide reliable names to the objects in the mixer itself, so getting the handles to manually code a Mute of the Mute for Windows Media Center is an impossible task when all you want is one simple 'bug' - as opposed to their by design 'feature'.

AutoHotkey also has an answer, but it's flimsy.

link|improve this answer
feedback

There is a workaround:

Use the newest version of NirCmd and run it with:

nircmd.exe muteappvolume ehshell.exe 2

to mute/unmute WMC.

Details here:

http://informazio.de/blog/?p=6

link|improve this answer
Are you the author of this blog? If yes, please read the FAQ, especially the part about self-advertisement. Also, it's bad-practice to outsource information just so that you get more clicks on your blog. – Bobby Mar 7 '11 at 15:35
Also whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference. – KronoS Mar 8 '11 at 0:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.