$ 0 0 Summary: Use Windows PowerShell to find the user who owns a process. How can I use Windows PowerShell 4.0 in Windows 8.1 to determine who owns a process? Use the –IncludeUserName switch with the Get-Process cmdlet:Get-Process -IncludeUserName