Skip to content

nk521/PowerShell-Mute-Microphone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

You can create a VBS file to run this powershell script. That way this will act as a toggle switch and you can bind that VBS file to mouse button.

Something like -

Set oShell = CreateObject ("Wscript.Shell") 
Dim strArgs
strArgs = "cmd /c ""powershell C:\Users\nk981\Documents\toggle_mute.ps1"""
oShell.Run strArgs, 0, false

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published