Re: disable ctrl+alt+del



You can't it from Java and you shouldn't.
OS functions and native windowing functions
are public utility shared by all processes on
the machine. Java shouldn't privatize them.
That could bring disaster.

.