About 751,000 results
Open links in new tab
  1. using "runas" with "Administrator" account versus other admin …

    On my computer, I have two admin accounts. The default admin account named "Administrator", and a new admin account named "testadmin." If I run the following commands: runas …

  2. Command line runas to really, really run as administrator

    Nov 30, 2022 · Or "runas /user:administrator cmd.exe" - it does run a command prompt, it says "running as administrator" - but in reality it is not. I can right-click mybatch.cmd and "Run as …

  3. Enter Admin password when prompted by RunAs cmd - Super User

    Mar 10, 2022 · runas /user:localadmin "c:\users\localuser\desktop\control.exe" < password.txt What this does is use password.txt as input as if these are entered in console by a user. Every …

  4. How to runas an application requiring elevation with a different …

    Feb 27, 2019 · runas /profile /savecred /user:OtherUserName regedit It asks for my password but after I type it in, I get RUNAS ERROR: Unable to run - regedit 740: The requested operation …

  5. Run as Different User Shortcut - Create for Specified Program and …

    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 …

  6. Pass parameters to program started with Runas - Super User

    Mar 21, 2018 · For anyone stumbling upon this while searching for a way to use runas with an application where its own parameters may contain spaces. The original accepted answer with …

  7. Running a command as an administrator with Runas.exe

    Feb 3, 2016 · I've read several threads about using the runas.exe command to start an elevated process. However, when I type try to use the command runas.exe …

  8. windows - Run as different user and elevate - Super User

    Oct 18, 2013 · I don't think such an option exists. As a work around you could start the command line as an admin and execute the following command to run the command line with admin …

  9. windows - Running runas cmd in Powershell - Super User

    Jan 1, 2015 · You could try runas /user:administrator cmd without the backslash before administrator. That works for me – when I replace administrator with a valid user name for an …

  10. Why is runas working even with a nonexistent user

    Mar 1, 2023 · I wondered why running this command is working (none of the computer or the user are existing) : &gt; runas /user:I_do_not_exist\\me_neither /netonly cmd.exe There is a …