Results 1 to 6 of 6

Thread: CTRL + ALT + DEL How to Disable It and Enable

  1. #1
    Join Date
    Sep 2005
    Posts
    185

    CTRL + ALT + DEL How to Disable It and Enable

    I have got an issue which is not similar like others because everyone wants to enable the CTRL + ALT + DEL, but I want to disable it completely. Does anyone know how that can be done? I also want to disable the Start Menu since I want a kiosk type of system, therefore I want to disable these two controls for a while incase if I give the system to others. Thanks in advance for any suggestions.

  2. #2
    Wesley Vogel Guest
    You can use the Group Policy editor (Gpedit.msc) under the following location to configure Start menu features:
    User Configuration \ Administrative Templates \ Start Menu and Taskbar

    and then can disable the Start Menu and also the Ctrl+Alt+Del menu. For more information go to this website - http://support.microsoft.com/kb/292504

  3. #3
    Join Date
    Jun 2011
    Posts
    63
    Thats interesting to say the least..

    I have been wondering for awhile now if there is a way to re-point CTRL-ALT-DEL so it opens TASK MANAGER i have in 'My Briefcase'

    In other words,i wanna be able to press CTRL-ALT-DEL and have it open Task Manager instead of that "Close Program" box....


    Just something interesting i was thinking about.....

  4. #4
    Join Date
    Dec 2007
    Posts
    996

    Re: CTRL + ALT + DEL How to Disable It and Enable

    Quote Originally Posted by Dude111 View Post
    Thats interesting to say the least..

    I have been wondering for awhile now if there is a way to re-point CTRL-ALT-DEL so it opens TASK MANAGER i have in 'My Briefcase'

    In other words,i wanna be able to press CTRL-ALT-DEL and have it open Task Manager instead of that "Close Program" box....


    Just something interesting i was thinking about.....
    You can try to follow the below suggestions to rectify the issue of opening task manager from ctrl+alt+del:

    Click Start
    Click Run
    Enter gpedit.msc in the Open box and click OK
    In the Group Policy settings window
    Select User Configuration
    Select Administrative Templates
    Select System
    Select Ctrl+Alt+Delete options
    Select Enable Task Manager

  5. #5
    Join Date
    Jun 2011
    Posts
    63
    Thank you but i need a 98se way to do it...

    Maybe Remap it somehow?


    Not a big deal i was just curious if it could be done...

    Thank you for your time and caring!

  6. #6
    Join Date
    Dec 2007
    Posts
    2,291

    Re: CTRL + ALT + DEL How to Disable It and Enable

    Hi dude,

    You can check the below script that works to change your settings so they will enable the task manager, just try to save it as anythingyouwant.vbs :

    copy and paste this to notepad:

    Set WshShell = WScript.CreateObject("WScript.Shell")
    With WScript.CreateObject("WScript.Shell")
    On Error Resume Next
    .RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
    .RegDelete "HKCU\Software\Policies\Microsoft\Windows\System\DisableCMD"
    .RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableTaskMgr"
    .RegDelete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\DisableTaskMgr"
    End With
    Mybox = MsgBox(jobfunc & enab & vbCR & "Finished!", 4096, t)

Similar Threads

  1. How to enable Ctrl + C and Ctrl + V in Microsoft Office 2007
    By EveryWer in forum MS Office Support
    Replies: 2
    Last Post: 16-02-2012, 06:34 PM
  2. Program to disable CTRL-ALT-DEL keyboard sequence for public user
    By Chitrakala in forum Hardware Peripherals
    Replies: 3
    Last Post: 07-01-2011, 03:24 AM
  3. Enable Ctrl-Alt-Del Xp Home Edition
    By Akshita in forum Operating Systems
    Replies: 2
    Last Post: 17-08-2009, 11:14 AM
  4. Replies: 1
    Last Post: 04-02-2009, 03:15 PM
  5. Usb Enable Disable
    By kulkarniquiet in forum Software Development
    Replies: 1
    Last Post: 22-10-2007, 07:43 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,974,278.58399 seconds with 17 queries