Glam Prestige Journal

Bright entertainment trends with youth appeal.

I have to start some program when the computer boots, for all users, and possibly before the user login.

So how and where does I have to put them?

2

2 Answers

I see 3 ways

  1. Task Scheduler has support to run it both in startup and in login
  2. If the path I commented on OP exists you can drop an executable there
  3. Registry. Don't do this if you don't know what you're doing, but they're in HKEY_LOCAL_MACHINE>SOFTWARE>Microsoft>Windows>CurrentVersion>Run

For a beginner I'd recommend doing task scheduler since it's pretty and almost kinda debuggable.

In Windows 10 shell:common startup command in windows "run" can be used to open up startup folder and we can place script/batch files to be run during startup for all users.

Please check this link for more details starup and common startup details

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy