Click here to Skip to main content
Licence CPOL
First Posted 12 Sep 2008
Views 24,568
Bookmarked 20 times

Disable Ctrl+Alt+Del Windows XP

By | 12 Sep 2008 | Article
A very simple way of doing it.

Introduction

This is a very simple way of disabling the Ctrl+Alt+Del combination in Windows XP or running the program of your choice thourgh the all-migthy Registry.

Background  

I spent the last night programming a lot of things and reading many articles and I found tons of people asking for a way of locking the Windows desktop. A lot of articles talk about locking the mouse and keyboard but they all leave something behind: the Task Manager. Only a few articles addressed the subject. This article shows a list of ways of achieving this and thoroughly discusses one and presents the source. The two most known ways are subclassing the SAS (Secure Attention Sequence) window and writing a Gina dll. These are indeed really hard and time consuming tasks (the latter one being almost impossible).

Using the code  

Using the Registry editor of your choice (for example regedit.exe) navigate to:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\taskmgr.exe

Now create a new alphanumerical value called Debugger and change its data to the path of the program you want to run with Ctrl+Alt+Del  (try calc.exe or notepad.exe for instance).

If you want no action just change its data to something invalid (a space, the string "·$·%", "dontruntaskmanager"... you get the point).

And thats it! No SAS window sublcassing no Gina dll... It just can't get simpler. 

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

gabrielmaldi



Uruguay Uruguay

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralMy vote of 1 PinmemberC.V.Vikram0:17 3 Sep '09  
General[tut] C# Disable CTRL-ALT-DEL, ALT-TAB, ALT-F4, Start Menu and so on… Pinmemberjammmie9993:04 19 Jul '09  
GeneralNot on Vista with UAC Enabled as Non-Admin user. PinmemberBlake Miller11:45 12 Sep '08  
GeneralRe: Not on Vista with UAC Enabled as Non-Admin user. Pinmembergabrielmaldi10:15 15 Sep '08  
GeneralRe: Not on Vista with UAC Enabled as Non-Admin user. PinmemberBlake Miller13:34 15 Sep '08  
Generalmore easiest way Pinmemberonly_jack10:33 12 Sep '08  
GeneralRe: more easiest way PinmemberBlake Miller11:44 12 Sep '08  
GeneralRe: more easiest way [modified] Pinmemberonly_jack4:09 13 Sep '08  
GeneralRe: more easiest way Pinmembergabrielmaldi17:07 15 Sep '08  
GeneralSample PinmemberLuiz Salamon9:16 12 Sep '08  
GeneralRe: Sample Pinmembergabrielmaldi10:09 15 Sep '08  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web04 | 2.5.120517.1 | Last Updated 12 Sep 2008
Article Copyright 2008 by gabrielmaldi
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid