hi guys, can u please tell me how we can start any exe when my
computer start. actualy i have an exe that i want to start at the time
of startup window. thanks

Re: how to run any user exe when computer start in by Alex

Alex
Thu May 24 04:01:37 CDT 2007

raghunandan1081@gmail.com wrote:
> hi guys, can u please tell me how we can start any exe when my
> computer start. actualy i have an exe that i want to start at the time
> of startup window. thanks

"INFO: Run, RunOnce, RunServices, RunServicesOnce and Startup"
http://support.microsoft.com/kb/179365/

"How to Modify the List of Programs that Run When You Start
Windows XP"
http://support.microsoft.com/kb/314488/

Alex

Re: how to run any user exe when computer start in by Alexander

Alexander
Thu May 24 11:56:01 CDT 2007

This wouldn't help - it describes logon programs and Win9x
"services". OP needs to convert the program into an NT service
in order to start it during machine startup in Win XP (actually
any Win NT based OS - NT3.x, NT4, 2K, XP, 2K3, Vista).

The following book may be helpful for NT services:

"Professional NT Services" by Kevin Miller, Wrox Press

--
=====================================
Alexander Nickolov
Microsoft MVP [VC], MCSD
email: agnickolov@mvps.org
MVP VC FAQ: http://vcfaq.mvps.org
=====================================

"Alex Blekhman" <xfkt@oohay.moc> wrote in message
news:%23xVOkIenHHA.3888@TK2MSFTNGP03.phx.gbl...
> raghunandan1081@gmail.com wrote:
>> hi guys, can u please tell me how we can start any exe when my
>> computer start. actualy i have an exe that i want to start at the time
>> of startup window. thanks
>
> "INFO: Run, RunOnce, RunServices, RunServicesOnce and Startup"
> http://support.microsoft.com/kb/179365/
>
> "How to Modify the List of Programs that Run When You Start Windows XP"
> http://support.microsoft.com/kb/314488/
>
> Alex



Re: how to run any user exe when computer start in by Brian

Brian
Thu May 24 12:08:45 CDT 2007

To the OP, you might want to take a look at SRVYANY.EXE. This is a
convenient utility for converting an exe into a service.

http://support.microsoft.com/kb/137890

Brian