[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] getting past the ctrl-alt-del login in NT
From: |
Paul Brook |
Subject: |
Re: [Qemu-devel] getting past the ctrl-alt-del login in NT |
Date: |
Sun, 25 Sep 2005 14:33:52 +0100 |
User-agent: |
KMail/1.8.2 |
> > I have an NT4 installation under QEMU on my Linux box - and in grab
> > mode, all I do is... press CTRL-ALT-DEL. Clicking in the window or
> > hitting CTRL-ALT enters grab mode.
>
> FWIW: the CTRL-ALT-DEL sequence has been chosen so that it can't be
> caught by a any program but windows (that to prevent trojan horses to
> log your password instead of Windows's logging window). That means
> that it's probably not possible to directly send the CTRL-ALT-DEL
> sequence, but instead you need to map another series of keys that qemu
> can send to the guest OS.
That's only true if you're on a windows host. There's nothing intrinsically
special about ctrl-alt-del.
Many environments do trap that combination before it gets to user
applications, mainly for consistency with windows/dos, but it's by no means
universal.
Paul
- [Qemu-devel] getting past the ctrl-alt-del login in NT, Wesley Parish, 2005/09/25
- Re: [Qemu-devel] getting past the ctrl-alt-del login in NT, Hetz Ben Hamo, 2005/09/25
- Re: [Qemu-devel] getting past the ctrl-alt-del login in NT, Wesley Parish, 2005/09/26
- Re: [Qemu-devel] getting past the ctrl-alt-del login in NT, John R. Hogerhuis, 2005/09/26
- Re: [Qemu-devel] getting past the ctrl-alt-del login in NT, Jim C. Brown, 2005/09/26
- Re: [Qemu-devel] getting past the ctrl-alt-del login in NT, John R. Hogerhuis, 2005/09/26
Re: [Qemu-devel] getting past the ctrl-alt-del login in NT, Jim C. Brown, 2005/09/25