How to Fill Pop-up Authorization Dialogs Automatically with Your Login/Password

Available in: Actual Window Manager, Actual Window Guard.

Note  This method cannot be applied to web pages containing authorization forms.

  1. Create specific settings for the desired dialog window.

  2. Go to the Startup property sheet of just created settings.

  3. Mark the check box of the Run keyboard macro item in the At Window Startup list box.

  4. In the large edit box type your login/password separated by the <Tab> key and terminated by the <Enter> key without any spaces, for example:

    mylogin<Tab>mypassword<Enter>

    Note
    You should insert names of keys into the text of macro exactly as shown above - i.e. enclosed in the angle brackets.

  5. (Optional) If you wish the macro executed not exactly upon target dialog's opening but with some delay then mark the Delay before running check box and specify how long to wait before running the macro.

    Example
    Typing 0.5 will mean that the macro will be executed half a second after the moment the target dialog appears.

  6. Apply your adjustments.