starting programs start up that need usernames and password


  1. Posts : 1
    windows 7 professional 64 bit
       #1

    starting programs start up that need usernames and password


    Hello! I am trying to configure a program to start on the launch of my computer but this program requires a username and password. I have added it to my start up menu by a scheduled tasks but it just sits at were I would have to type in the user and password. Is there a way for me to make this info auto fill and log in? I own a fitness center with 24 hour access and want to make sure if computer shuts down unexpectedly(it is set to automatically restart if this happens) it will restart my door access program. I talk to the software company and they told me the username and password are required and can't be removed.
      My Computer


  2. Posts : 84
    Windows 7 ultimate x64
       #2

    Ask your software company if the program supports the input of the user and password using parameters in the properties menu. I've only seen one program that could do that, so I am unsure of if, but hey, nothing to lose, right?
      My Computer


  3. Posts : 457
    Microsoft Windows 10 Home Build 15036
       #3

    Also, ask them if there is a way to initiate the program from a command prompt with switches that define username and password. I used to use them alot back in the Win3.11 days. The command looked like: commandname.exe -u username -p password or something similar. Make the command part of a batch file that initiates on startup.
      My Computer


  4. Posts : 5,092
    Windows 7 32 bit
       #4

    Check out AutoHotkey_L

    It is a free scripting language for Windows. There are several flavors of AutoHotkey but I recommend AutoHotkey_L since it has object support. It comes with a Window spy. The trick is to make sure that the AutoHotkey program is started first and watching for the login window. When it sees it, you can use Send to send the keystrokes as macro to log in. Use the Window Spy to get the class name of the login window. See WinExist and related functions in the help for detecting when the login window is open.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 19:42.
Find Us