Jump to content

How to add My program to Startup ?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
52 replies to this topic

#1
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
can someone tell me how can i add my program to the startup so when the computer turn on the program automatily open ?

#2
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
Add it to the startup folder: C:\WINDOWS\Start Menu\Programs\StartUp

#3
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Well You can easily drag a short cut to the start up folder in the start menu.. or you can play with the registry.. as you wish.

EDIT: Hehe we posted at the same time :p

#4
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
could someone give me an example ?

#5
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
how can we give you an example of a simple copy/paste?

#6
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
you dont understand me i know how to put something on the starup on my computer but i want to make a program and send it to others so it adds it self to the startup do you understand now
is there a command that i can use

#7
GMailGuy

GMailGuy

    Learning Programmer

  • Members
  • PipPipPip
  • 60 posts
As mentioned above you have two choices.. What chose you want to use? The registry or the startup folder one? Perhaps they can help you more.

#8
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
Can i thoose both metods i wanna know them both so i someone could help me ^^

#9
GMailGuy

GMailGuy

    Learning Programmer

  • Members
  • PipPipPip
  • 60 posts
Well all I know is that for the copy/paste method you need API, and I don't think there is any need for the other.. not sure. But I don't know the codes used so I will let this to be solved from the big Guys!

#10
kresh7

kresh7

    Programming God

  • Members
  • PipPipPipPipPipPipPip
  • 661 posts
is here anyone who know how to do this

#11
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
Are you using an installer for your program or do you want to clone your program once it is ran?

#12
TcM

TcM

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 11,147 posts
Ok so I found this and made it into a module, now just import the module into your project and use it as follows


Regedt True


Loads at startup if true or false so it does not load at startup

Hope it helped.

Attached Files