Results 1 to 7 of 7

Thread: I want to disable the action of ctrl + alt + del ??

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2021
    Posts
    257

    Question I want to disable the action of ctrl + alt + del ??

    hi

    I want to disable the action of ctrl + alt + del ??

  2. #2
    PowerPoster Arnoutdv's Avatar
    Join Date
    Oct 2013
    Posts
    5,904

    Re: I want to disable the action of ctrl + alt + del ??

    I don't whether it is still possible to do from within a VB6 application, back in the days of W95/98 it was possible.
    Nowadays Windows has an option for this called Kiosk mode:
    https://docs.microsoft.com/en-us/win...osk-single-app

  3. #3
    The Idiot
    Join Date
    Dec 2014
    Posts
    2,730

    Re: I want to disable the action of ctrl + alt + del ??

    not sure either. never tried it since I dont want to hinder the user to do that. I mean, why you want to stop the user from that?

    SetWindowsHookEx can be used to subclass the keyboard. I would look there.

  4. #4
    PowerPoster Elroy's Avatar
    Join Date
    Jun 2014
    Location
    Near Nashville TN
    Posts
    9,936

    Re: I want to disable the action of ctrl + alt + del ??

    This stuff (even if you figure out an API way) probably isn't going to work unless you've got Windows Pro and you've got local admin rights. And, if you've got that stuff, why not just use the Policy Editor.

    Personally, I think it's a horrible idea to disable the three-finger-salute. However, in a kiosk situation, I get it. However, again, in that situation, you should have admin rights, so just do it manually.

    Otherwise, are we talking about something nefarious? Lock up a computer for ransom?
    Any software I post in these forums written by me is provided "AS IS" without warranty of any kind, expressed or implied, and permission is hereby granted, free of charge and without restriction, to any person obtaining a copy. To all, peace and happiness.

  5. #5
    The Idiot
    Join Date
    Dec 2014
    Posts
    2,730

    Re: I want to disable the action of ctrl + alt + del ??

    exactly.
    I disable alt+tab and alt/ctrl+esc when in fullscreen-mode. this because I change resolution. so not a good idea for the user to switch to desktop while running in lower resolutions.
    but they can still ctrl+alt+del if they want/need. that should never be disabled.
    if I have a program that would disallow me to use that I would change program.

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2021
    Posts
    257

    Re: I want to disable the action of ctrl + alt + del ??

    Thanks everyone for the help services, but I'm still looking for the right code to do this

  7. #7
    PowerPoster Arnoutdv's Avatar
    Join Date
    Oct 2013
    Posts
    5,904

    Re: I want to disable the action of ctrl + alt + del ??

    What kind of tool are you making?
    Did you read the links about kiosk mode in Windows?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width