Program start when user login.

  • Thread starter Thread starter wesley
  • Start date Start date
W

wesley

Hello,

How do I make my assembly to be executed once and once only when the machine
starts?

Thanks
 
I think the easiest way would be to include an installer that adds a link to
your program in the Startup folder (see Start / Programs / Startup). Windows
runs these programs when you log in.

An alternative might be to implement a Windows NT Service which is *always*
running, but it sounds like the Startup option is best for you.

HTH,
Kent
 

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