Jump to content

Recommended Posts

Guest kiwiguy
Posted

Besides putting the link(or program) at storagewindowsstartup directory, is there other way to make program run automatically after power on :?:

Guest Vector
Posted

that's the only way that i know of...unless there is something in the registry? :)

Guest MrMagoo
Posted
Besides putting the link(or program) at storagewindowsstartup directory, is there other way to make program run automatically after power on :?:

you can put the program into the HKLMInit key in the registry as well

Guest nedge2k
Posted

Yeh i was wondering about that...you used it in an old ver of font installer. What data needs to be put in the init key?

Guest MrMagoo
Posted
Yeh i was wondering about that...you used it in an old ver of font installer. What data needs to be put in the init key?

basically it contains two values per program:

LaunchXX which holds the executable (including path if not in windows) name

and

DependXX which specifies any dependencies of this program i.e. this defines where in the boot process your program gets launched. The numbers are two byte hex values which refer to other LaunchXX values ...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.