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:

OBS: As an example I will create a user called "administrator"And use the program notepad.exe to run as administrator. 2.1) create a Shortcut on the Desktop thus : 2.2) Right button on the desktop >>New >> Shortcut, in the window that opens enter the following command: runas /savecred /user:cardoso "C:\Windowsnotepad.exe” or >> runas /user:localhost\username /savecred "c:\windows\system32\cmd.exe" But this is a security problem. The stored credentials allows user to run any program with that credentials, RUNAS. Execute a program under a different user account (non-elevated). Syntax RUNAS [ [/noprofile | /profile] [/env] [/savecred | /netonly] ] /user:UserName program RUNAS [ [/noprofile | /profile] [/env] [/savecred] ] /smartcard [/user:UserName] program Display the trust levels that can be used: RUNAS /showtrustlevels Run a program at a given TrustLevel: RUNAS /trustlevel:TrustLevel program The batch file uses the RunAs command and specifiys the profile to use, and by adding the /savecred switch I only have to provide the password once and then it can be schedule to run un-aided there after. C:\Windows\System32\Runas.exe /profile /savecred /user:{domain}\{user} "My Program.exe" runas /user:domainname\username program. For example, if you want to open registry editor as administrator of the computer, the command would be as below. runas /user:administrator regedit. After running the above command, you will be asked to enter the password of administrator account. Jun 08, 2017 · I have upgraded from Windows 7 to Windows 10 finally. I would like to have "Active Directory Users and Computers" open by using a batch file in startup as I previously did in Windows 7. The problem I am having is "savecred" is not saving my credential so I am prompted each time.

/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.

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 Jan 07, 2019 · Note that using /savecred could be considered a security hole – a standard user will be able to use the runas /savecred command to run any command as administrator without entering a password. However, it’s still useful for situations where this doesn’t matter much – perhaps you want to allow a child’s standard user account to run a Apr 30, 2014 · There is a program within Windows XP, Windows 7, and Windows 8/8.1 called runas.exe. If you go to the command prompt (cmd.exe) and type runas /? this will give you the list of options for this command.

/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.

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