Any way to start an application at bootup?
-
-
Hello everybody! Is there any way to start an application at bootup! for eg: a program to display the date of the day when the user has logged in! If you happen to know the concept,I humbly request you to kindly respond me! Thanks in advance! Shalini
-
Hello everybody! Is there any way to start an application at bootup! for eg: a program to display the date of the day when the user has logged in! If you happen to know the concept,I humbly request you to kindly respond me! Thanks in advance! Shalini
How about a shortcut in the StartUp folder below the Start menu?
"It's supposed to be hard, otherwise anybody could do it!" - selfquote
-
Hello everybody! Is there any way to start an application at bootup! for eg: a program to display the date of the day when the user has logged in! If you happen to know the concept,I humbly request you to kindly respond me! Thanks in advance! Shalini
Since you mentioned bootup, and not at user logon, using the startup folder or the
Run
key will not work as they require a user logon to take place. If you really want to use the Registry, you need to use the following key:HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices or RunServicesOnce
Note that the
Run
key is also ignored in Safe Mode. However, I would suggest a Windows Service. They are designed to be started when the system starts, and will be running when a user logs on and will remain running after a user logs off. They can easily receive for logon/logoff events. If you need finer control the point where your application starts, I think you would have to go the driver route. Peace!-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles