Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New "run at startup" Method [FIX] #6

Open
ImaniiTy opened this issue Feb 22, 2019 · 2 comments
Open

New "run at startup" Method [FIX] #6

ImaniiTy opened this issue Feb 22, 2019 · 2 comments

Comments

@ImaniiTy
Copy link
Contributor

ImaniiTy commented Feb 22, 2019

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 ImaniiTy changed the title New Startup Method [FIX] New "run at startup" Method [FIX] Feb 22, 2019
@rp1231
Copy link

rp1231 commented Mar 4, 2019

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

@rp1231
Copy link

rp1231 commented Mar 4, 2019

Doesn't seem to be working for Synapse 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants