Skip to content

morrisonbrett/sysmute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sysmute

Total alerts

This program was built to silence the volume during a window of sleeping hours. It came about because I would forget to turn the speakers off or mute at night, and during the quietness of the night, alerts arriving in throughout the night with audible alerts would disturb my family's sleep. Windows 10 doesn't currently have a built-in "volume silence" time window, so I wrote this short program to do it.

On my desktop machine, I added a task in Windows Task Scheduler to run 'At Log On'.

The program will mute the volume during fixed hours. Default time window is 10:00pm -> 8:00am. This can be overridden by passing in start time / end time on the command line. For example, > sysmute.exe 23:00 07:30.

The program also detects mouse movement. If mouse is active, it won't mute. If mouse is idle for > 5 minutes, it will mute. This ensures that during "quiet hours", you must move your mouse at least once every 5 minutes or the audio will mute.

About

Windows program to mute the system volume during a fixed time window

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages