News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Determining the owner of a process

Started by Vortex, March 25, 2018, 07:31:48 AM

Previous topic - Next topic

Vortex

Two small tools to get the owner of processes, GetProcessOwner and GetPID :

GetProcessOwner.exe wuauclt.exe
Administrator

GetProcessOwner.exe explorer.exe
Administrator

GetPID.exe cmd.exe
1364

GetProcessOwner.exe -pid 1364
Administrator

GetPID.exe svchost.exe
584
656
700
748
796
1012
1192
1404

GetProcessOwner.exe -pid 700
SYSTEM


Vortex

A small improvement. Process IDs are displayed with the associated owners.


GetProcessOwner.exe cmd.exe
Administrator       1136
Administrator       1748


New upload at the top.