Synapse 3 Won't start up with Windows (10) | Razer Insider
Skip to main content
I tried everything but nothing working. My synapse 3 is won't starting up automaticly. What can I do?

Task manager, Start up: active

CCleaner startup: active

App settings start up with windows active.

I re-installed or repaired lots of times, not worked too.
Please someone help. Give an idea or anything !
Are there any errors in Windows Event Viewer?

Be sure, that you have latest version of .net installed. Check if you have Microsoft Visual C++ - if yes, reinstall it / repair.
you know cmd right? run as admin*



create cmd file or bat file



now you can create cmd or bat file

and these are started without them having to be set to automatic



sc config RzActionSvc start= demand



sc config Razer Game Manager Service start= demand



sc config Razer Synapse Service start= demand



or can even be set to auto or disable as well





Razer Central Service

sc create RzActionSvc

sc description "This service is required by Razer software for handling cloud services."

binPath= "C:\\\\Program Files (x86)\\Razer\\\\Razer Services\\\\Razer Central\\\\RazerCentralService.exe"

DisplayName= "Razer Central Service"

start= demand





Razer Game Manager Service

sc create Razer Game Manager Service

sc description Razer Game Manager Service "This service allows for Razer software applications and services to manage the games installed on the system."

binPath= "C:\\\\Program Files (x86)\\\\Razer\\\\Razer Services\\\\GMS\\\\GameManagerService.exe"

DisplayName= "Razer Game Manager Service"

start= demand





for Razer Synapse Service

sc create Razer Synapse Service

sc description Razer Synapse Service "" <--the description for this service is empty

binPath= "C:\\\\Program Files (x86)\\\\Razer\\\\Synapse3\\\\Service\\\\Razer Synapse Service.exe"

DisplayName= "Razer Synapse Service"

start= demand





alos notice there will bee some problem with cmd when about to enter C:\\\\Program Files (x86)

from cmd but will find a workaround



Here is an example:



C:\\Documents and Settings\\Administrator> sc create asperacentral

binPath= "C:\\Program Files\\Aspera\\Enterprise Server\\bin\\Debug\\asperacentral.exe"

DisplayName= "Aspera Central"

start= auto