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

    • Can confirm, I've built stuff for others and no complaints using their products.
    • Yes I agree, it's annoying. You can now miss tabs unless you point low enough.
    • Sysinternals Suite 2026.17.06 by Razvan Serea The Sysinternals Suite is a comprehensive package of advanced Windows utilities created by Mark Russinovich, who launched the Sysinternals website in 1996 to share his system tools and technical resources. This suite combines a wide range of troubleshooting and diagnostic tools, including Process Explorer, Process Monitor, Sysmon, Autoruns, ProcDump, the PsTools collection, and many others. It provides everything IT professionals and developers need to manage, monitor, and troubleshoot Windows systems and applications. The Suite bundles all of the core troubleshooting utilities along with their help files. Non-troubleshooting extras—such as the BSOD Screen Saver or NotMyFault—are excluded. In addition to the well-known tools, it also includes AccessChk, Autologon, Ctrl2Cap, DiskView, Disk Usage (DU), LogonSessions, PageDefrag, PsLogList, PsPasswd, RegMon, RootkitRevealer, TCPView, VMMap, ZoomIt, and more. Sysinternals Suite 2026.17.06 changelog: Autoruns v14.3 - This update to Autoruns, a utility for monitoring startup items, adds bug fixes and improves the command-line application autorunsc. ZoomIt v12.1 - This update to ZoomIt, a screen magnification and annotation tool, adds image backgrounds, webcam background blur and microphone noise cancellation support. Coreinfo v4.01 - This update to Coreinfo, a tool that reports processor, socket, NUMA memory, and cache topology of a system, as well as processor features supported, adds support for new processor features. DebugView v5.02 - This update to DebugView, a tool for displaying both kernel-mode and Win32 debug output, adds Ctrl-Shift-A support for selecting all output, and agent skills support for the CLI utility. LiveKd v5.64 - This update to LiveKd, a utility that allows running the kernel debugger on a live system, fixes a debugging privileges issue. ProcDump 3.5.2 for Linux - This update to ProcDump for Linux, a tool for capturing process dumps, adds .NET counters and a custom core dumper. Process Monitor v4.04 - This update to Process Monitor, a utility for observing real-time file system, Registry, and process or thread activity, adds some bug fixes Sysmon v15.21 - This update to Sysmon, an advanced host security monitoring tool, adds some bug fixes. Download: Sysinternals Suite 2026.17.06 | 168.0 MB (Freeware) Download: Sysinternals Suite for ARM64 | 15.4 MB Link: Sysinternals Suite Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Given only Volume license customers and specific resellers can obtain the LTSC versions legitimately it seems likely that this has been tinkered with quite a lot!
    • Apple CEO Tim Cook confirms looming price hikes due to memory shortages by Hamid Ganji Image via Apple Memory and chip shortages have led to significant price increases for electronics over the past year, and it seems that more hikes are on the way for upcoming smartphones and computers. Apple CEO Tim Cook has confirmed that the company is planning to increase the prices of some of its products due to the ongoing memory and storage shortages. In an interview with The Wall Street Journal, Cook confirmed the looming price hikes for Apple’s future products, adding that “Unfortunately, price increases are unavoidable.” He also said the company is doing its best to “mitigate the huge increases that are being passed to us, and we’ve been trying to shield our customers from the increases, but the situation has become unsustainable.” The Apple CEO also noted that the allocation of a large portion of memory chips to AI companies has contributed to shortages in the market, resulting in lower supply at a time when demand for devices remains high. “We definitely need memory pricing and supply to return to reasonable levels for consumer products. That’s the bottom line,” Cook said. Cook also added that Apple is ready to use its vast cash reserves to help boost supply in the market because additional production capacity is needed. While he declined to specify how Apple plans to do that, he said the company will not build its own memory and storage factories despite its financial resources and silicon expertise. Cook did not provide further details on the scale of the price increases or which Apple products would be affected, though iPads and Macs could see higher prices sooner than other products. Apple’s next product launch event is scheduled for September, when the company is expected to unveil the iPhone 18 Pro, iPhone 18 Pro Max, and its first foldable iPhone. It remains unclear whether the upcoming iPhones will be affected by the price increases, but given the current memory shortage, higher prices seem increasingly likely. There is currently no clear timeline for the end of the memory shortage. Samsung, one of the world’s three largest memory chip manufacturers, recently said the shortage could persist for several more years.
  • Recent Achievements

    • 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
    • First Post
      Jocimo earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      542
    2. 2
      +Edouard
      167
    3. 3
      PsYcHoKiLLa
      85
    4. 4
      ATLien_0
      64
    5. 5
      neufuse
      64
  • Tell a friend

    Love Neowin? Tell a friend!