auto run

  • Thread starter Thread starter Karen
  • Start date Start date
K

Karen

I put an exe file in win.ini:
[windows]
run=
It didn't run after I reboot the server(windows 2000
server). It didn't record anything in Event Viewer. Where
does it record?
I don't want put it under any sartup directories since it
will be terminerated after the person is logoff. What is
the best way to start and keep it running?

Thanks in advance!

Karen
 
Use the registry. It has a key in the registry that you
can use to do that. It's located under:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVers
ion\Run]

RR
 
A easy way to run tasks at boot time is to schedule them
with the Task Scheduler. You can even specify the account
under which they should run.
 

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