About 193,000 results
Open links in new tab
  1. Run as Different User Shortcut - Create for Specified Program and User ...

    Dec 13, 2016 · This will show you how to create a Run as different user shortcut that will run a program specified by you as a specified user on the Windows 7 and Vista computer. The user account that …

  2. Startup Programs - Change | Tutorials

    Jul 12, 2009 · Through the Program Itself NOTE: Some programs may have a setting in them to allow it to run at startup or not. You will need to consult the program's documentations on how to do this …

  3. Function Run - AutoIt

    Paths with spaces need to be enclosed in quotation marks. To run DOS (console) commands, try Run (@ComSpec & " /c " & 'commandName', "", @SW_HIDE) ; don't forget " " before "/c" After running …

  4. Run a program with parameters - AutoIt Forums

    Mar 4, 2012 · Run a program with parameters By jWalker March 4, 2012 in AutoIt General Help and Support

  5. Run exe-file with arguments - AutoIt Forums

    Nov 27, 2019 · Hello, I'm new in the world of Autoit and have a questen about the Run-Command: I have to write a program to "delay" the start of programs in the StartUp-folder as long as the pc has …

  6. Run As Administrator and program password - AutoIt Forums

    Dec 13, 2021 · We have a program installed on a stand-alone server and when it reboots, someone needs to login and actually run as administrator and login to the program for it to work. The current …

  7. Function RunWait - AutoIt

    To run DOS commands, try RunWait (@ComSpec & " /c " & "commandName") ; don't forget " " before "/c" After running the requested program the script pauses until the program terminates. To run a …

  8. Programs and Documents - Run at User Logon | Tutorials

    Oct 22, 2013 · How to Run Specific Programs and Documents at User Logon in Vista, Windows 7, and Windows 8

  9. Function RunAs - AutoIt

    After running the requested program the script continues. To pause execution of the script until the spawned program has finished use the RunAsWait () function instead. Providing the Standard I/O …

  10. Need Help Creating An Auto Run Program - autoitscript.com

    Dec 27, 2007 · Hello, im looking for some help with a project of mine. What i want to do is have a program that once ran will automatically run several different programs at one time. For example i …