-
Notifications
You must be signed in to change notification settings - Fork 0
SteelSeries's Sonar Client has this annoying process where it reassigns the PC's default audio to one of the "Sonar" virtual audio devices. The issue is that this prevents the Windows Volume slider/External controls like keyboard volume sliders from working. This script reassigns the audio shortly after the client launches at logon.
Megalithe/SteelSeriesSonarDefaultAudioFix
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
###!!!!!!It is complete Bull that this is an issue!!!!!! #The clunky solution for me was a powershell script. #Download SetDefaultAudio.ps1 ##Create a Task to Run the Fix. #Open Task Scheduler. #Windows Key + r and then Press Enter, the Run Box displays. Type: taskschd.msc and press enter #Task Scheduler Create Task. In the right Actions pane click "Create Task..." #General Tab # Name: Run SetDefaultAudio.ps1 Script # Description: A powershell script to fix the SteelSeries JANK! # Security options: # Run whether user is logged on or not # Do not store password. The task will only have access to local computer resources. Set to true (checked) # Run with highest privileges set to true (Check) # Configure for: Windows 10 (select in the picklist) #Triggers Tab #Click New #Begin the task: At log on #Settings: Any User #Delay task for: 30 seconds or 1 minute depending on your pc. #Enabled set to true (checked) #Actions Tab #Click New... #Edit Action Window #Action: Start a Program #Settings #Program/Script: Powershell #Add arguments (Optional): -WindowStyle Hidden -NonInteractive -ExecutionPolicy Bypass -File FILELOCATIONHERE ###i.e. -WindowStyle Hidden -NonInteractive -ExecutionPolicy Bypass -File C:\Users\megalithe\OneDrive\Documents\SetDefaultAudio.ps1 #Click OK
About
SteelSeries's Sonar Client has this annoying process where it reassigns the PC's default audio to one of the "Sonar" virtual audio devices. The issue is that this prevents the Windows Volume slider/External controls like keyboard volume sliders from working. This script reassigns the audio shortly after the client launches at logon.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published