Thread: automatic startup

  1. #1
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463

    automatic startup

    what would be the easiest way to make my program automatically start when windows is booting up?

  2. #2
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401
    Place a link to the executable in Start Menu/Programs/Startup
    [email protected]
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    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.

  4. #4
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    WindowsXP

  5. #5
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401
    If you need to have it start up for all users, put it in the registry in:

    HKLM\Software\Microsoft\Windows\CurrentVersion\Run
    [email protected]
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

  6. #6
    Registered User Draco's Avatar
    Join Date
    Apr 2002
    Posts
    463
    thanks everybody

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Startup process
    By ssharish2005 in forum Tech Board
    Replies: 8
    Last Post: 01-23-2009, 05:01 AM
  2. Automatic Startup
    By Gloo in forum Windows Programming
    Replies: 6
    Last Post: 06-18-2006, 06:24 AM
  3. Startup using STARTUP folder method for winXP & win98
    By hanhao in forum Windows Programming
    Replies: 2
    Last Post: 05-26-2005, 04:59 AM
  4. automatic variables
    By FOOTOO in forum C Programming
    Replies: 5
    Last Post: 03-08-2005, 06:30 PM
  5. Automatic vs. Static Duration
    By JMB in forum C++ Programming
    Replies: 7
    Last Post: 10-14-2002, 07:16 PM