Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Control-Alt-Delete
Computer keyboard shortcut that triggers a reboot or system security function

Control-Alt-Delete (often abbreviated to Ctrl+Alt+Del and sometimes called the "three-finger salute" or "Security Keys") is a computer keyboard command on IBM PC compatible computers, invoked by pressing the Delete key while holding the Control and Alt keys: Ctrl+Alt+Delete. The function of the key combination differs depending on the context but it generally interrupts or facilitates interrupting a function. For instance, in pre-boot environment (before an operating system starts) or in MS-DOS, Windows 3.0 and earlier versions of Windows or OS/2, the key combination reboots the computer. Starting with Windows 95, the key combination invokes a task manager or security related component that facilitates ending a Windows session or killing a frozen application.

We don't have any images related to Control-Alt-Delete yet.
We don't have any YouTube videos related to Control-Alt-Delete yet.
We don't have any PDF documents related to Control-Alt-Delete yet.
We don't have any Books related to Control-Alt-Delete yet.
We don't have any archived web articles related to Control-Alt-Delete yet.

History

The soft reboot function via keyboard was originally designed by David Bradley.67 Bradley, as the chief engineer of the IBM PC project and developer of the machine's ROM-BIOS, had originally used Ctrl+Alt+Esc,8 but found it was too easy to bump the left side of the keyboard and reboot the computer accidentally. According to his own account, Mel Hallerman, who was the chief programmer of the project, therefore suggested switching the key combination to Ctrl+Alt+Del as a safety measure, a combination impossible to press with just one hand on the original IBM PC keyboard.91011

The feature was originally conceived only as a development feature for internal use and not intended to be used by end users, as it triggered the reboot without warning or further confirmation—it was meant to be used by people writing programs or documentation so that they could reboot their computers without powering them down. Bill Gates (former Microsoft CEO) remembered it as "just something we were using in development and it wouldn't be available elsewhere".12 The feature, however, was detailed in IBM's technical reference documentation13 to the original PC and thereby revealed to the general public.14

Bradley viewed this work as just one small task out of many: "It was five minutes, 10 minutes of activity, and then I moved on to the next of the 100 things that needed to get done."15 In a March 2018 email, one of Bradley's co-workers confirmed the command was invented in 1981 in Boca Raton, Florida.16

Bradley is also known for his good-natured jab at Gates at the celebration of the 20th anniversary of the IBM PC on August 8, 2001 at The Tech Museum: "I have to share the credit. I may have invented it, but I think Bill made it famous."; he quickly added it was a reference to Windows NT logon procedures ("Press Ctrl + Alt + Delete to log on").1718

During a question and answer presentation on 21 September 2013, Gates said "it was a mistake", referring to the decision to use Ctrl+Alt+Del as the keyboard combination to log into Windows. Gates stated he would have preferred a single button to trigger the same actions, but could not get IBM to add the extra button into the keyboard layout.19

BIOS

By default, when the operating system is running in real mode (or in a pre-boot environment, when no operating system is started yet), this keystroke combination is intercepted by the BIOS.2021222324 The BIOS reacts by performing a soft reboot (also known as a warm reboot).25262728 Examples of such operating systems include DOS, Windows 3.0 in Standard Mode as well as earlier versions of Windows.29

Windows

DOS-based Windows

In Windows 9x and Windows 3.0 running in 386 Enhanced mode,30 the keystroke combination is recognized by the Windows keyboard device driver. According to the value of the LocalReboot option in the [386Enh] section of system.ini, Windows performs one of several actions in response. If LocalReboot=On (default):

  • Windows 3.1x displays a blue screen that allows the user to press Enter to end a task that has stopped responding to the system (if such a task exists) or press Control+Alt+Delete again to perform a soft reboot.31 The text of this rudimentary task manager was written by Steve Ballmer.32
  • Windows 9x temporarily halts the entire system and displays the Close Program dialog box, a window which lists currently running processes and allows the user to end them (by force, if necessary). The user can press Control+Alt+Delete again to perform a soft reboot.3334

If LocalReboot=Off, Windows performs a soft reboot.3536

Windows NT family

The Windows NT family of operating system, whose members do not have "NT" in their names since Windows 2000, reserve Ctrl+Alt+Delete for the operating system itself. Winlogon, a core component of the operating system,37 responds to the key combination in the following scenarios:

Invoking Windows Security When a user is logged onto a Windows computer, pressing Ctrl+Alt+Delete invokes Windows Security. It is a graphical user interface that allows user to lock the system,38 switch user, log off, change the password, invoke Windows Task Manager, or end the Windows session by shutting down, rebooting or putting the computer into sleep or hibernation; clicking "Cancel" or pressing the Escape key returns the user to where they were. The key combination always invokes Windows Security in all versions and editions of Windows NT family except Windows XP. (See below.) Prior to Windows Vista, Windows Security was a dialog box, did not allow user switching and showed the logon date and time, name of user account into which the user has logged on and the computer name. Starting with Windows Vista, Windows Security became full-screen. Secure attention Login spoofing is a social engineering trick in which a malicious computer program with the appearance of a Windows login dialog box prompts for user's account name and password to steal them. To thwart this attack, Windows NT implements an optional security measure in which Ctrl+Alt+Delete acts as a secure attention key combination. Once the protection is activated, Windows requires the user to press Ctrl+Alt+Delete each time before logging on or unlocking the computer. Since the key combination is intercepted by Windows itself and malicious software cannot mimic this behavior,39 the trick is thwarted.40 Unless the Windows computer is part of a Windows domain network, the secure attention protection is disabled by default and must be enabled by the user.4142 Windows XP behavior Windows XP introduces Welcome Screen, a redesigned logon interface. The Welcome Screen of Windows XP, however, does not support the secure attention scenario.43 It may be disabled in favor of the classic plain logon screen, either explicitly by the user or as a consequence of the Windows XP computer becoming part of a Windows domain network.44 With that in mind, Windows XP uses the Ctrl+Alt+Delete in the following unique scenarios:
  1. At a logon prompt, the key combination dismisses Welcome Screen and invokes classic logon user interface.45
  2. When a user is logged on to a Windows XP computer and Welcome Screen is enabled, pressing the key combination invokes Windows Task Manager instead of Windows Security.46
Windows Vista and the next versions of Windows NT did not inherit any of the above.

OS/2

In OS/2, this keystroke combination is recognized by the OS/2 keyboard device driver, which notifies the session manager process.47 The normal session manager process in OS/2 versions 2.0 and later is the parent Workplace Shell process, which displays the "system is rebooting" window and triggers a soft reboot.48 If it is pressed twice in succession OS/2 triggers an immediate soft reboot, without waiting for the session manager process.

In both cases, the system flushes the page cache, cleanly unmounts all disc volumes, but does not cleanly shut down any running programs (and thus does not save any unsaved documents, or the current arrangements of the objects on the Workplace Shell desktop or in any of its open folders).4950

Mac

Ctrl+Alt+Delete is not a keyboard shortcut on macOS. Instead, ⌘ Command+⌥ Option+Esc brings up the Force Quit panel. Control+⌘ Command+Power restarts the computer.51

The original Mac OS X Server had an Easter egg in which pressing Control+⌥ Option+Delete (as the Option key is the equivalent of Alt key on a Mac keyboard) would show an alert saying "This is not DOS!".52

Linux

On some Linux-based operating systems including Ubuntu and Debian, Control+Alt+Delete is a shortcut for logging out.53

On Ubuntu Server, it is used to reboot a computer without logging in.54

Equivalents on various platforms

Desktop operating systems
PlatformKey combinationFunction
AmigaCtrl+Left Amiga+Right AmigaPerform a hardware reboot by sending a reset signal to system via keyboard MCU (+ possible extra keycode + max 10s delay if "reset warning" is supported and in use).55
BIOSCtrl+Alt+DeletePerform a soft reboot without memory initialization by jumping to IPL reset vector,56575859 after broadcasting a pending shutdown event (on AT compatible machines).60616263
DOS + KEYBCtrl+Alt+DeletePerform a soft reboot without memory initialization by jumping to IPL reset vector, after broadcasting a pending shutdown event (on AT compatible machines)646566 and flushing disk caches (since DOS 6, or with FreeKEYB676869 loaded). Some 386 memory managers (e.g. QEMM) can intercept and turn this into a quick reboot.70 If more than one task is running under multitaskers like DR-DOS EMM386 /MULTI + TASKMGR, this will only kill the currently running foreground task.71
DOS + K3PLUS or FreeKEYB⇧ Shift+Ctrl+Alt+DeletePerform a soft reboot with memory initialization (aka "cold reboot") by jumping to IPL reset vector, after broadcasting a pending shutdown event (on AT compatible machines) and flushing disk caches.72737475
LShift+RShift+Ctrl+Alt+DeletePerform a hard reboot by triggering the chipset's reset logic, after broadcasting a pending shutdown event and flushing disk caches.76777879
Windows 3.xCtrl+Alt+DeleteClose unresponsive applications. Performs a soft reboot if pressed twice.808182
Windows 9xCtrl+Alt+DeleteBring up "Close Program" dialog box (a simplistic task manager). Performs a soft reboot if pressed twice.8384
Windows NT familyCtrl+⇧ Shift+EscBring up the Windows Task Manager85

Ctrl+Alt+Delete

Ctrl+Alt+EndUsed in Terminal Services to send the command to the remote session / application:
Ctrl, ScrollLock (twice)Causes a user-initiated crash (disabled by default; must be enabled with registry editing)88

An equivalent function is Ctrl+NumLock (with Ctrl held down and pressing NumLock twice)89

OS/2Ctrl+EscBring up the Window List (unblocking the synchronous input queue)90
Ctrl+Alt+DeletePerform a soft reboot
Ctrl+Alt, NumLock (twice)Halt the system and begin a system dump to floppy disk
TOS (1.4 and higher), MiNTCtrl+Alt+DeletePerform soft reboot without memory initialization (warm boot)91
RShift+Ctrl+Alt+DeletePerform soft reboot with memory initialization (cold boot)92
LinuxCtrl+Alt+DeleteSignal the init process (usually configured to soft reboot)93
Alt+SysRq+function keyMagic SysRq key: Depending on the function key, performs a certain low-level function. Examples: sync (flush caches), reboot (forced soft reboot), unmount (remount filesystems readonly), etc.
macOS⌥ Option+⌘ Command+EscForce quit applications94
⌘ Cmd+⌃ Control+⏏ Media EjectQuit all applications and restart95
⌘ Cmd+⌥ Option+⌃ Control+⏏ Media EjectQuit all applications and shut down96
Control+⏏ Media EjectShow restart, sleep or shutdown dialog9798
Control+⌘ Command+PowerImmediately restarts computer.99
BeOSCtrl+Alt+⇧ Shift and click an application's entry in the DeskbarKills application100
XfceCtrl+Alt+Esc + click on windowKills application (invokes xkill)101
Ctrl+Alt+DeleteLock the screen and invoke the screensaver
X Window SystemCtrl+Alt+← BackspaceImmediately kills the X server (the key combination can be disabled). When using an X Display Manager, it will usually start the X server again.
BBC Micro running Acorn MOS
  1. Break
  2. Control+Break
  3. ⇧ Shift+Break
  1. Soft boot
  2. Hard boot
  3. Soft boot and look for any bootable media on the active filesystem
Amstrad PCW on CP/M⇧ Shift+Extra+Exit
Other platforms
PlatformKey combinationFunction
TI-30XIISOn+ClearRestarts the calculator and clears RAM
TI-80, TI-81, TI-82, TI-83, TI-84Mode, Alpha, SShows ROM version number. [Enter] enters self test mode
TI-85, TI-862nd, Mode, Alpha, SShows ROM version number. [Enter] enters self test mode
TI-892nd+←+→+OnRestarts the calculator and clears RAM
Esc+OnForce break without restarting RAM
F5, ◆+Clear, Alpha+SEnter self test mode
Natural display Casio calculators⇧ Shift+7+OnRestarts the calculator and clears RAM and EEPROM. Continue pressing Shift to advance through self-test mode.
TI-99/4AFCTN+=Resets machine back to startup screen.
Voyage 2002nd+Hand+OnRestarts the calculator and clears RAM
HP-48On+CRestarts RPL, clearing the Stack and PICT, closing IO, and returning to the HOME directory (but not purging the memory)
On+A+FAs above, but also purges the memory
Scientific Atlanta Explorer DHCT Samsung cable boxesVolume Down+Volume Up+Info (on settop box; not remote)Reboots box
Foxtel Set-top-boxesBack+Select (on box; except UEC 720)Power cycles the machine.102
Standby+Foxtel (on box; UEC 720)
Back+Select+Reset (on box; iQ2)
C64Run/Stop+RestoreWarm starts the machine, does not work if CPU has crashed or NMI is blocked in hardware or rerouted.
Amazon Fire TVSelect+Play/Pause (on remote)Reboots the device
Virtual machine platforms
PlatformKey combinationFunction
VMwareCtrl+Alt+InsertSend the command to the virtual machine.
Microsoft Virtual PCRAlt+DeleteSend the command to the virtual machine.
Windows Virtual PC for Windows 7Ctrl+Alt+EndSend the command to the virtual machine.
Oracle VM VirtualBoxHost+DeleteSend the command to the virtual machine.

Cultural adoption

As computers became ubiquitous, so too, has the jargon. Control-Alt-Delete can also mean "dump," or "do away with".103

The keystrokes are well known and infamous for escaping from problems in pop culture. For example, in the Billy Talent song "Perfect World", part of the lyrics include the sequence and associate it with resetting their memory and escaping from a situation: "Control-Alt-Deleted. Reset my memory."104

See also

Notes

Further reading

  • Linux manual pages for kill(2) and reboot(2).
IBM PC keyboard (Windows, ANSI US layout)
  • v
  • t
  • e
EscF1F2F3F4F5F6F7F8F9F10F11F12PrtScn/SysRqScrollLockPause/Break
InsertHomePgUpNumLock
DeleteEndPgDn789+
456
123Enter
   0   Ins . Del

References

  1. Smith, Gina (2007-12-03). "Unsung innovators: David Bradley, inventor of the "three-finger salute"". Computerworld. Archived from the original on 2014-07-15. Retrieved 2009-04-12. https://web.archive.org/web/20140715050917/http://www.computerworld.com/s/article/9046742/Unsung_innovators_David_Bradley_inventor_of_the_three_finger_salute_

  2. "CTRL-ALT-DEL: The Three Finger Salute". Togaware. Archived from the original on 2017-09-10. Retrieved 2009-04-12. http://www.togaware.com/linux/survivor/CTRL_ALT_DEL_Three.html

  3. IBM Personal Computer Technical Reference (Revised ed.). IBM Corporation. March 1983. /wiki/IBM_Corporation

  4. IBM Personal Computer AT Technical Reference. IBM Personal Computer Hardware Reference Library. Vol. 0, 1, 2 (Revised ed.). IBM Corporation. March 1986 [1984-03]. 1502494, 6139362, 6183310, 6183312, 6183355, 6280070, 6280099. /wiki/IBM_Corporation

  5. Phoenix Technologies, Ltd. (1989) [1987]. System BIOS for IBM PC/XT/AT Computers and Compatibles — The Complete Guide to ROM-Based System Software. Phoenix Technical Reference Series (1st ed.). Addison Wesley Publishing Company, Inc. ISBN 0-201-51806-6. 0-201-51806-6

  6. "Unsung innovators: David Bradley, inventor of the "three-finger salute". Computerworld. 2007-12-03. Archived from the original on 2020-07-28. Retrieved 2018-10-30. https://www.computerworld.com/article/2540049/computer-hardware/unsung-innovator

  7. Hughes, Virginia (2013-07-12). "The History of CTRL + ALT + DELETE". mental floss. Archived from the original on 2017-09-10. Retrieved 2013-07-10. http://mentalfloss.com/article/51674/history-ctrl-alt-delete

  8. Bright, Peter (2013-09-27). "If Bill Gates really thinks ctrl-alt-del was a mistake, he should have fixed it himself". Ars Technica. Condé Nast. Archived from the original on 2017-09-10. Retrieved 2013-10-01. https://arstechnica.com/information-technology/2013/09/if-bill-gates-really-thinks-ctrl-alt-del-was-a-mistake-he-should-have-fixed-it-himself/

  9. Williams, Gregg (January 1982). "A Closer Look at the IBM Personal Computer". BYTE. Vol. 7, no. 1. p. 36. Retrieved 2013-10-19. https://archive.org/stream/byte-magazine-1982-01/1982_01_BYTE_07-01_The_IBM_Personal_Computer#page/n37/mode/2up

  10. Needleman, Rafe (2011-08-15). "Happy 30th Birthday to the IBM PC". CNET. CBS Interactive. Archived from the original on 2017-09-10. Retrieved 2013-01-12. http://cnettv.cnet.com/9742-1_53-50109594.html

  11. Aamidor, Abe. "Thank this guy for 'control-alt-delete'". Indianapolis Star. Archived from the original on 2017-09-10. Retrieved 2010-09-09. http://www.gannettonline.com/e/trends/18001162.html

  12. Gross, Doug (2013-09-26). "Bill Gates: Control-Alt-Delete a mistake". CNN. Archived from the original on 2013-09-26. Retrieved 2013-09-26. http://www.cnn.com/2013/09/26/tech/innovation/bill-gates-control-alt-delete/

  13. IBM Personal Computer Technical Reference (Revised ed.). IBM Corporation. March 1983. /wiki/IBM_Corporation

  14. Williams, Gregg (January 1982). "A Closer Look at the IBM Personal Computer". BYTE. Vol. 7, no. 1. p. 36. Retrieved 2013-10-19. https://archive.org/stream/byte-magazine-1982-01/1982_01_BYTE_07-01_The_IBM_Personal_Computer#page/n37/mode/2up

  15. Hughes, Virginia (2013-07-12). "The History of CTRL + ALT + DELETE". mental floss. Archived from the original on 2017-09-10. Retrieved 2013-07-10. http://mentalfloss.com/article/51674/history-ctrl-alt-delete

  16. Jarvis, Craig (2018-03-05). "Oops. NC needs to delete ctrl+alt+delete from list of state's inventions". News & Observer. Archived from the original on 2018-04-04. Retrieved 2018-04-03. http://www.newsobserver.com/news/business/article203595559.html

  17. Control-Alt-Delete: David Bradley & Bill Gates Archived 2020-07-28 at the Wayback Machine, video clip from IBM PC 20th Anniversary, Aug 8, 2001 (posted to YouTube on Jan 7, 2011) https://www.youtube.com/watch?v=K_lg7w8gAXQ&t=46s

  18. Needleman, Rafe (2011-08-15). "Happy 30th Birthday to the IBM PC". CNET. CBS Interactive. Archived from the original on 2017-09-10. Retrieved 2013-01-12. http://cnettv.cnet.com/9742-1_53-50109594.html

  19. Bright, Peter (2013-09-27). "If Bill Gates really thinks ctrl-alt-del was a mistake, he should have fixed it himself". Ars Technica. Condé Nast. Archived from the original on 2017-09-10. Retrieved 2013-10-01. https://arstechnica.com/information-technology/2013/09/if-bill-gates-really-thinks-ctrl-alt-del-was-a-mistake-he-should-have-fixed-it-himself/

  20. IBM Personal Computer Technical Reference (Revised ed.). IBM Corporation. March 1983. /wiki/IBM_Corporation

  21. IBM Personal Computer AT Technical Reference. IBM Personal Computer Hardware Reference Library. Vol. 0, 1, 2 (Revised ed.). IBM Corporation. March 1986 [1984-03]. 1502494, 6139362, 6183310, 6183312, 6183355, 6280070, 6280099. /wiki/IBM_Corporation

  22. Phoenix Technologies, Ltd. (1989) [1987]. System BIOS for IBM PC/XT/AT Computers and Compatibles — The Complete Guide to ROM-Based System Software. Phoenix Technical Reference Series (1st ed.). Addison Wesley Publishing Company, Inc. ISBN 0-201-51806-6. 0-201-51806-6

  23. Hyde, Randall (1996-09-30). "The Art of Assembly Language Programming". Archived from the original on 2012-12-12. Retrieved 2012-04-25. /wiki/Randall_Hyde

  24. Paul, Matthias R. (2002-04-03). "[fd-dev] Ctrl+Alt+Del". freedos-dev. Archived from the original on 2017-09-09. Retrieved 2017-09-10. https://marc.info/?l=freedos-dev&m=101783474625117

  25. IBM Personal Computer Technical Reference (Revised ed.). IBM Corporation. March 1983. /wiki/IBM_Corporation

  26. IBM Personal Computer AT Technical Reference. IBM Personal Computer Hardware Reference Library. Vol. 0, 1, 2 (Revised ed.). IBM Corporation. March 1986 [1984-03]. 1502494, 6139362, 6183310, 6183312, 6183355, 6280070, 6280099. /wiki/IBM_Corporation

  27. Phoenix Technologies, Ltd. (1989) [1987]. System BIOS for IBM PC/XT/AT Computers and Compatibles — The Complete Guide to ROM-Based System Software. Phoenix Technical Reference Series (1st ed.). Addison Wesley Publishing Company, Inc. ISBN 0-201-51806-6. 0-201-51806-6

  28. Paul, Matthias R. (2002-04-03). "[fd-dev] Ctrl+Alt+Del". freedos-dev. Archived from the original on 2017-09-09. Retrieved 2017-09-10. https://marc.info/?l=freedos-dev&m=101783474625117

  29. Bright, Peter (2013-09-27). "If Bill Gates really thinks ctrl-alt-del was a mistake, he should have fixed it himself". Ars Technica. Condé Nast. Archived from the original on 2017-09-10. Retrieved 2013-10-01. https://arstechnica.com/information-technology/2013/09/if-bill-gates-really-thinks-ctrl-alt-del-was-a-mistake-he-should-have-fixed-it-himself/

  30. Bright, Peter (2013-09-27). "If Bill Gates really thinks ctrl-alt-del was a mistake, he should have fixed it himself". Ars Technica. Condé Nast. Archived from the original on 2017-09-10. Retrieved 2013-10-01. https://arstechnica.com/information-technology/2013/09/if-bill-gates-really-thinks-ctrl-alt-del-was-a-mistake-he-should-have-fixed-it-himself/

  31. "Windows 3.1 Resource Kit SYSTEM.INI 386ENH Section A–L". Microsoft's KnowledgeBase article 83435 (1.0 ed.). 2001-07-30 [1992]. Archived from the original on 2016-03-20. Retrieved 2005-01-07. From SYSINI.WRI in Microsoft Windows Resource Kit for Windows 3.1: LocalReboot=; Default: On; Purpose: Specifies whether you can press CTRL+ALT+DEL to quit applications that cause an unrecoverable errors in 386 enhanced mode, without restarting Windows. If this setting is enabled, you can quit the applications. If this setting is disabled, pressing CTRL+ALT+DEL will restart your entire system (as it normally does.) http://support.microsoft.com/kb/q83435/

  32. Chen, Raymond (2014-09-02). "Who wrote the text for the Ctrl+Alt+Del dialog in Windows 3.1?". The Old New Thing. Microsoft. Archived from the original on 2017-09-10. Retrieved 2014-09-10. /wiki/Raymond_Chen_(Microsoft)

  33. Chappell, Geoff (1998-05-06). "Is this possible?". Newsgroup: comp.os.ms-windows.programmer.vxd. Usenet: [email protected]. Archived from the original on 2017-09-10. Retrieved 2017-09-10. — a report of differences in LocalReboot between Windows 3.x and Windows 95 https://groups.google.com/d/msg/comp.os.ms-windows.programmer.vxd/N9QUe7djlCE/1hrGpGQpM6cJ

  34. Terhune, Gary S. (2004-01-11). "Lost Ctrl-Alt-Del function on W98, 2nd". Newsgroup: microsoft.public.win98.gen_discussion. Usenet: [email protected]. Archived from the original on 2013-10-02. Retrieved 2013-10-02. — a report of the effect of LocalReboot in Windows 95 https://groups.google.com/d/msg/microsoft.public.win98.gen_discussion/u9q3ph_2q5M/-xerngvF8VQJ

  35. "Windows 3.1 Resource Kit SYSTEM.INI 386ENH Section A–L". Microsoft's KnowledgeBase article 83435 (1.0 ed.). 2001-07-30 [1992]. Archived from the original on 2016-03-20. Retrieved 2005-01-07. From SYSINI.WRI in Microsoft Windows Resource Kit for Windows 3.1: LocalReboot=; Default: On; Purpose: Specifies whether you can press CTRL+ALT+DEL to quit applications that cause an unrecoverable errors in 386 enhanced mode, without restarting Windows. If this setting is enabled, you can quit the applications. If this setting is disabled, pressing CTRL+ALT+DEL will restart your entire system (as it normally does.) http://support.microsoft.com/kb/q83435/

  36. Terhune, Gary S. (2004-01-11). "Lost Ctrl-Alt-Del function on W98, 2nd". Newsgroup: microsoft.public.win98.gen_discussion. Usenet: [email protected]. Archived from the original on 2013-10-02. Retrieved 2013-10-02. — a report of the effect of LocalReboot in Windows 95 https://groups.google.com/d/msg/microsoft.public.win98.gen_discussion/u9q3ph_2q5M/-xerngvF8VQJ

  37. Andrei Miroshnikov (2018). Windows Security Monitoring: Scenarios and Patterns. John Wiley & Sons. ISBN 978-1119390879. Winlogon is a system component 978-1119390879

  38. When a Windows computer is locked, access to Windows is only allowed when valid credentials are supplied. Unlocking a computer is similar to a logon. /wiki/Login

  39. The only way to wrest the control of Ctrl+Alt+Delete handling from Windows is to subvert its core components such as kernel or winlogon. However, a malicious program that has succeeded in breaching Windows integrity so deeply does not need to steal a password. /wiki/Winlogon

  40. Osterman, Larry (2005-01-24). "Why is Control-Alt-Delete the secure attention sequence (SAS)?". Larry Osterman's WebLog. MSDN Blogs. Archived from the original on 2017-09-10. Retrieved 2007-03-15. http://blogs.msdn.com/larryosterman/archive/2005/01/24/359850.aspx

  41. "Enable Press Ctrl+Alt+Del Secure Logon On Windows 7 or Vista". My Digital Life. 2010-01-28. Archived from the original on 2017-09-10. Retrieved 2013-01-19. http://www.mydigitallife.info/enable-press-ctrlaltdel-secure-logon-on-windows-7-or-vista/

  42. "How to enable or disable the CTRL+ALT+DELETE sequence for logging on to Windows XP, to Windows Vista, and to Windows 7". Microsoft Support. Microsoft. 2010-12-10. Archived from the original on 2015-03-08. Retrieved 2013-01-19. https://web.archive.org/web/20150308223519/http://support.microsoft.com/kb/308226

  43. "How to enable or disable the CTRL+ALT+DELETE sequence for logging on to Windows XP, to Windows Vista, and to Windows 7". Microsoft Support. Microsoft. 2010-12-10. Archived from the original on 2015-03-08. Retrieved 2013-01-19. https://web.archive.org/web/20150308223519/http://support.microsoft.com/kb/308226

  44. "How to change the logon window and the shutdown preferences in Windows XP". Microsoft Support. Microsoft. 2007-05-07. Archived from the original on 2015-02-15. Retrieved 2013-01-19. http://support.microsoft.com/kb/291559

  45. "How to change the logon window and the shutdown preferences in Windows XP". Microsoft Support. Microsoft. 2007-05-07. Archived from the original on 2015-02-15. Retrieved 2013-01-19. http://support.microsoft.com/kb/291559

  46. "Using CTRL+ALT+DEL key combination to open Windows Security opens Task Manager". Microsoft Support. Microsoft. 2006-01-15. Archived from the original on 2015-02-28. Retrieved 2013-01-19. http://support.microsoft.com/kb/281980

  47. Iacobucci, Ed (1988). Das OS/2-Buch [OS/2 Programmer's Guide] (in German) (1st ed.). Hamburg: Osborne / McGraw-Hill Book Company GmbH (published 1989). ISBN 3-89028-151-6. 3-89028-151-6

  48. Albrecht, Robert M.; Plura, Michael (1993). Das große Buch zu OS/2 Version 2 (in German) (1st ed.). Düsseldorf: Data Becker. ISBN 3-89011-598-5. 3-89011-598-5

  49. Albrecht, Robert M.; Plura, Michael (1993). Das große Buch zu OS/2 Version 2 (in German) (1st ed.). Düsseldorf: Data Becker. ISBN 3-89011-598-5. 3-89011-598-5

  50. Moskowitz, David; Kerr, David (1995). OS/2 Warp Version 3 für Insider [OS/2 Warp Unleashed Deluxe Edition] (in German) (1st ed.). SAMS Publishing. ISBN 3-87791-815-8. 3-87791-815-8

  51. "Mac keyboard shortcuts". Apple, Inc. Archived from the original on 2014-10-25. Retrieved 2008-10-25. http://support.apple.com/kb/HT1343

  52. "Mac OS X Server Easter Egg - This is not DOS". Archived from the original on 2016-02-19. Retrieved 2011-10-07. http://www.eeggs.com/items/11649.html

  53. "Useful keyboard shortcuts". Ubuntu Desktop Guide. Canonical. Archived from the original on 2016-03-04. Retrieved 2014-10-30. https://help.ubuntu.com/stable/ubuntu-help/shell-keyboard-shortcuts.html

  54. "Console Security". Ubuntu Server Guide. Canonical. Archived from the original on 2016-03-04. Retrieved 2015-06-02. https://help.ubuntu.com/lts/serverguide/console-security.html

  55. Wilen, Toni. "Is Ctrl-Amiga-Amiga something special?". English Amiga Board. Archived from the original on 2018-09-19. Retrieved 2018-09-19. http://eab.abime.net/showthread.php?p=1210941

  56. IBM Personal Computer Technical Reference (Revised ed.). IBM Corporation. March 1983. /wiki/IBM_Corporation

  57. IBM Personal Computer AT Technical Reference. IBM Personal Computer Hardware Reference Library. Vol. 0, 1, 2 (Revised ed.). IBM Corporation. March 1986 [1984-03]. 1502494, 6139362, 6183310, 6183312, 6183355, 6280070, 6280099. /wiki/IBM_Corporation

  58. Phoenix Technologies, Ltd. (1989) [1987]. System BIOS for IBM PC/XT/AT Computers and Compatibles — The Complete Guide to ROM-Based System Software. Phoenix Technical Reference Series (1st ed.). Addison Wesley Publishing Company, Inc. ISBN 0-201-51806-6. 0-201-51806-6

  59. Paul, Matthias R. (2002-04-03). "[fd-dev] Ctrl+Alt+Del". freedos-dev. Archived from the original on 2017-09-09. Retrieved 2017-09-10. https://marc.info/?l=freedos-dev&m=101783474625117

  60. IBM Personal Computer AT Technical Reference. IBM Personal Computer Hardware Reference Library. Vol. 0, 1, 2 (Revised ed.). IBM Corporation. March 1986 [1984-03]. 1502494, 6139362, 6183310, 6183312, 6183355, 6280070, 6280099. /wiki/IBM_Corporation

  61. Phoenix Technologies, Ltd. (1989) [1987]. System BIOS for IBM PC/XT/AT Computers and Compatibles — The Complete Guide to ROM-Based System Software. Phoenix Technical Reference Series (1st ed.). Addison Wesley Publishing Company, Inc. ISBN 0-201-51806-6. 0-201-51806-6

  62. Paul, Matthias R. (2004-03-13). "Rebooting from user-space" (FreeDOS technical note). Archived from the original on 2017-01-16. Retrieved 2017-01-15. https://web.archive.org/web/20170116021931/http://www.freedos.org/history/technote/217.html

  63. Paul, Matthias R. (2002-04-03). "[fd-dev] Ctrl+Alt+Del". freedos-dev. Archived from the original on 2017-09-09. Retrieved 2017-09-10. https://marc.info/?l=freedos-dev&m=101783474625117

  64. IBM Personal Computer AT Technical Reference. IBM Personal Computer Hardware Reference Library. Vol. 0, 1, 2 (Revised ed.). IBM Corporation. March 1986 [1984-03]. 1502494, 6139362, 6183310, 6183312, 6183355, 6280070, 6280099. /wiki/IBM_Corporation

  65. Phoenix Technologies, Ltd. (1989) [1987]. System BIOS for IBM PC/XT/AT Computers and Compatibles — The Complete Guide to ROM-Based System Software. Phoenix Technical Reference Series (1st ed.). Addison Wesley Publishing Company, Inc. ISBN 0-201-51806-6. 0-201-51806-6

  66. Paul, Matthias R. (2004-03-13). "Rebooting from user-space" (FreeDOS technical note). Archived from the original on 2017-01-16. Retrieved 2017-01-15. https://web.archive.org/web/20170116021931/http://www.freedos.org/history/technote/217.html

  67. Paul, Matthias R. (2002-04-03). "[fd-dev] Ctrl+Alt+Del". freedos-dev. Archived from the original on 2017-09-09. Retrieved 2017-09-10. https://marc.info/?l=freedos-dev&m=101783474625117

  68. Paul, Matthias R.; Frinke, Axel C. (1997-10-13) [first published 1991], FreeKEYB - Enhanced DOS keyboard and console driver (User Manual) (v6.5 ed.) [1] (NB. FreeKEYB is a Unicode-based dynamically configurable successor of K3PLUS supporting most keyboard layouts, code pages, and country codes.) https://web.archive.org/web/20190309194320/http://sta.c64.org/dosprg/fk657p1.zip

  69. Paul, Matthias R.; Frinke, Axel C. (2006-01-16), FreeKEYB - Advanced international DOS keyboard and console driver (User Manual) (v7 preliminary (v6.58) ed.)

  70. Paul, Matthias R. (2002-04-03). "[fd-dev] Ctrl+Alt+Del". freedos-dev. Archived from the original on 2017-09-09. Retrieved 2017-09-10. https://marc.info/?l=freedos-dev&m=101783474625117

  71. Paul, Matthias R. (2002-04-03). "[fd-dev] Ctrl+Alt+Del". freedos-dev. Archived from the original on 2017-09-09. Retrieved 2017-09-10. https://marc.info/?l=freedos-dev&m=101783474625117

  72. Paul, Matthias R. (2002-04-03). "[fd-dev] Ctrl+Alt+Del". freedos-dev. Archived from the original on 2017-09-09. Retrieved 2017-09-10. https://marc.info/?l=freedos-dev&m=101783474625117

  73. Paul, Matthias R.; Frinke, Axel C. (1997-10-13) [first published 1991], FreeKEYB - Enhanced DOS keyboard and console driver (User Manual) (v6.5 ed.) [1] (NB. FreeKEYB is a Unicode-based dynamically configurable successor of K3PLUS supporting most keyboard layouts, code pages, and country codes.) https://web.archive.org/web/20190309194320/http://sta.c64.org/dosprg/fk657p1.zip

  74. Paul, Matthias R.; Frinke, Axel C. (2006-01-16), FreeKEYB - Advanced international DOS keyboard and console driver (User Manual) (v7 preliminary (v6.58) ed.)

  75. Frinke, Axel C.; Paul, Matthias R. (1995-05-10) [first published 1991], K3PLUS v6 - Der ultimative Ersatz für den DOS-Standard-Tastaturtreiber KEYB GR (User Manual) (in German) (r49-v6.21 ed.) (NB. K3PLUS was an extended keyboard driver for DOS widely distributed in Germany at its time, with adaptations to a handful of other European languages available. K3PLUS.DOC is part of the K3P621P2.ZIP distribution package.)

  76. Paul, Matthias R. (2002-04-03). "[fd-dev] Ctrl+Alt+Del". freedos-dev. Archived from the original on 2017-09-09. Retrieved 2017-09-10. https://marc.info/?l=freedos-dev&m=101783474625117

  77. Paul, Matthias R.; Frinke, Axel C. (1997-10-13) [first published 1991], FreeKEYB - Enhanced DOS keyboard and console driver (User Manual) (v6.5 ed.) [1] (NB. FreeKEYB is a Unicode-based dynamically configurable successor of K3PLUS supporting most keyboard layouts, code pages, and country codes.) https://web.archive.org/web/20190309194320/http://sta.c64.org/dosprg/fk657p1.zip

  78. Paul, Matthias R.; Frinke, Axel C. (2006-01-16), FreeKEYB - Advanced international DOS keyboard and console driver (User Manual) (v7 preliminary (v6.58) ed.)

  79. Frinke, Axel C.; Paul, Matthias R. (1995-05-10) [first published 1991], K3PLUS v6 - Der ultimative Ersatz für den DOS-Standard-Tastaturtreiber KEYB GR (User Manual) (in German) (r49-v6.21 ed.) (NB. K3PLUS was an extended keyboard driver for DOS widely distributed in Germany at its time, with adaptations to a handful of other European languages available. K3PLUS.DOC is part of the K3P621P2.ZIP distribution package.)

  80. "Windows 3.1 Resource Kit SYSTEM.INI 386ENH Section A–L". Microsoft's KnowledgeBase article 83435 (1.0 ed.). 2001-07-30 [1992]. Archived from the original on 2016-03-20. Retrieved 2005-01-07. From SYSINI.WRI in Microsoft Windows Resource Kit for Windows 3.1: LocalReboot=; Default: On; Purpose: Specifies whether you can press CTRL+ALT+DEL to quit applications that cause an unrecoverable errors in 386 enhanced mode, without restarting Windows. If this setting is enabled, you can quit the applications. If this setting is disabled, pressing CTRL+ALT+DEL will restart your entire system (as it normally does.) http://support.microsoft.com/kb/q83435/

  81. Chappell, Geoff (1998-05-06). "Is this possible?". Newsgroup: comp.os.ms-windows.programmer.vxd. Usenet: [email protected]. Archived from the original on 2017-09-10. Retrieved 2017-09-10. — a report of differences in LocalReboot between Windows 3.x and Windows 95 https://groups.google.com/d/msg/comp.os.ms-windows.programmer.vxd/N9QUe7djlCE/1hrGpGQpM6cJ

  82. Terhune, Gary S. (2004-01-11). "Lost Ctrl-Alt-Del function on W98, 2nd". Newsgroup: microsoft.public.win98.gen_discussion. Usenet: [email protected]. Archived from the original on 2013-10-02. Retrieved 2013-10-02. — a report of the effect of LocalReboot in Windows 95 https://groups.google.com/d/msg/microsoft.public.win98.gen_discussion/u9q3ph_2q5M/-xerngvF8VQJ

  83. Chappell, Geoff (1998-05-06). "Is this possible?". Newsgroup: comp.os.ms-windows.programmer.vxd. Usenet: [email protected]. Archived from the original on 2017-09-10. Retrieved 2017-09-10. — a report of differences in LocalReboot between Windows 3.x and Windows 95 https://groups.google.com/d/msg/comp.os.ms-windows.programmer.vxd/N9QUe7djlCE/1hrGpGQpM6cJ

  84. Terhune, Gary S. (2004-01-11). "Lost Ctrl-Alt-Del function on W98, 2nd". Newsgroup: microsoft.public.win98.gen_discussion. Usenet: [email protected]. Archived from the original on 2013-10-02. Retrieved 2013-10-02. — a report of the effect of LocalReboot in Windows 95 https://groups.google.com/d/msg/microsoft.public.win98.gen_discussion/u9q3ph_2q5M/-xerngvF8VQJ

  85. "Keyboard Shortcuts". Oracle Help Center. Archived from the original on 2019-08-22. Retrieved 2019-08-22. https://docs.oracle.com/cd/A87861_01/NT817EE/em.817/a85251/key.htm

  86. "List of the keyboard shortcuts that are available in Windows XP". Microsoft.com. Archived from the original on 2019-08-26. Retrieved 2019-08-22. https://support.microsoft.com/en-us/help/301583/list-of-the-keyboard-shortcuts-that-are-available-in-windows-xp

  87. "List of Windows Keyboard Shortcuts". Archived from the original on 2019-08-22. Retrieved 2019-08-22. https://www.instructables.com/id/List-of-Windows-keyboard-shortcuts

  88. "Forcing a system crash from the keyboard". Microsoft Learn. Retrieved 2023-12-15. https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/forcing-a-system-crash-from-the-keyboard

  89. admin (2023-02-28). "Cómo causar manualmente BSOD en Windows: 6 formas paso a paso". TecnoTuto (in Spanish). Retrieved 2023-11-19. https://tecnotuto.com/windows/como-causar-manualmente-bsod-en-windows-6-formas-paso-a-paso/

  90. "Full text of "IBM OS 2 Warp 4 Foundation Level Training Manual"". 2001. https://archive.org/stream/IBMOS2Warp4FoundationLevelTrainingManual/IBM+OS2+Warp+4+Foundation+Level+Training+Manual_djvu.txt

  91. "FreeMiNT-Portal - mint.doc". 2000-04-27. Archived from the original on 2017-01-15. Retrieved 2017-01-09. http://freemint.de/docs/mint.mint_doc.html

  92. "FreeMiNT-Portal - mint.doc". 2000-04-27. Archived from the original on 2017-01-15. Retrieved 2017-01-09. http://freemint.de/docs/mint.mint_doc.html

  93. "Ctrl+Alt+Delete". Archived from the original on 2019-08-22. Retrieved 2019-08-22. https://www.linuxquestions.org/questions/linux-newbie-8/ctrl-alt-delete-97597

  94. "Mac keyboard shortcuts". Apple, Inc. Archived from the original on 2014-10-25. Retrieved 2008-10-25. http://support.apple.com/kb/HT1343

  95. "Mac keyboard shortcuts". Apple, Inc. Archived from the original on 2014-10-25. Retrieved 2008-10-25. http://support.apple.com/kb/HT1343

  96. "Mac keyboard shortcuts". Apple, Inc. Archived from the original on 2014-10-25. Retrieved 2008-10-25. http://support.apple.com/kb/HT1343

  97. "Mac keyboard shortcuts". Apple, Inc. Archived from the original on 2014-10-25. Retrieved 2008-10-25. http://support.apple.com/kb/HT1343

  98. "Mac OS X 10.4 or earlier: Computer stops responding". Apple, Inc. Archived from the original on 2008-10-16. Retrieved 2008-10-25. http://support.apple.com/kb/TS2298

  99. "Mac keyboard shortcuts". Apple, Inc. Archived from the original on 2014-10-25. Retrieved 2008-10-25. http://support.apple.com/kb/HT1343

  100. "The Haiku/BeOS Tip Server: Kill and restart the Tracker". Archived from the original on 2017-02-05. Retrieved 2019-08-22. https://web.archive.org/web/20170205165257/http://betips.net/1997/09/09/kill-and-restart-the-tracker/

  101. "XFCE4 Keyboard Shortcuts". Technology of a Knucklehead. 2014-08-02. Archived from the original on 2017-04-10. Retrieved 2017-04-10. http://www.knuckleheadtech.com/xfce4-keyboard-shortcuts/

  102. "FOXTEL Set-Top Unit Reboot". Archived from the original on 2008-06-09. Retrieved 2008-06-14. http://www.foxtel.com.au/6226.htm

  103. Wordspy Archived 2007-11-15 at the Wayback Machine cites the earliest such use as Chris Miksanek's 18 December 1995 Computerworld column titled, "Ctrl-Alt-Delete those holiday trinkets". http://www.wordspy.com/words/Ctrl-Alt-Delete.asp

  104. "Billy Talent – 'Perfect World' Lyrics". Archived from the original on 2016-03-03. Retrieved 2011-07-13. https://web.archive.org/web/20160303234345/http://www.sing365.com/music/lyric.nsf/perfect-world-lyrics-billy-talent/75d092b0796b50cd4825717b000dfea0