Skip to content

Simple utility to mute system microphone using C# and Powershell

Notifications You must be signed in to change notification settings

nwillems94/MicMute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

MicMute

Simple utility to mute system microphone using C# and Powershell and show an on-screen notification. Does not require installing any additional packages.

You could create a shortcut to run the .js file and map a keyboard shortcut to it, but I have found that to be very slow to respond. Instead, I have configured this to run in place of the "My Computer" shortcut and remapped my keyboard accordingly (QMK). Something like the following regedit overwrites the "My Computer" shortcut:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AppKey\17] "ShellExecute"="wscript \"C:\\Users\\path\\to\\scripts\\MuteMic.js\""

About

Simple utility to mute system microphone using C# and Powershell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published