How to get the OWNERs name of a process? [Solved]

Just starting out? Need help? Post your questions and find answers here.
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Re: How to get the OWNERs name of a process? [Solved]

Post by ABBKlaus »

This should work :

Code: Select all

PN$ = UCase(PeekS(@Process\szExeFile, #MAXPATH))
IdeasVacuum
Always Here
Always Here
Posts: 6426
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: How to get the OWNERs name of a process? [Solved]

Post by IdeasVacuum »

It does indeed :wink: #MAX_PATH
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Post Reply