Automatically Start Software with Password


  1. Posts : 15
    Windows 7 64bit
       #1

    Automatically Start Software with Password


    hi

    I have a small utility that I need to run at startup, but it has a password.

    I have dragged the utility to the startup folder, so that part is fine for when Windows 7 boots, but does anyone know how to have the password input as the software starts, though?

    cheers

    honkin
      My Computer


  2. Posts : 6,668
    Windows 7 x64
       #2

    It would be helpful to know the specific software in question and if it supports command line switches.
    If it does it may be possible to alter the shortcut to say something to the effect of C:\program folder\program.exe /password

    It would depend on whether the program in question supports this kind of switching though.
    Or you could just blank out the password altogether if you just plan on giving anyone that boots the machine access to it anyway.
      My Computer


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

    You could write a small application to launch your program, wait for the login dialog, then send the password. AutoIt3 is a free scripting language for Windows. It has an easy to learn Basic-like syntax. You could put your password in an .ini file encrypted using the _StringEncrypt() function. Read it out of the ini on program start, decrypt, then send as macro after launching the app that requires the login. This is not bullet proof security. But it's better than the password sitting around in clear text.

    AutoIt3 is made for controlling other programs via macros. Sending a sequence of keys to the active window is very simple. (See the Send() function in the help.)
      My Computer


  4. Posts : 15
    Windows 7 64bit
    Thread Starter
       #4

    the software is called TradeAlertPro and I have emailed them to see if it can be done that way.

    It certainly doesn't need to be secure, being only my wife and I in the house ever, so just need it to start when I start the machine


    cheers Maguscreed

    honkin
      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 05:51.
Find Us