runas
Verified for current stable LTS
Runas Command: Run Program Without Loading Profile
Use for run program without loading profile with Runas. Exact CLI syntax to run program without loading profile using Runas.
When to use this: Use for run program without loading profile with Runas.
Command Syntax
runas /noprofile /user:<domain\username> "<command>" runas /noprofile /user:<domain/username> "<command>" Live Command Builder
Final Command
runas /noprofile /user:<domain\username> "<command>" Command Breakdown
runas is the base executable for this command.
FAQ
Purpose: Exact syntax to run program without loading profile 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: Open Command Prompt As Another User
runas /user:<domain\username> cmd 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>"