Author Topic: Auto Start?  (Read 450 times)

chrisziemba

  • Newbie
  • *
  • Posts: 5
    • View Profile
Auto Start?
« on: October 27, 2023, 02:41:20 PM »
I expect this has already been answered somewhere, I just can't find it.  I have developed my project and it works well.  However, I'd rather not ask the operators to click the "start button".  Is there a way to have the project start automatically upon Windows bootup?

Thanx

dmroeder

  • Global Moderator
  • Full Member
  • *****
  • Posts: 206
    • View Profile
Re: Auto Start?
« Reply #1 on: October 27, 2023, 03:23:14 PM »
I expect this has already been answered somewhere, I just can't find it.  I have developed my project and it works well.  However, I'd rather not ask the operators to click the "start button".  Is there a way to have the project start automatically upon Windows bootup?

Thanx

Just put a shortcut to the executable in the windows startup folder.

  • Windows Key + R
  • type shell:startup
  • Press Enter

This will get you to the startup folder

chrisziemba

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Auto Start?
« Reply #2 on: October 27, 2023, 03:39:00 PM »
Gotcha.  Thanx much.