Running a program before login
How do I to run a program before login in windows. I know that is posible because an example is the RemoteAnyWhere program but how I can do that?
Thanks
Manuel
[177 byte] By [
mfc.cpp] at [2007-11-19 10:10:52]

# 1 Re: Running a program before login
You can make your application a windows service,,this will start even if no user is logged in.
But this needs windows server (win2000/XP pro/2003)
hspc at 2007-11-10 3:39:33 >

# 2 Re: Running a program before login
Check out the Run and RunOnce Registry Keys ( http://msdn.microsoft.com/library/default.asp?url=/library/en-us/setupapi/setup/run_and_runonce_registry_keys.asp) in msdn.
Arjay
Arjay at 2007-11-10 3:40:40 >

# 3 Re: Running a program before login
How do I to run a program before login in windows. I know that is posible because an example is the RemoteAnyWhere program but how I can do that?
Thanks
Manuel
Do not cross post your problems. Thank you.
NoHero at 2007-11-10 3:41:38 >

# 4 Re: Running a program before login
Check out the Run and RunOnce Registry Keys (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/setupapi/setup/run_and_runonce_registry_keys.asp) in msdn.
Arjay mfc.cpp question was:
How do I to run a program before login in windows but as msdn tells :
Run and RunOnce registry keys cause programs to run each time that a user logs on
hspc at 2007-11-10 3:42:33 >

# 5 Re: Running a program before login
mfc.cpp question was:
but as msdn tells :The RunServices key(s) run prior to logon - see the link I posted earlier.
Arjay
Arjay at 2007-11-10 3:43:41 >

# 6 Re: Running a program before login
The RunServices key(s) run prior to logon - see the link I posted earlier.
Arjay
Yes
this applies to RunServices and RunServicesOnce. Not to Run and RunOnce..
It's ok anyway..
hspc at 2007-11-10 3:44:40 >
