You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: