[112] in DeathTongue Changes
Re: An X Server on Deathtongue. About Java and Eudora...
daemon@ATHENA.MIT.EDU (Paul B. Hill)
Fri Nov 20 12:54:31 1998
Date: Fri, 20 Nov 1998 12:54:11 -0500
To: licks@MIT.EDU
From: "Paul B. Hill" <pbh@MIT.EDU>
In-Reply-To: <3.0.32.19981119221537.01f26be0@po9.mit.edu>
Hi,
>Question:
>I think there is a way to tie kinit and kdestroy to user log-on/off (I know
>how to do it for log-on, not certain about logoff).
>
I'm pretty sure that you cannot do this without writing a new program under
NT 4.0. The next version of NT will support the execution of programs
during logout.
According to some Microsoft documentation, under NT 4.0, once the shutdown
process is initiated, no new processes can be started. The only way I have
figured out how to perform a kdestroy during shutdown would be to use a
program that gets loaded during login. The program would do nothing until
it recieves the shutdown message, then it would perform a kdestroy. I
haven't written this. Any volunteers?
Paul