Skip to content

Forces Windows to set the correct defaults for the GoXLR.

License

Notifications You must be signed in to change notification settings

oddbear/GoXLR-Force-Defaults

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoXLR-Force-Defaults

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

Download latest from releases

Install

  1. Extract zip file to a install location on the disk.
  2. Open up cmd.exe as Administrator (you will need this access to install a service).
  3. 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

  1. To start the service, run the fallowing command:

sc start GoXLR.Force.Defaults

Uninstall

  1. Run cmd.exe as administrator
  2. Run the fallowing command to stop the service:

sc stop GoXLR.Force.Defaults

  1. Run the following command to delete the service:

sc delete GoXLR.Force.Defaults

  1. Delete the folder

Alternative install

Alternativly you can run this as a hidden background task under Task Scheduler.

  1. Unzip to %appdata% folder, rename the new folder publish to whatever you want.
  2. Create a scheduled task that:

Under General: check Hidden and Run whether user is logged in or not.
Under triggers: trigger At startup
Under Actions: Start a program, and point to the exe file GoXLR.Force.Defaults.exe, with argument standalone.

Issues ?

If you get any issues, please create a ticket.

Dependencies

Similar projected (changes defaults)

About

Forces Windows to set the correct defaults for the GoXLR.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published