what would be the easiest way to make my program automatically start when windows is booting up?
This is a discussion on automatic startup within the Windows Programming forums, part of the Platform Specific Boards category; what would be the easiest way to make my program automatically start when windows is booting up?...
what would be the easiest way to make my program automatically start when windows is booting up?
Place a link to the executable in Start Menu/Programs/Startup
benforbes@optusnet.com.au
Microsoft Visual Studio .NET 2003 Enterprise Architect
Windows XP Pro
Code Tags
Programming FAQ
Tutorials
Which version of windows?
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
If you need to have it start up for all users, put it in the registry in:
HKLM\Software\Microsoft\Windows\CurrentVersion\Run
benforbes@optusnet.com.au
Microsoft Visual Studio .NET 2003 Enterprise Architect
Windows XP Pro
Code Tags
Programming FAQ
Tutorials