Windows tray app that keeps your system output (speaker/headphone) volume fixed at a user-chosen percentage. It targets the default playback device and corrects instantly whenever something tries to change it (event-driven).
Some hardware/app combos “helpfully” adjust your system volume. VolLockTray pins it where you want it.
- Locks output volume to a chosen target (1–100%).
- Simple tray UI: Pause/Resume, Set target volume, Install/Remove autorun, Exit.
- No admin required. Per-user autorun.
- Lightweight single EXE. No dependencies. No telemetry. No log files.
- Uses Windows Core Audio APIs (
IAudioEndpointVolume
). - NirCmd NOT required — this is a standalone application developed by me!
Icon: “Audio speakers Icon” by Papirus Dev Team on iconarchive.com
Want to lock your mic volume instead?
- Check out MicLockTray
Need a Linux 🐧 solution?
- Check out my script miclock.sh