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

    • Heaven forbid they lose pennies from their Trillions! Like always, the consumer pays the most. Why is Tim Cooks even talking.....shouldn't he be packing up his office??
    • If you have the budget...! Some solo or indies just want to either learn or start their game and aren't in a capacity to pay salaries or to contractors... Get real.
    • Source and more 35 years old?! And if my maths is mathing, that means she was around 10 when The Ring came out?! Damn...scariest 10 year old I think I've ever seen. 
    • Adobe Acrobat Reader DC 2026.001.21677 by Razvan Serea Adobe Acrobat Reader DC software is the free, trusted standard for viewing, printing, signing, and annotating PDFs. Its the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. It’s connected to Adobe Document Cloud – so you can work with PDFs on computers and mobile devices. Adobe Document Cloud is a revolutionary, modern and efficient way to get work done with documents in the office, at home or on-the-go. At the heart of Document Cloud is the all-new Adobe Acrobat DC, which will take e-signatures mainstream by delivering free e-signing with every individual subscription. Document Cloud includes a set of integrated services that use a consistent online profile and personal document hub. With Adobe Document Cloud, people will be able to create, review, approve, sign and track documents whether on a desktop or mobile device. Businesses will be able to take advantage of Document Cloud for enterprise which provides enterprise-class document services that integrate into systems of record such as CRM, HCM, CLM, and CMS, adding speed, efficiency and transparency to getting business done with documents. Adobe Acrobat Reader DC new feature highlights: Work with PDFs from anywhere with the new, free Acrobat DC mobile app for Android or iOS. Select functionality is also available on Windows Phone. Use the new Fill & Sign tool in your desktop software to complete PDF forms fast with smart autofill. Download the free Adobe Fill & Sign mobile app to add the same option to your iPad or Android tablet device. Save money on ink and toner when printing from your Windows PC. Store and access files in Adobe Document Cloud with 5GB of free storage. Get instant access to recent files across desktop, web, and mobile devices with Mobile Link. Sync your Fill & Sign autofill collection across desktop, web, and iPad devices. Adobe PDF Pack premium features includes: Convert documents and images to PDF files. Use your mobile device camera to take a picture of a paper document or form and convert it to PDF. Turn PDFs into editable Microsoft Word, Excel, PowerPoint, or RTF files. Combine multiple files into a single PDF (web only). Get signatures from others with a complete e-signature service. Send, track, and confirm delivery of documents electronically instead of using fax or overnight services (tracking not available on mobile). Store and access files online with 20GB of storage. Download: Adobe Acrobat Reader DC 64-bit | 719.0 MB (Freeware) Link: Adobe Acrobat Reader DC Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Everybody will complain, but probably will sell like hotcakes......
  • Recent Achievements

    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
    • One Month Later
      eurospharma62 earned a badge
      One Month Later
    • Week One Done
      With What earned a badge
      Week One Done
    • Week One Done
      Harris Gilbert earned a badge
      Week One Done
    • One Month Later
      Vincian earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      538
    2. 2
      +Edouard
      168
    3. 3
      PsYcHoKiLLa
      75
    4. 4
      neufuse
      64
    5. 5
      ATLien_0
      63
  • Tell a friend

    Love Neowin? Tell a friend!