Skip to content

A little script to run at statup to mute speakers, useful for laptops

License

Notifications You must be signed in to change notification settings

joelcancela/MuteSpeakersScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MuteSpeakersScript

Just a simple script that mutes the speakers (works only for French Windows). To make this work in your language, you'll have to change this line and put the name of your speak device instead

if (dev.FriendlyName.Contains("Haut-parleurs"))

I'm using it to mute the speakers when the system starts.

Install

  • Compile it

  • Put the executable in one of the following startup folders :

    • Windows 10 Startup folder for current user
    C:\Users\<Username>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    
    • Windows 10 Startup folder for all users
    C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp
    

About

A little script to run at statup to mute speakers, useful for laptops

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages