Recommended Posts

So in the supposedly april fools windows logon screen news I see a lot of comments from people that go like "it must be a joke because it says ctrl-alt-delete to logon". Obviously, those people don't use domains otherwise they would have known that it is a security measure that has always been and will always be a part of windows NT.

But why that key combination? Actually, that's very simple to answer, ctrl-alt-delete is the only key combination that is actually a hardware interupt, way before the win 9x line made it famous to reboot a computer it could already be used to send an interupt which the kernel could afterwards process. This means that software isn't able to send that key combination and fire the interupt. And that is why microsoft uses it before the logon screen in corporate environments as it essentially makes it impossible for trojans to try an automated login.

update: You're never too old to admit you're wrong and learn new stuff, so here it is, I was wrong! And i want to rectify this as I hate false information on the net ;). The ctr-alt-delete is not a special hardware interrupt, even though many site say it is. It is however a software interrupt, which is probably what causes the confusion. Windows handles it in his own way, and the ctr-alt-delete sequence in the login screen has to come from hardware unless group policies tell otherwise. So it's function is the same, prevent trojans from automated login attempts, however it is not because of a hardware interrupt. My apologies for my mistake, I will now kill the tutor who once told me this :p

I'm familiar with the logon-procedure, and I knew the reason for it. What really makes me wonder though, is that in Teamviewer (Remote graphical desktop access software) I can send a Ctrl+Alt+Del signal, which then brings up the Taskmanager or the 'Ctrl+Alt+Del Lockscreen' depending on the version of Windows. How is this possible if Ctrl+Alt+Del is a hardware interrupt?

So in the supposedly april fools windows logon screen news I see a lot of comments from people that go like "it must be a joke because it says ctrl-alt-delete to logon". Obviously, those people don't use domains otherwise they would have known that it is a security measure that has always been en will always be a part of windows NT.

But why that key combination? Actually, that's very simple to answer, ctrl-alt-delete is the only key combination that is actually a hardware interupt, way before the win 9x line made it famous to reboot a computer it could already be used to send an interupt which the kernel could afterwards process. This means that software isn't able to send that key combination and fire the interupt. And that is why microsoft uses it before the logon screen in corporate environments as it essentially makes it impossible for trojans to try an automated login.

I knew ctrl+alt+del to login was legit, but I never knew why they used that combination (Y).

I'm familiar with the logon-procedure, and I knew the reason for it. What really makes me wonder though, is that in Teamviewer (Remote graphical desktop access software) I can send a Ctrl+Alt+Del signal, which then brings up the Taskmanager or the 'Ctrl+Alt+Del Lockscreen' depending on the version of Windows. How is this possible if Ctrl+Alt+Del is a hardware interrupt?

It's just a normal keyboard hook. However, the only process that is allowed to respond to the keyboard hook is Winlogon (the welcome screen/security console). Any process can send the keystroke, however, they just can't handle it themselves.

I'm familiar with the logon-procedure, and I knew the reason for it. What really makes me wonder though, is that in Teamviewer (Remote graphical desktop access software) I can send a Ctrl+Alt+Del signal, which then brings up the Taskmanager or the 'Ctrl+Alt+Del Lockscreen' depending on the version of Windows. How is this possible if Ctrl+Alt+Del is a hardware interrupt?

http://www.simple-help.com/simplehelp/support/knowledgebase?fname=Sending_Ctrl_Alt_Del_to_remote_computer

that's a better explanation of how it works on remote login software :)

so yeah: i should have said, most software isn't able to send that key combination to login :p. Your other question, teamviewer afaik essentially just sends a software signal to the host that opens the task manager, it's not a real ctrl-alt-delete (but this is just guessing from my part I admit ;))

So in the supposedly april fools windows logon screen news I see a lot of comments from people that go like "it must be a joke because it says ctrl-alt-delete to logon". Obviously, those people don't use domains otherwise they would have known that it is a security measure that has always been and will always be a part of windows NT.

But why that key combination? Actually, that's very simple to answer, ctrl-alt-delete is the only key combination that is actually a hardware interupt, way before the win 9x line made it famous to reboot a computer it could already be used to send an interupt which the kernel could afterwards process. This means that software isn't able to send that key combination and fire the interupt. And that is why microsoft uses it before the logon screen in corporate environments as it essentially makes it impossible for trojans to try an automated login.

