This service is made because Windows is quite eager to change the default sound devices.
It will check every 5 seconds if this change has happened, and change this back.
Additionally it will also set all the GoXLR Channels to 100% Volume, and unmute them if detected.
Download latest from releases
- Extract zip file to a install location on the disk.
- Open up cmd.exe as Administrator (you will need this access to install a service).
- Run the fallowing command to install the application as a windows service (you will need to change the path part):
sc create GoXLR.Force.Defaults binPath="
<change path here>
\publish\GoXLR.Force.Defaults.exe" start=auto
- To start the service, run the fallowing command:
sc start GoXLR.Force.Defaults
- Run cmd.exe as administrator
- Run the fallowing command to stop the service:
sc stop GoXLR.Force.Defaults
- Run the following command to delete the service:
sc delete GoXLR.Force.Defaults
- Delete the folder
Alternativly you can run this as a hidden background task under Task Scheduler.
- Unzip to
%appdata%
folder, rename the new folder publish to whatever you want. - Create a scheduled task that:
Under General: check
Hidden
andRun whether user is logged in or not
.
Under triggers: triggerAt startup
Under Actions:Start a program
, and point to the exe fileGoXLR.Force.Defaults.exe
, with argumentstandalone
.
If you get any issues, please create a ticket.