Created
February 28, 2018 08:46
-
-
Save thraizz/724c2d663d963edcc339724b0ad69d44 to your computer and use it in GitHub Desktop.
Mute chrome with nircmd
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for /f "skip=2" %%A in ('wmic process where "caption='chrome.exe'" get parentprocessid') DO nircmd.exe muteappvolume /%%A 2&goto next | |
:next |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment