Jump to content

Search the Community

Showing results for tags 'Send to auth dialogue'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. I need to send keys to a username and password prompt in an MMC pop up authentication window\dialogue. This works fine if I use RDP for example, so I know the code is good, but when I access my NetApp filers via the connection I setup in an MMC used for a bunch of other things as well, I get the username and password prompt, but AutoIT (VBS also) won't send the keys to those two fields. The code does not error when I run it in SciTE. Same thing occurs with any similar auth prompt from any other connection in the mmc. Even RDP connections that code can write to outside of the mmc will fail if I open the auth prompt from within the mmc. Just basic code attempts so far. I've tried with and without WinActivate and used the AutoIT Window info tool. Also tried with the handle found by the tool, but it never writes to the fields. WinActivate("Windows Security") Sleep(3000) Send("domain\username") ; send a username Sleep(250) Send("{TAB}") Send("EndUsersAreAwesome") ; send a password Send("{ENTER}") Maybe it's by design and can't be done, but I wanted to check in to see if anyone has come across this. Thanks!
×
×
  • Create New...