Skip to content

Instantly share code, notes, and snippets.

@tonylambiris
Created June 3, 2022 05:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonylambiris/13976fcda85230ed8c146af853c296ca to your computer and use it in GitHub Desktop.
Save tonylambiris/13976fcda85230ed8c146af853c296ca to your computer and use it in GitHub Desktop.
Disable "Razer Game Manager Service"
YSK how to disable "Razer Game Manager Service" as it causes daily problems for windows
Find out if it causes problems for you:
Hit windows-key and type in "security and maintenance".
Go into maintenance and then into reliability-monitor.
If RGMS (Razer Game Manager Service) causes problems you will see it under critical events.
Be sure to also check some days prior.
What does RGMS do?
Since I didn't make the service I can't be 100% sure.
But from the name and previous post, I suggest that it is looking for games you're playing in
order to use that information in Razer Synapse. If you want to use any functionality that
requires game-info within Razer Synapse don't disable the service.
How to disable RGMS
What you want to do is disable RGM-Service. However, at first, you won't be able to due to the
fact that Razer Synapse Service is dependent on RGMS.
Thus we are going to remove the dependency:
Hit windows-key+R and type in "regedit". Afterward, press enter.
Navigate to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Razer Synapse Service"
Remove "Razer Game Manager Service" from "DependendOnService" by double-clicking it and then removing that name.
(You might have to restart in order for the changes to take effect)
Now go into services and disable RGMS:
Hit windows-key+R and type in "services.msc". Afterward, press enter.
Find "Razer Game Manager"
Right-click and then click on "settings"
Change "start type" to "disabled"
Also, hit "stop"
(Sorry if some translations of settings are incorrect. My windows is not set to English.
If you spot any errors, mention it in a comment and I will correct them)
Edit:
Once Synapse installs an update you will be greated with a screen saying something like "start failed".
The (shortened) reason behind this is that the dependency that was removed in this tutorial is placed
back into the registry for some reason.
To fix this problem, re-do the above step named: "Thus we are going to remove the dependency".
Afterwards restart your system and everything should be back to normal.
ORIGINIAL POST LINK:
https://www.reddit.com/r/razer/comments/kpp3hu/ysk_how_to_disable_razer_game_manager_service_as/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment