Disable CTRL+ALT+DEL under W2k don't work 
Author Message
 Disable CTRL+ALT+DEL under W2k don't work

Hi!

A could disable the CTRL+ALT+DEL under W9X, but I can't under W2k. :-(

Any IDEA?

Thank you.
Gabor Riesz

for example:
SystemParametersInfo 97, False, CStr(1), 0 'enable
SystemParametersInfo 97, True, CStr(1), 0  'disable

Public Declare Function SystemParametersInfo Lib "user32" Alias
"SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long, ByVal
lpvParam As Any, ByVal fuWinIni As Long) As Long



Tue, 07 Jan 2003 03:00:00 GMT  
 Disable CTRL+ALT+DEL under W2k don't work
You cannot do this under Windows 2000 or Windows NT. Period. It is a
security issue, and without writing your own GINA (something you cannot do
in VB and which most people could not do in C/C++ either!) there is no way
to do it under WinNT/2000.

--
MichKa

random junk of dubious value at the multilingual
http://www.trigeminal.com/ and a new book on
i18N in VB at http://www.trigeminal.com/michka.asp


Quote:
> Hi!

> A could disable the CTRL+ALT+DEL under W9X, but I can't under W2k. :-(

> Any IDEA?

> Thank you.
> Gabor Riesz

> for example:
> SystemParametersInfo 97, False, CStr(1), 0 'enable
> SystemParametersInfo 97, True, CStr(1), 0  'disable

> Public Declare Function SystemParametersInfo Lib "user32" Alias
> "SystemParametersInfoA" (ByVal uAction As Long, ByVal uParam As Long,
ByVal
> lpvParam As Any, ByVal fuWinIni As Long) As Long



Thu, 09 Jan 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Disable (Ctrl+Alt+Del),(Ctrl+Esc),(Alt+Tab) in NT

2. Disable ctrl+esc ctrl+alt+del alt+tab

3. Disable (Ctrl+Alt+Del),(Ctrl+Esc),(Alt+Tab) in NT

4. Disable CTRL-ESC and CTRL-ALT-DEL

5. Disable Ctrl Alt Del & Alt Tab

6. Disabling Ctrl-Alt-Del and Alt-Tab

7. Disable Ctrl+Esc, Ctrl+Alt+Del etc...

8. Block System Key like ALT+TAB, Ctrl+Alt+Del, Ctrl+Esc key

9. disable ctrl-alt-del

10. Disabling Ctrl+Alt+Del

11. disable ctrl+alt+del key

12. How to disable press twice Ctrl-Alt-Del to shutdown windows

 

 
Powered by phpBB® Forum Software