[ros-kernel] Re: Starting a service/running an executable at startup

Martin Fuchs martin-fuchs at gmx.net
Sun Dec 7 09:49:05 CET 2003


On 07.12.2003 09:28:12 Jason Filby wrote:
> What if an application is to be executed even if not using the GUI?
> 
> Thanks
> Jason

Well, it's the way MS Windows does it:
Explorer is responsible to start up anything that's launched after login.
To start non-gui programs in console mode we would have to do it a bit different.
As I understand console mode will be some thing unique to ReactOS, this
is no problem. We just can do what we think is the best.
We should use some different registry entries because it doesn't make sense
to start gui-applications in console mode. It should be a different set of processes.

Will winlogon.exe be used in console mode?
If yes, I would say let's do it there.

    Martin



More information about the Ros-kernel mailing list