PDA

Click to See Complete Forum and Search --> : Run a program at start up


ZanM
Nov 25th, 1999, 12:11 PM
If you want to run a program when windows boots up add your programs command line to this reg key HKEY_LOCAL_MACHINE\Software\Windows\CurrentVersion\Run

make your entry like MyApp "C:\Program Files\MyApps Folder\MyApp.exe"

------------------
SomeTimes Coffee Just Isn't Enough.
Zan Magi

msdnexpert
Nov 25th, 1999, 04:08 PM
Thanks for your tip !!!