PowerShell – Start Application By Name

Note: This is a recovered post from my old blog. See how we recovered these posts using the Wayback Machine and AI tooling.

Start an application by its short name. Useful in environments where application directories may not be unified across machines, or when you want to launch a well-known app like Outlook without specifying the full path.

Start-Process 'Outlook'