lolitos Posted June 28, 2007 Posted June 28, 2007 Hello, Sorry for my english but i am french... I try to call WinLockDll.dll with this code : DllCall("winlockdll.dll","int","CtrlAltDel_Enable_Disable","int",0) It work great for blocking the Ctrl-Alt-Del but not for unblocking (with this code : DllCall("winlockdll.dll","int","CtrlAltDel_Enable_Disable","int",1) We must reboot the computer to have the Ctrl-Alt-Del. With Winbatch it's the same thing -->DLLCall("WinLockDll.dll",Long:"CtrlAltDel_Enable_Disable",Long:1)-->that don't work. but there's a way with DllCallCdecl like this : DllCallCdecl("WinLockDll.dll",Long:"CtrlAltDel_Enable_Disable",Long:1)-->that work. Do you know if there's a way with autoit ? THANKS
Developers Jos Posted June 28, 2007 Developers Posted June 28, 2007 Stop acting like a dumb ass and avoiding a ban. 5 days for both accounts ... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts