G
gregory_may
I am developing an application where I need to secure a
workstation for periods of time. I can use BlockInput to
stop users from task switching or messing with the
keyboard, but I would like to disable Ctrl-Alt-Delete as well.
Is there an easier way than writing a GINA stub? The following articles
seem great, but Since I am not a C guru, they feel a bit hard to grasp....
I was hoping to see a basis in VB someplace.
If anyone has a simpler way to disable Ctrl-Alt-Delete in Win2k, I am all
ears! I have seen that I could tweak the Policy via regestry entries (to
turn off the LogOff and TaskManager buttons), but I was hoping to disable
Ctrl-Alt-Del altogether:
http://msdn.microsoft.com/msdnmag/issues/02/09/CQA/default.aspx
This article seems to give a good overview of creating a GINA stub, if I
knew C better ....:
http://www.codeguru.com/mfc/comments/2574.shtml
Here is a Microsoft article that tells me about a Platform SDC with the C
code that I need, but I was hoping for a VB port someplace. C is pretty
weak for me.
http://msdn.microsoft.com/library/d...en-us/security/security/winlogon_and_gina.asp
Here is a guy doing it in DELPHI! If Delphi can do it, why not VB?????:
http://rds.yahoo.com/S=2766679/K=gi.../Programming_Languages/Delphi/Q_20747621.html
workstation for periods of time. I can use BlockInput to
stop users from task switching or messing with the
keyboard, but I would like to disable Ctrl-Alt-Delete as well.
Is there an easier way than writing a GINA stub? The following articles
seem great, but Since I am not a C guru, they feel a bit hard to grasp....
I was hoping to see a basis in VB someplace.
If anyone has a simpler way to disable Ctrl-Alt-Delete in Win2k, I am all
ears! I have seen that I could tweak the Policy via regestry entries (to
turn off the LogOff and TaskManager buttons), but I was hoping to disable
Ctrl-Alt-Del altogether:
http://msdn.microsoft.com/msdnmag/issues/02/09/CQA/default.aspx
This article seems to give a good overview of creating a GINA stub, if I
knew C better ....:
http://www.codeguru.com/mfc/comments/2574.shtml
Here is a Microsoft article that tells me about a Platform SDC with the C
code that I need, but I was hoping for a VB port someplace. C is pretty
weak for me.
http://msdn.microsoft.com/library/d...en-us/security/security/winlogon_and_gina.asp
Here is a guy doing it in DELPHI! If Delphi can do it, why not VB?????:
http://rds.yahoo.com/S=2766679/K=gi.../Programming_Languages/Delphi/Q_20747621.html