J
John Hughes
Bear with me as this may get a bit long.
I am working on integrating a Windows XP based application into an aircraft
training simulation. The XP computer will only need to run the specific
applications needed as part of the training scenario. The plan is that the
system will boot, wait for the trainer to signal that the training scenario
is ready to run, then execute the application. When the scenario is
complete, the application will terminate, and the system will go back to
waiting for the next scenario. We want this to be as transparent to the
users as possible, all they should see is there GUI interface, when the
trainer is running. I also need to be able to shutdown the system on command
from the trainer.
I have a pretty good idea about the various options for logging in, starting
an application automatically, etc. Back in the WindowsNT days, I could set
up the system so that if the user terminated the running application, he was
automatically logged off, so he never saw the WindowsNT GUI, just the
application. My first question is, "Is there a way to make Windows XP behave
this way?"
My second, more general question is, "Is there some guidance regarding best
practice for where you do various things with respect to startup and
shutdown?" For instance, you can use the group policy editor to build
computer startup and shutdown scripts. You can also define user login and
logout scripts. Is there some recommended way of deciding where to do
various operations?
I am looking for any suggestions regarding making things operate in the
simplest and most reliable fashion.
thanks,
I am working on integrating a Windows XP based application into an aircraft
training simulation. The XP computer will only need to run the specific
applications needed as part of the training scenario. The plan is that the
system will boot, wait for the trainer to signal that the training scenario
is ready to run, then execute the application. When the scenario is
complete, the application will terminate, and the system will go back to
waiting for the next scenario. We want this to be as transparent to the
users as possible, all they should see is there GUI interface, when the
trainer is running. I also need to be able to shutdown the system on command
from the trainer.
I have a pretty good idea about the various options for logging in, starting
an application automatically, etc. Back in the WindowsNT days, I could set
up the system so that if the user terminated the running application, he was
automatically logged off, so he never saw the WindowsNT GUI, just the
application. My first question is, "Is there a way to make Windows XP behave
this way?"
My second, more general question is, "Is there some guidance regarding best
practice for where you do various things with respect to startup and
shutdown?" For instance, you can use the group policy editor to build
computer startup and shutdown scripts. You can also define user login and
logout scripts. Is there some recommended way of deciding where to do
various operations?
I am looking for any suggestions regarding making things operate in the
simplest and most reliable fashion.
thanks,