A simple program to mute system sounds written in php 7.4.
The program for operation downloads and uses the Nirsoft SoundVolumeView software and a modified php-shellcommand library.
To get a local copy up and running follow these simple steps.
-
Clone the repo.
git clone https://github.com/manythingsatonce/SoundMute
-
Install Peachpie .NET Templates.
dotnet new -i Peachpie.Templates::*
-
Compile PHP code.
dotnet publish -c Release -r win-x64 -o app
-
*To start work
dotnet run
If you have a problem, write to me in a private message or open issue here.