Is it possible in C # to trick the owner of a process? Let's say my process name is "Game.exe", when the user starts it, it appears in the process list as Game.exe UsernameHere
Can this part of UsernameHere be fooled?
You need to look at impersonation of personality.
Only by running it as another user.