Skip to content

Instantly share code, notes, and snippets.

@Frosty-nee
Created July 16, 2015 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Frosty-nee/3f600ef0508de75209be to your computer and use it in GitHub Desktop.
Save Frosty-nee/3f600ef0508de75209be to your computer and use it in GitHub Desktop.
.bat launches a second instance of mumble with alternate settings
reg export HKCU\Software\Mumble\Mumble C:\Users\Frosty-nee\settings_backup.reg
reg import C:\Users\Frosty-nee\second_instance_settings.reg
"C:\Program Files (x86)\Mumble\mumble.exe" -m
reg import C:\users\Frosty-nee\settings_backup.reg
del C:\Users\Frosty-nee\settings_backup.reg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment