1. Startup on Windows NT
Hi,
Is there anyone here know how can I call up a program during the startup time in
Windows NT. I'm not talking about the Startup Folder. I know that there maybe a
file similar to the DOS/Windows 3.1 that can put startup programms in.
Thanks!
==
Want to get paid while surfing the Web? It's free!!
Go to http://www.alladvantage.com/go.asp?refid=GIW867
Electronic Kid Stories: http://www.genesis.mb.ca/bible/
Home: http://www.idrive.com/phed/web/
How fast is your OS? Count the start up and shut down time!
_____________________________________________________________
Email Powered by Everyone.net
2. Re: Startup on Windows NT
There is a registry key that lets you do that.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Place the path to your program in there and it should start it.
-----Original Message-----
From: Phed [mailto:phed at thefreesite.com]
Sent: Thursday, February 17, 2000 12:05 PM
To: EUPHORIA at LISTSERV.MUOHIO.EDU
Subject: Startup on Windows NT
Hi,
Is there anyone here know how can I call up a program during the startup
time in Windows NT. I'm not talking about the Startup Folder. I know that
there maybe a file similar to the DOS/Windows 3.1 that can put startup
programms in.
Thanks!
3. Re: Startup on Windows NT
Placing an entry under this particular registry key tells NT to run the
program during logon. To clarify, it will run the program during *every*
logon - not just at boot time.
To have NT run a program during startup, you have to install the program as
an NT service. I can't remember it's name, but I believe there's a utility
in the Resource Kit that lets a normal program run as a service.
Good luck...
Joe
-----Original Message-----
From: Euphoria Programming for MS-DOS
[mailto:EUPHORIA at LISTSERV.MUOHIO.EDU]On Behalf Of A Batista
Sent: Thursday, February 17, 2000 11:53 AM
To: EUPHORIA at LISTSERV.MUOHIO.EDU
Subject: Re: Startup on Windows NT
There is a registry key that lets you do that.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
Place the path to your program in there and it should start it.
-----Original Message-----
From: Phed [mailto:phed at thefreesite.com]
Sent: Thursday, February 17, 2000 12:05 PM
To: EUPHORIA at LISTSERV.MUOHIO.EDU
Subject: Startup on Windows NT
Hi,
Is there anyone here know how can I call up a program during the startup
time in Windows NT. I'm not talking about the Startup Folder. I know that
there maybe a file similar to the DOS/Windows 3.1 that can put startup
programms in.
Thanks!