information   Information
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 you want to run the program as must be password protected.

Note   Note
When you use the runas shortcut that you created below, you will be prompted to enter the user's passwordin a command prompt before the program will run as the specified user.


EXAMPLE: RUNAS command
NOTE: These are all of the different options available for the RUNAS command that you could also use with the command in step 2 below.

Name:  RUNAS.jpg
Views: 17790
Size:  159.7 KB 

Here's How:


1. Right click on a empty area on desktop, and click on New and Shortcut

2. Type either command below into the location area, and click on the Next button. (see screenshot below)
NOTE: You would substitute USER-NAME in the command with the actual name of the user account that you want to run the program as.

(To have to enter credentials each time opened)

runas /user:USER-NAME "C:\full\path\of\Program.exe"

For example, if I wanted to run Notepad as the test user, I would type this command below.

runas /user:test "C:\Windows\system32\notepad.exe"

OR

(To remember credentials after entered first time to automatically be entered afterwards)

runas /savecred /user:USER-NAME "C:\full\path\of\Program.exe"

For example, if I wanted to run Notepad as the test user, I would type this command below.

runas /savecred /user:test "C:\Windows\system32\notepad.exe"

Name:  Step1.jpg
Views: 15912
Size:  93.6 KB

3. Type in something like Program Name - Run as User for the name, and click on the Finish button. (see screenshot below)
NOTE: You can name this anything you would like though.

Name:  Step2.jpg
Views: 15723
Size:  71.5 KB

4. Right click on the new Program Name - Run as User shortcut on the Desktop and click on Properties.

5. Click on the Shortcut tab, then click on the Change Icon button. (see screenshot below)

Name:  Step3.jpg
Views: 16312
Size:  66.1 KB

6. Click on OK. (see screenshot below)

Name:  Step4.jpg
Views: 15577
Size:  24.3 KB

7. Click on Browse (see screenshot below step 8), navigate to the location of the EXE file (ex: notepad.exe) of the program, select it, and click on Open. (see screenshot below)

Run as Different User Shortcut - Create for Specified Program and User-step5.jpg

8. Select the program's icon, and click on OK. (see screenshot below)

Name:  Step6.jpg
Views: 15530
Size:  27.8 KB

9. Click on OK. (see screenshot below)

Name:  Step7.jpg
Views: 15731
Size:  64.6 KB

10. In Vista and Windows 7, you can now Pin to Taskbar (Windows 7 only) or Pin to Start Menu, add to Quick Launchassign a keyboard shortcut to it, or move this shortcut to where you like for easy use.

11. In Windows 8, you can Pin to Taskbar on desktop, Pin to Start screen, add to Quick Launchassign a keyboard shortcut to it, or move this shortcut to where you like for easy use.