Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 781 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 781 Bytes

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