Run at system startup

  • Thread starter Thread starter Avi Farah
  • Start date Start date
A

Avi Farah

Folks,

Can anyone tell me how I can configure a process to run
when the system reboots? Preferably a .Net solution.

Cheers,
Avi
 
Hi,

Any program listed in the registry at
HKey_LocalMachine\Software\Microsoft\Windows\CurrentVersion\Run will run at
startup. Add a string value with Name and value equal to the programs path.

Ken
 
Another possibility is to define your application as a
Windows Service. In that way the system administrator can
set the process to start-up type as Manual, Automatic, or
disabled.
 
Configure the program to run from the task scheduler

Willy.
 

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