runas
Verified for current stable LTS
Runas Command: Open Command Prompt As Another User
Use for open command prompt as another user with Runas. Exact CLI syntax to open command prompt as another user using Runas.
When to use this: Use for open command prompt as another user with Runas.
Command Syntax
runas /user:<domain\username> cmd runas /user:<domain/username> cmd Live Command Builder
Final Command
runas /user:<domain\username> cmd Command Breakdown
runas is the base executable for this command.
FAQ
Purpose: Exact syntax to open command prompt as another user using Runas.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Runas Command: Run Active Directory Users Computers As Specific User
runas /env /user:<domain\username> "mmc %windir%\system32\dsa.msc" Runas Command: Run Notepad As Specific User With Env runas /env /user:<domain\username> "notepad \"{C:\path\to\file.txt}\"" Runas Command: Run Program As Admin runas /user:. Administrator "<command>" Runas Command: Run Program As Specific User runas /user:<domain\username> "<command>" Runas Command: Run Program Without Loading Profile runas /noprofile /user:<domain\username> "<command>"