Hi Jason

Discussion in 'Other Ghost Security Software' started by Open Source, Oct 20, 2004.

Thread Status:
Not open for further replies.
  1. Open Source

    Open Source Registered Member

    Joined:
    Jun 12, 2003
    Posts:
    50
    Location:
    The Net
    Hi Jason

    I just started getting into Programing and minor hacking on Open Source Programs.

    There is one application in particular that I'm working on.

    I was wondering how do you program software to start up on start up.

    Would i have to hack the .INI file or would i have to add the start up to a note pad and rename it .reg execute it to add to the registry pointing to the exe start up.

    The program in question comes in a folder puts no registry entry's in to the PC.

    It is just turn on by executing the exe program in its folder.

    The original Programmer forgot to add start feature at windows start up .
     
  2. Jason_R0

    Jason_R0 Developer

    Joined:
    Feb 16, 2005
    Posts:
    1,038
    Location:
    Australia
    Well there is a few ways :-

    Registry - Create a string value containing the path to the EXE in this registry folder - HKEY_LOCAL_MACHINE\Software\Windows\CurrentVersion\Run\

    Or create a shortcut to the Exe under your start menu -> programs -> startup folder.

    If you take a look at codeproject.com or do a google search you will find more info I am sure. :)
     
  3. Open Source

    Open Source Registered Member

    Joined:
    Jun 12, 2003
    Posts:
    50
    Location:
    The Net
    Thank you Jason that helps me allot i really do appreciate it and all the hard work you do.
     
Thread Status:
Not open for further replies.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.