MiniSynapse icon indicating copy to clipboard operation
MiniSynapse copied to clipboard

New "run at startup" Method [FIX]

Open ImaniiTy opened this issue 7 years ago • 2 comments

the old "put a shortcut on startup folder" doesn't work so i made some research and found a new method, basicaly you'll need to create a new string value with the path to MiniSynapse executable on this registry key location: hkey_local_machine\software\wow6432node\microsoft\windows\currentversion\run.

tl;dr Run this command on cmd(as administrator):

REG ADD "HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run" /v MiniSynapse /t REG_SZ /d "PATH_TO_SYNAPSE_FOLDER\ItzWarty.MiniSynapse.exe"

Changing the "PATH_TO_SYNAPSE_FOLDER" part with your synapse folder location e.g: C:\Program Files (x86)\Razer\Synapse

ImaniiTy avatar Feb 22 '19 22:02 ImaniiTy

Is this working with synapse 3 ? Synapse 3 has a different executable i.e. "Razer Synapse Service.exe"

rp1231 avatar Mar 04 '19 05:03 rp1231

Doesn't seem to be working for Synapse 3

rp1231 avatar Mar 04 '19 13:03 rp1231