How to start a program before logon

  • Thread starter Thread starter JL
  • Start date Start date
J

JL

I have a program (not a service), I want it to be able to run before any
user logs on windows XP. Is there any way to do that? Thanks for any help.
 
It is possible to do this. It actually runs when the
user or users of the pc log on. A perfect example of
this would be a keylogger program. Once installed it
runs for every user as soon as they log on. What is the
program you wish to do this with....?
 
JL said:
I have a program (not a service), I want it to be able to run before
any user logs on windows XP. Is there any way to do that? Thanks for
any help.

You can do this by using the Run Keys in the registry to load the program.
Here is the article that describes this process.

INFO: Run, RunOnce, RunServices, RunServicesOnce and Startup:
http://support.microsoft.com/?kbid=179365&FR=1


--
Ronnie Vernon
Microsoft MVP
Windows Shell/User

Please reply to the newsgroup so all may benefit.
 
JL said:
I have a program (not a service), I want it to be able to run before any
user logs on windows XP. Is there any way to do that? Thanks for any help.

Hi

How to enable computer startup script (Win2k/WinXP Pro):

From the Start menu Run dialog, open: gpedit.msc

Then, under "Computer Configuration",
open Windows Settings\Scripts (Startup/Shutdown)
(double click on "Startup", Add...).


More info in Tip 2147 in the 'NT Reg Hacks' at http://www.jsiinc.com

JSI Tip 2147. Windows 2000 Startup/Shutdown, Logon/Logoff scripts?
http://www.jsiinc.com/sube/tip2100/rh2147.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top