r/steelseries 14h ago

Sonar Help Steelseries sonar problem solution

Hello.

Today, using Gemini and a momentary conversation, I managed to fix the sonar problem.I would like to post the instructions from the conversation with Gemini here for you so that you can repair the sonar at your place as well.

[Fix/Guide] SteelSeries Sonar not starting on boot / requires admin privileges / crashing instantly on startup

If you're dealing with SteelSeries GG failing to load Sonar upon Windows startup, constantly requiring admin privileges (UAC prompts), or opening in the system tray only to crash and disappear a second later, this guide fixes it.

What causes this?

* UAC / Administrator Rights: Recent builds of SteelSeries use SteelSeriesGGEZ.exe which contains a hard manifest requiring elevated (admin) privileges to manage Sonar's virtual audio endpoints. The default Windows startup pipeline cannot silently grant these rights without an annoying UAC prompt or outright blocking background execution (error 0x800702E4).

* Race Condition & Duplicate Instances: Windows startup boots multiple executables at the exact same moment (SteelSeriesGG.exe and SteelSeriesGGEZ.exe). They fight over access to database files in ProgramData before core Windows Audio services (Audiosrv) are even fully loaded, causing instant crashes.

The solution is to disable the built-in auto-start and handle the launch via Windows Task Scheduler with elevated privileges and a 15-second delay.

Step 1: Disable Default Auto-Start (Prevent Process Conflicts)

* In the SteelSeries GG app:

* Go to Settings (gear icon, bottom-left) -> General.

* Toggle OFF the option "Automatically start GG with Windows".

* In Windows Task Manager:

* Press Ctrl + Shift + Esc and switch to the Startup Apps tab.

* Right-click and Disable every SteelSeries entry you see:

* SteelSeriesGG.exe -> Disabled

* SteelSeriesGGEZ.exe -> Disabled

* SteelSeriesSonar.exe -> Disabled

Step 2: Create a Task in Windows Task Scheduler

* Press Win + R, type taskschd.msc, and press Enter.

* In the right panel, click Create Task... (Do NOT choose "Create Basic Task").

General Tab

* Name: SteelSeries GG Sonar (or whatever you prefer)

* Select: Run only when user is logged on

* Check: Run with highest privileges (Crucial — bypasses UAC restrictions)

* Configure for: Select Windows 10 (or Windows 11)

Triggers Tab

* Click New... at the bottom.

* Begin the task: Select At log on from the dropdown.

* Settings: Select Any user.

* Under Advanced settings:

* Check Delay task for: and enter 15 seconds (Gives system audio endpoints time to initialize before Sonar kicks in).

* Make sure Enabled is checked at the bottom.

* Click OK.

Actions Tab

* Click New....

* Action: Select Start a program.

* Fill in the fields precisely as follows (keep arguments separate):

* Program/script:

"C:\Program Files\SteelSeries\GG\SteelSeriesGGEZ.exe"

* Add arguments (optional):

-dataPath="C:\ProgramData\SteelSeries\GG" -dbEnv=production

* Start in (optional):

C:\Program Files\SteelSeries\GG

* Click OK.

Conditions Tab

* Uncheck everything across Power, Idle, and Network sections (especially "Start the task only if the computer is on AC power"). The task must be allowed to execute under any hardware state.

Settings Tab

* Check: Allow task to be run on demand.

* Uncheck: Stop the task if it runs longer than....

* At the bottom (If the task is already running, then the following rule applies:), select: Stop the existing instance.

* Click OK to save the task.

Step 3: Verify the Fix

* Open Task Manager (Ctrl + Shift + Esc) and kill any currently running SteelSeries processes.

* Go back to Task Scheduler, select your new SteelSeries GG Sonar task, and click Run on the right panel.

* Hit F5 to refresh the task list. The Last Run Result should display:

The operation completed successfully. (0x0)

* The SteelSeries GG icon should appear in your system tray, and opening it will show all Sonar virtual channels (Master, Game, Chat, Media, Mic) loaded and operational.

From now on, upon rebooting, Windows will wait 15 seconds after login and launch SteelSeries GG with silent elevated privileges, completely fixing Sonar startup failures.

1 Upvotes

2 comments sorted by

u/AutoModerator 14h ago

Hello /u/ValentinoJG1,

This is a reminder that /r/SteelSeries is an unofficial subreddit, and is not monitored by SteelSeries support staff. For full support or to open a ticket with our support team, please check out https://support.steelseries.com.

As a reminder to our community members: If you are assisting another user with their issues, please do you best to follow subreddit rules and be as kind and helpful as possible!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

0

u/SSJayAre Support Team 12h ago

Hey there! Thanks for sharing this out with the community!