About 55 results
Open links in new tab
  1. Enter Admin password when prompted by RunAs cmd - Super User

    Mar 10, 2022 · Enter Admin password when prompted by RunAs cmd Ask Question Asked 4 years, 1 month ago Modified 1 year, 5 months ago

  2. using "runas" with "Administrator" account versus other admin accounts

    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 /user:testadmin cmd.exe

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

    Jan 1, 2015 · I am a beginner and am trying to understand how to use the runas command in Windows Powershell. When I type the following command into Powershell: runas …

  4. Using “runas /user” to run a batch file and seemingly nothing happens

    Jul 29, 2022 · The runas is supposed to ask for the password before running the batch file. Does this username have a password? Does it work from an elevated CMD?

  5. 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 \" did …

  6. powershell - "Parameter is incorrect" when using runas with trustlevel ...

    Oct 26, 2022 · I had a script that needed to run as an administrator but then run a single command in a non-elevated context. I was previously doing it with runas /trustlevel:0x20000 program.exe, but after …

  7. How to run a program as nt authority\system using the windows …

    Dec 30, 2020 · The script then creates a temporary scheduled task named RunAs_LocalSystem_$(New-Guid), which is set to run as NT AUTHORITY\SYSTEM. Finally, the script runs the scheduled task, …

  8. Run PowerShell script as a different user and elevated

    Jan 21, 2021 · Are you automating something or just running a script occasionally? Is the script directory local or on the network? As you've noticed, starting a new instance of powershell with runas won't …

  9. 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 /user:BruceWayne\\Administrator …

  10. How to runas an application requiring elevation with a different user?

    Feb 27, 2019 · The upvoted answer here - Windows 10 pro, after anniversary update I can't use "runas administrator shortcut" anymore (runas /profile /savecred /user:administrator "cmd.exe" first, but with …