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

Quick Question #9

Open
RedxzAnomaly opened this issue Dec 24, 2024 · 2 comments
Open

Quick Question #9

RedxzAnomaly opened this issue Dec 24, 2024 · 2 comments

Comments

@RedxzAnomaly
Copy link
Contributor

Is there any way to run this program in the background? I created a shortcut to execute the command for the breathing effect, but I couldn't find a way to make it run in the background. Any suggestions?

@DeviceIoControl
Copy link
Owner

DeviceIoControl commented Dec 27, 2024

Hi @RedxzAnomaly,

Sorry for the late reply.

Yes, you can start the program in the background, but you would need to use a program like PSEXEC (SysInternals program) to do so.

Or if you would like it to launch in the background on system startup, you can register the program as a service using the following command:

sc create keyboardcolour binPath="PathToKeyboardColourProgram -theme breathe" start=auto type=own*

But there is currently no way to change the active theme while it is running, so you would need to terminate the background process and start the service again using sc start keyboardcolour

  • Please run the above commands as Administrator using CMD.

@RedxzAnomaly
Copy link
Contributor Author

@DeviceIoControl Thx bro, im going to use the service option

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