A lightweight Windows media control tool that allows you to quickly control media playback via the command line or global hotkeys.
README Language: English(Current) / 简体中文 / 繁體中文
- 🎵 Media Playback Control (Play/Pause, Previous Track, Next Track, Stop)
- 🔊 Volume Control (Increase, Decrease, Mute Toggle)
- ⌨️ Global Hotkey Support (Background Mode)
- 🚀 Lightweight, no dependencies, implemented with native Windows APIs
- Windows 7 or later
- Run the program directly.
- Run in Command Prompt (CMD) or PowerShell:
.\SoundCtrl.exe back
Run in Command Prompt (CMD) or PowerShell:
.\SoundCtrl.exe <command>Command Examples:
-
.\SoundCtrl.exe play- Play/Pause -
.\SoundCtrl.exe next- Next Track -
.\SoundCtrl.exe back- Background Mode
play- Play/Pausenext- Next Trackprev- Previous Trackup- Increase Volume (increases by 2 levels each time)down- Decrease Volume (decreases by 2 levels each time)mute- Mute/Unmutestop- Stop Playback
- Right Ctrl + Q - Exit the program
- Right Ctrl + F1 - Play/Pause
- Right Ctrl + F2 - Previous Track
- Right Ctrl + F3 - Next Track
- Right Ctrl + F4 - Increase Volume (increases by 2 levels each time)
- Right Ctrl + F5 - Decrease Volume (decreases by 2 levels each time)
- Right Ctrl + F6 - Mute/Unmute
- Right Ctrl + F7 - Stop Playback
- 0xB0 - Next Track
- 0xB1 - Previous Track
- 0xB2 - Stop Playback
- 0xB3 - Play/Pause
- 0xAF - Increase Volume (increases by 2 levels each time)
- 0xAE - Decrease Volume (decreases by 2 levels each time)
- 0xAD - Mute/Unmute
- Do not run multiple instances of this program, as it may cause hotkey conflicts.
- Hotkeys may not respond in certain scenarios.
- SLSYSL (LANREN)
This project is licensed under the MIT License. For details, please refer to the LICENSE file.