I am trying to make a program to disable the ctrl+alt+del sequence temporarily. I know that ctrl+alt+del won't work while the shift key is pressed. Is there a way to simulate this? I believe the answer lies somewhere in the Int 16h or the keyboard flags at 00417h-00418h. The first bit of the keyboard flag values is the right shift key is down. Is there a way to set that flag?