Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. System Admin
  4. Disabling Ctrl+Alt+Del keys in Win NT/2000

Disabling Ctrl+Alt+Del keys in Win NT/2000

Scheduled Pinned Locked Moved System Admin
5 Posts 4 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    Lost User
    wrote on last edited by
    #1

    Hi I would like to disable the Ctrl+Alt+Del key combination on WinNT/2000. Am able to disable all other system key but this! Please show me the way. TIA Anil.

    T C 2 Replies Last reply
    0
    • L Lost User

      Hi I would like to disable the Ctrl+Alt+Del key combination on WinNT/2000. Am able to disable all other system key but this! Please show me the way. TIA Anil.

      T Offline
      T Offline
      Tomasz Sowinski
      wrote on last edited by
      #2

      You can't block Ctrl+Alt+Del on NT/2K. Check the KB article Q125614 for more info. BTW - why do you need this feature? Tomasz Sowinski -- http://www.shooltz.com

      L 1 Reply Last reply
      0
      • T Tomasz Sowinski

        You can't block Ctrl+Alt+Del on NT/2K. Check the KB article Q125614 for more info. BTW - why do you need this feature? Tomasz Sowinski -- http://www.shooltz.com

        L Offline
        L Offline
        Lost User
        wrote on last edited by
        #3

        I need this feature for a kiosk style application. I understand the security implications and also that a new keyboard filter or a replacement GINA dll are the only ways to do this. But just looking for info as there is a paucity of time. Of course, if these are the only ways to do it, then so be it. Thanks Anil

        W 1 Reply Last reply
        0
        • L Lost User

          I need this feature for a kiosk style application. I understand the security implications and also that a new keyboard filter or a replacement GINA dll are the only ways to do this. But just looking for info as there is a paucity of time. Of course, if these are the only ways to do it, then so be it. Thanks Anil

          W Offline
          W Offline
          wParam
          wrote on last edited by
          #4

          Actually, you CAN disable those keys, but it involves terminating winlogon. I didn't notice any drastic effects, the most notable thing was the lack of ctrl+alt+delete (at that point I could use RegisterHotKey and catch it in my own apps) and the inability to shut down the system. (You can't shut down by ANY MEANS. Blue screen or reset buttons are your only chioces.) Here's what you do: Terminate smss.exe. (You'll need SeDebugPrivelege) Terminate winlogon.exe. There you go. I'm told that all smss.exe does after the system is running is wait on various things and bluescreen when they terminate. So by killing it before winlogon you get rid of winlogon without the bluescreen normally associated with it. If you wanted to get really advanced you could try to figure out which thread in smss.exe was the culprit and just kill the one thread. Use at your own risk! I myself don't fully understand all of winlogon.exe's functions. Stupid name? Yeah. I know.

          1 Reply Last reply
          0
          • L Lost User

            Hi I would like to disable the Ctrl+Alt+Del key combination on WinNT/2000. Am able to disable all other system key but this! Please show me the way. TIA Anil.

            C Offline
            C Offline
            Christopher Lord
            wrote on last edited by
            #5

            Create a new user on the computer with limited security. from your administrative account, remove read access from taskmgr.exe. This will prevent the task manager from coming up. There are ways of securing the rest of the 2K C+A+D screen like lock computer with the policy editor. I also have a kiosk program running on XP now, and a locked down user account is the best option. XP is nice because I can use terminal service into the admin account, and let the system auto-logon to the limited account. Telnet and a collection of WSH scripts is also very VERY useful for when you dont want to inturupt the main screen, which terminal services does.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups