Jump to content

Why Wont This Work!?!


Recommended Posts

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
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...