/savecred: Saves the password so it has to be entered only the first time the RunAs command is used. The /savecred parameter is an extremely bad idea, as it creates a gaping security hole. In short, once you’ve used /savecred , any user at the computer can use the RunAs command to run any program with administrator privileges.

Security Runas. By Windows Runas command you can launch a program as another user, this can be an administrator account. The switch savecred of Runas store the credentials in the Windows Credential Manager of this user, this makes it possible, to call all applications for that user with the stored account, without to enter the credential again. Jul 05, 2015 · /savecred option sure doesn`t work like it looks and it is a dead end if you want to do what you are writing about. The conflicting switches are /user and /savecred. What you really want to do is to add something to windows credential manager and then windows will automagicly use it to logon to a persistent share on next logon. Tip: Using the runas console tool, it is easy to create a shortcut to launch apps under a different user in Windows 10. Use the last command as your shortcut target. runas /user:"USERNAME" /savecred "Full path of file" Run it once from the command prompt to save the password, so that the shortcut directly starts apps without extra prompts Jun 17, 2015 · The runas command in Windows 7 8 and now Windows 10 allows the unprivileged user to execute a command as a superuser. This is rather like the sudo command for Linux and UNIX. In the example below, I am executing a command on the computer BLUFOR as the user Dobbo. I am running notepad as an example. runas /user:ComputerName\Administrator /savecred “C:\Path\To\Program.exe“ c. Replace ComputerName with the name of your computer and C:\Path\To\Program.exe with the full path of the program you want to run. For example, if your computer’s name was Laptop and you wanted to run XYZ, you’d enter the following path: > Runas /savecred /user: administrator "" Specify the full path for "" The following is an example of starting the software "TClock" that can modify the clock in the notification area with administrator privileges.

Feb 02, 2011 · Runas is useful in surprising ways, including troubleshooting build breakages, security testing, and running as your service account. This is the old, boring runas. This is the old, boring runas. Runas features the /netonly switch, which makes the impossible possible on VMs and off-domain machines.

runas /savecred /user:DOMAIN\USER "cmd.exe /C C:\Users\MYACCOUNT\Desktop\Script.bat. Select all Open in new window. Script.bat contains another set of commands that require the cmd to be elevated. I started testing these set of scripts under a local admin account as well. Just fyi Thanks!! Oct 19, 2015 · You can also do it the other way around and start a program as your normal user from a elevated cmd prompt using the runas command. If you use the /savecred See examples below. Note: Only type in the user's password, when the system asks for it. Note: The /profile switch is not compatible with the /netonly switch. Note: The /savecred and the /smartcard switches may not be used together. Examples The RunAs utility in WinXP Pro has a /savecred option. Is there a GPO setting to disable this on administrator workstations so passwords must be provided by admins? This question posed on 12 April

Dec 13, 2016 · 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. 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)

Tip: Using the runas console tool, it is easy to create a shortcut to launch apps under a different user in Windows 10. Use the last command as your shortcut target. runas /user:"USERNAME" /savecred "Full path of file" Run it once from the command prompt to save the password, so that the shortcut directly starts apps without extra prompts