Re: Startup on Windows NT
- Posted by Joe Otto <joeotto at SWBELL.NET> Feb 18, 2000
- 505 views
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!