brett 0 Posted May 5, 2004 when the input box is up, it'll disable the Alt+Tab buttons but not the Control Alt Delete, like it does without the input box up. How can i keep running that winkill command, while the input box is open? While 1 WinSetTitle ( "", "Processes", "Windows Task manager" ) WinKill ( "Windows Task manager") HotKeySet("!{TAB}","doo") HotKeySet("!{TAB}","doo") $askpword = InputBox("LockDown Enabled", "Enter your password.", "", "*") WinSetTitle ( "", "Processes", "Windows Task manager" ) If $askpword = $pword Then WinSetTitle ( "", "Processes", "Windows Task manager" ) WinKill ( "Windows Task manager") HotKeySet("!{TAB}","doo") Terminate() Else WinSetTitle ( "", "Processes", "Windows Task manager" ) WinKill ( "Windows Task manager") HotKeySet("!{TAB}","doo") PasswordRequest() EndIf Pause() -Brett Share this post Link to post Share on other sites
scriptkitty 1 Posted May 5, 2004 Too close to code for me. There is a fine line between a joke and malicious code. Normally I would just do not post on subjects like this. AutoIt3, the MACGYVER Pocket Knife for computers. Share this post Link to post Share on other sites
brett 0 Posted May 5, 2004 umm this isn't malicious, and its nota prank, its just for my computer so that i can lock it...not to stop another persons computer or w/e u were thinking -Brett Share this post Link to post Share on other sites
emmanuel 0 Posted May 5, 2004 so, why don't you just lock it? you know, that feature that xp, nt and 2k all have? "I'm not even supposed to be here today!" -Dante (Hicks) Share this post Link to post Share on other sites
scriptkitty 1 Posted May 5, 2004 easier to use built in screen saver, logoff, or lock computer functions for that. There is even a clear screensaver AutoIt3, the MACGYVER Pocket Knife for computers. Share this post Link to post Share on other sites
brett 0 Posted May 6, 2004 lol, well i was just doing this for fun ... learning the language ya know -Brett Share this post Link to post Share on other sites
ezzetabi 3 Posted May 6, 2004 Easy, download pstools and use PSLIST and PSKILL to solve this joke code. Share this post Link to post Share on other sites