And of course, this is completely wrong. There is no special interrupt for ctrl-alt-del. In real-mode, or using the legacy 8259, there are 16 IRQ lines (15 usable because there are two "chips" and one line cascades to the other "chip"). One of which (IRQ 1) is the keyboard. The only special handling is that the combination is handled by the BIOS. Of course, if you intercept the interrupt yourself by modifying the IVT (or IDT in protected mode remembering to remap the IRQs), you can do what you like, just like any other key combination.

EDIT: And just to reinforce that there's nothing special about ctrl-alt-del, different OSs can use different key combinations to accomplish the same thing. Linux, for example, uses alt-sysrq-k as its "secure attention key".

All keypresses generate hardware interrupts, CTRL-ALT-DELETE happens to generate a specific one. It was chosen because it was difficult to hit the keys accidentally and restart the computer.

NT used it because it because it was a unique interrupt that normally restarted the computer. That way if you got a login prompt even after hitting CAD you could be reasonably sure it was the OS's prompt. :)

Because it explains the screenshot of the Windows 8 lock screen posted on the home page yesterday. Problem?

No problem, just curious, because i didn't see the connection. Problem?

I'm a little surprised that anyone with a Windows background would be unfamiliar with the good ol' 3-fingered salute.

ctrl_alt_del_postcard-p239105057378834716qibm_400.jpg

I don't know if it works this way but I guess you got that screen with CTRL+ALT+DEL. You have to press those keys to go to another window and enter your password to login. And if there are more users you have to click one of the user then you have to type your password? If we talk about UX that is backwards to me. You should design to simplified the experience. Less steps the better IMO. That's how I design things but maybe I'm wrong.

No problem, just curious, because i didn't see the connection. Problem?

I'm a little surprised that anyone with a Windows background would be unfamiliar with the good ol' 3-fingered salute.

ctrl_alt_del_postcard-p239105057378834716qibm_400.jpg

I think confusion was that most users who never saw the Ctrl + Alt + Del to login dialog thought the Win 8 screenshot was fake because it said so.

fun fact: if you do C+A+D twice on XP style login screen, you get classic login screen (doesn't work on Vista/7 where classic login was removed).

So in the supposedly april fools windows logon screen news I see a lot of comments from people that go like "it must be a joke because it says ctrl-alt-delete to logon". Obviously, those people don't use domains otherwise they would have known that it is a security measure that has always been and will always be a part of windows NT.

Since NT4, however, it has only been enabled by default on server versions of Windows.

  • 2 weeks later...

No problem, just curious, because i didn't see the connection. Problem?

I'm a little surprised that anyone with a Windows background would be unfamiliar with the good ol' 3-fingered salute.

ctrl_alt_del_postcard-p239105057378834716qibm_400.jpg

Mostly because most folks weren't familiar with NT until 2000 Professional (if not XP) if they didn't use computers in a business/government setting.

I was involved with NT almost from the beginning (shortly after NT 3.1 went RTM, in fact) out of sheer curiousity (for one thing, if you didn't run DOS, you had three choices at that time - NT, OS/2, or UNIX); NT had the advantage of all those Windows 3.x applications, but the disadvantage of taller system requirements, OS/2 ran DOS applications better than NT, but had issues with Windows applications. UNIX? By and large taller system requirements than even NT, yet handled DOS applications worse than not just OS/2, but NT as well. Windows applications? No way.

Shortly after I built my first exclusively-Windows (no DOS) box (P166 MMX with 32 MB of RAM, and running 95 SR2), I converted the old 95 beta box (AMD386-40 with 16 MB of RAM and a SIIG ISA Master+I/O add-in card) to an NT box - and I did it to settle a bet. (I was told that NT 3.51 Workstation would not run on a 386, which I rather emphatically disagreed with - and proved it with the AMD NT box.)

or when you join a domain with that group policy

Or when installing NT4WS with the default settings (which mirrored those of NT 3.51 Workstation, which it would replace).

Actually, if you tell *any* NT-based Windows (until XP) that a password is required to log on, the three-finger salute is a requirement (that includes both NT 4 Workstation and Windows 2000 Professional). It would take XP to banish the three-finger salute (instead, it brings up Task Manager).

You do not need to be on a Domain to use secure log on. CTRL-ALT-DEL helps prevent malicious applications from stealing account information and rude persons from trying to guess your password and log into your account.

For instance, if you are running Windows 7 Professional, Enterprise or Ultimate, you can open gpedit.msc and set a threshold for how many wrong tries until you successfully remember your password to log in. So you could set a thresh hold of 2 for the amount of mistakes before secure log on kicks in. If you make a mistake after 2 tries, it prevents log on for a certain period. So, if you go to use the bathroom and come back in time, you can catch the person you thought was your best friend trying log into your computer without your permission, then you can argue and say, I thought you were my best friend, I trusted you, how could do this to me? Leave, NOW!

You do not need to be on a Domain to use secure log on. CTRL-ALT-DEL helps prevent malicious applications from stealing account information and rude persons from trying to guess your password and log into your account.

For instance, if you are running Windows 7 Professional, Enterprise or Ultimate, you can open gpedit.msc and set a threshold for how many wrong tries until you successfully remember your password to log in. So you could set a thresh hold of 2 for the amount of mistakes before secure log on kicks in. If you make a mistake after 2 tries, it prevents log on for a certain period. So, if you go to use the bathroom and come back in time, you can catch the person you thought was your best friend trying log into your computer without your permission, then you can argue and say, I thought you were my best friend, I trusted you, how could do this to me? Leave, NOW!

You can do that in any version of Windows (XP or later) via a custom install, or via modification of the Users settings in Control Panel post-install.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Epic Games says Unreal Engine 6 will help developers "build content faster" using AI models by Pulasthi Ariyasinghe Epic Games is rolling out the latest major update to Unreal Engine 5 today, and at the same time, the company also dropped some information on the next-generation version of the product, Unreal Engine 6. This was already revealed a few weeks ago alongside the new Rocket League upgrade reveal. The company says it is combining the features of Unreal Engine and Unreal Editor for Fortnite to create this new version of its popular media creation tool. On top of creating entire games, the new engine will also focus on letting developers operate large-scale live service titles more easily, whether by shipping content into their own ecosystems or into Fortnite. The use of large language models is also mentioned here, with Epic saying it will be a core part of the engine. "We see LLMs, generative AI models, and tools like Claude and Codex playing a central role in helping you build content faster while maintaining the creative control you need," adds the company. Here is the rundown of what's new about version 6 of Unreal Engine: With all these changes to the programming model, portability upgrades, and generative AI integration, Epic says the new version of the engine will "change a lot about how games are made." The company aims to ship Unreal Engine 6 into early access in late 2027, with a full release planned for 12-18 months later. Epic Games also dropped a lengthy blog post about the new Unreal Engine 5.8 update for game developers over here. The release is focused on delivering better performance, customization, and streamlined workflows for development teams. This will be the final major update for this version of the engine before Epic switches to focus fully on Unreal Engine 6's early access launch.
    • Watch Louis Rossmann's recent experience on YouTube about trying to get a warranty replacement from Samsung. It's crazy.
    • That is the thing, how many of these people don't realise they are using AI? If they use Google Search they have no choice but to use AI. So yes, maybe half of American adults do use and I expect a lot of Uk adults do to, but I bet most of them don't realise it. Myself, i avoid the rubbish.
    • They use FREE AI. They aren't paying for this meme-generating slopware...
    • Gotta' buy that there Rufus guy a beer if I ever meet him. He makes good stuff.
  • Recent Achievements

    • One Month Later
      Vincian earned a badge
      One Month Later
    • First Post
      Jocimo earned a badge
      First Post
    • Week One Done
      suprememobiles48 earned a badge
      Week One Done
    • One Month Later
      Windows Guy earned a badge
      One Month Later
    • One Month Later
      Prasann earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      499
    2. 2
      +Edouard
      165
    3. 3
      PsYcHoKiLLa
      89
    4. 4
      Steven P.
      69
    5. 5
      neufuse
      65
  • Tell a friend

    Love Neowin? Tell a friend!