Hi Guys,
I need to Start my app Automatically when windows Starts. But I don't want to Put it in Start Menu-> StartUp. Is there any other way to do this. Thnx in advance.
Printable View
Hi Guys,
I need to Start my app Automatically when windows Starts. But I don't want to Put it in Start Menu-> StartUp. Is there any other way to do this. Thnx in advance.
put a registry key in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
with the path to your exe:
C:\Program Files\Netropa\Multimedia Keyboard\MMKeybd.exe
for example,
that will run on startup....
Or in the win.ini file in the windows section, put load = apppath.
But the registry is better.
Hi Crispin and Vlatko,
I got ur code and got it working. Thnx for it....
What would happen if someone deleted the exe..would Windows show msgbox giving an error? Or like not let the OS load?:p
Hi punK,
I think it would search for the File. (with the File Search dialog if a Invalid Shortcut is displayed)..