How can I run an executable silently on startup in the background?

0
2
Asked By TechyGizmo99 On

I'm looking to create a script that, when executed, will run my executable file located in its folder with the necessary configuration files. I want this process to run silently in the background and start automatically when the system boots up. Can anyone recommend tools or provide guidance on how to achieve this?

3 Answers

Answered By CuriousCoder87 On

It's essential to know what your executable does before setting it up to run in the background. If it truly needs to operate out of sight, consider creating a service instead. That way, it won't show up visibly when users log in. You can have it set to trigger specific functions upon user logins or logouts if necessary.

Answered By SkepticalNerd23 On

Just a heads up, your request sounds a bit sketchy. Make sure you're not doing anything malicious. A lot of us are wary about running unknown executables in the background!

Answered By DevMaverick42 On

If you're serious about this, search for "create msi orca" and then check out "install msi gpo." These tools can help you package your executable for proper installation.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.