|
-
August 31st, 2004, 10:44 AM
#1
Windows startup
Somebody knows if it is possible to launch an executable, in a windows NT or 2K system with a registry entry, not at the windows startup after the log on, but at the windows loading before the log on form presentation?
-
August 31st, 2004, 07:29 PM
#2
Re: Windows startup
The only way I can think of is either using a service or if you have access to the TaskScheduler you can try to schedule your application - I believe there is an option to run a task at startup.
HTH
-
September 8th, 2004, 01:34 PM
#3
Re: Windows startup
the only way is to write a driver,or use the GINA method.
-
September 13th, 2004, 02:02 PM
#4
Re: Windows startup
You can put it in the Task Scheduler as previously suggested or put it in the Startup Script using gpedit.msc.
-
October 9th, 2004, 04:28 PM
#5
Re: Windows startup
if you want it to run, do as ada said and create a driver that is called from win.ini (not sure if nt still uses win.ini the same way...but you can look into that). Or you can register your program as a service and it will load alongside windows, before login.
C G C F A D--Feel the Noise
"When your life goes nowhere and leads back to me, doesn't that tell you something?"
~Gray Area Fury
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|