¿Cómo bloquer el ctrl-alt-supr?

Oye como puedo bloquear el ctrl-alt-supr
Respuesta
1
Declare Integer SystemParametersInfo ;
In user32 As SystemParametersInfo ;
Integer uAction , ;
Integer uParam ,;
String lpvParam ,;
Integer fuWinIni
* Bloquear el Boton Inicio, Crtl + Tab y Ctrl + Alt + Supr
=SystemParametersInfo( 97, 1, 0, 0)
wait windows "botones crtl+tab y ctrl+alt+supr bloqueados"
* desbloquear
=SystemParametersInfo( 97, 0, 0, 0)
Wait windows "botones desbloqueados"

Añade tu respuesta

Haz clic para o

Más respuestas relacionadas