Re: How to get the OWNERs name of a process? [Solved]
Posted: Fri Sep 20, 2013 5:47 pm
This should work :
Code: Select all
PN$ = UCase(PeekS(@Process\szExeFile, #MAXPATH))
http://www.purebasic.com
https://www.purebasic.fr/english/
Code: Select all
PN$ = UCase(PeekS(@Process\szExeFile, #MAXPATH))