startup Program

  • Thread starter Thread starter smlycl
  • Start date Start date
S

smlycl

hi,
There is a program that must run after restart or reset. i added my program
in to startup. But it starts after login. How can i run the program before
login.
 
hi,
There is a program that must run after restart or reset. i added my program
in to startup. But it starts after login. How can i run the program before
login.
Why not schedule it start when the System starts, using Task Scheduler.


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
You can also use a program as Service+ from Nicoware. It will run your
application as a service (invisible or visible). You can control the
applications environment and use separate start and stop commands for
your application.

It has a very nice GUI. You don't have to be an expert to use it. We
are using it on our servers and workstations for a variety of
applications without any problems at all.

You can download a full functional evaluation version from
http://nicoware.net/software/download.php
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top