Night Audio Mute

A lightweight Windows desktop application that automatically mutes your computer audio based on a daily schedule you configure — so your PC will never disturb your sleep.

Features

  • Set a daily mute window (e.g. 1:00 AM – 7:00 AM)
  • Automatically mute all system audio at the scheduled start time
  • Automatically unmute at the scheduled end time
  • Manual mute/unmute override button
  • Runs silently in the background as a system tray app
  • Fully offline — no internet access required, no data collected

System Requirements

ItemRequirement
Operating SystemWindows 10 version 1809 (build 17763) or later
Architecturex64 (64-bit)
RuntimeNo .NET runtime required (self-contained)
Disk Space~70 MB
NetworkNot required

Installation

Download the installer from GitHub Releases and run it.

Silent Installation

The installer supports silent mode for automated deployment:

ModeCommandBehavior
Silent with progress barNightAudioMuteSetup_x.y.z.exe /SILENTShows progress bar, no interactive dialogs
Fully silentNightAudioMuteSetup_x.y.z.exe /VERYSILENTNo UI at all, completely background

Installer Exit Codes

The installer uses the following exit codes:

Exit CodeMeaning
0Installation completed successfully
2User cancelled the installation
6Another installation is already in progress

Microsoft Store Standard Install Scenario Mapping

ScenarioExit CodeNotes
Installation cancelled by user2User explicitly cancelled the setup wizard
Application already existsN/AInno Setup handles this automatically — it offers to uninstall the existing version before reinstalling. No dedicated exit code is produced for this scenario.
Installation already in progress6Another Inno Setup instance is running
Disk space is fullN/AInno Setup checks disk space before installation and displays an error dialog, but does not produce a dedicated exit code for this condition
Reboot requiredN/AThis application does not require a reboot after installation
Network failureN/AThe installer is fully offline — no network requests are made
Package rejectedN/ANot applicable — the installer does not trigger security policy blocks
Installation successful0Installation completed without errors

Privacy

This application does not collect, store, transmit, or upload any user data. It is a fully offline tool that only controls local system audio volume. See the full Privacy Policy.

Support

For bug reports or feature requests, please open an issue at GitHub Issues.

License

MIT License

滚动至顶部