Windows startup
Hi,
I need to insert an application, in the installation section, in to Startup Windows.
HOWTO can I do it?
thanks.
Archive: Windows startup
Windows startup
Hi,
I need to insert an application, in the installation section, in to Startup Windows.
HOWTO can I do it?
thanks.
You can use $STARTMENU or $SMSTARTUP constants. Or just create regestry keys under HKLM\Software\Microsoft\Windows\CurrentVersion\Run.
If I'm not an Administrator, can I modify the register?
thanks.
You can write to the same registry key, only under HKCU. That'd only affect the current user, of course.