Hello,
How can I get username of my own process? I know method with GetTokenInformation ( .. TokenUser), but this required DEBUG priv. Maybe native api can help? Only my proccess (not another) , with standart user rights.
---
GetUserName - simple and works.. Thread may be closed.