PowerShell

Start-Process

CautionStart processes (elevate)

Start-Process <exe> -Verb RunAs

-Verb RunAs elevates via UAC; -Wait blocks; Hidden runs silently. Installer automation staple.

Examples

  • Start-Process msiexec -ArgumentList '/i app.msi /qn' -WaitSilent MSI install

Syntax

Start-Process <path> [-ArgumentList args] [-Verb RunAs] [-Wait]

Before you run it

Elevation runs with admin rights.

Related commands

The same reference, with no signal at all

Every command and flow from this site, held on your device and searchable with no connection. Free to install, no ads.

Get it free on the App Store