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

    Dec 13, 2016 · When you use the runas shortcut that you created below, you will be prompted to enter the user's password in a command prompt before the program will run as the specified user.

  2. Elevated Program Shortcut - Create for Standard User

    Nov 8, 2011 · This option uses the runas command included in Windows. The Administrator's password (credential) used by the elevated shortcut is encrypted and stored in the Credential Manager (Control …

  3. How to automatically run a shortcut with "RunAs" w/ credentials

    Jan 16, 2014 · How to automatically run a shortcut with "RunAs" w/ credentials WHat would I need to put in the target field of a shortcut properties in order to automatically run as a diff user? (Instead of …

  4. Run as Different User | Tutorials - Windows 7 Help Forums

    Jan 21, 2010 · To "Run as different user" using RUNAS Command in Command Prompt 1. Open a command prompt. 2. In the command prompt, type the command below, and press Enter. (see …

  5. Elevated Program Shortcut without UAC Prompt Any User is able to Run

    Dec 3, 2015 · I had previously used ' runas ' to launch a program with admin privileges from a regular user account using a similar method in the "How to Create an Elevated Program Shortcut Any User …

  6. UAC bug with runas from command line? - Windows 7 Forums

    Apr 24, 2013 · 2. Launch a command prompt and open a new elevated command prompt with this command: runas /user:<domain>\<user> cmd.exe 3. Once the new window opens, navigate to your …

  7. Run "cmd.exe" as a given user and "as administrator" in command line

    Jun 20, 2012 · I dont think its possible from the command line as because the cmd.exe is already running as a normal user so how can it then run again as root user. Its windows man not linux.

  8. How to change to Admin mode in CMD ? Solved - Windows 7 Forums

    Feb 25, 2012 · Thanks Joe for the reply but I want to start the cmd as a normal user and get the admin privilege later for the same command prompt. This approach will start the cmd as admin (or the …

  9. Running a program as another user without prompting for a password

    Dec 1, 2011 · I'm aware of the built in RunAs command but, since that prompts for the password, it wouldn't be any different than the current user having access. Is there an alternate solution? …

  10. Elevated command via batch file? Solved - Windows 7 Forums

    Jan 24, 2013 · Use the runas command. I know I can right click the batch file and use Run As Administrator ... but that is too complicated for the user. The Run As Administrator option is greyed …