Get current username in Windows using C#
System.Security.Principal.WindowsIdentity.GetCurrent().Name;
Tags: c# set text field to current user name principal, how to find current user using c#, windows installer c# how to get user name
Related posts:
- Check if the current user is Administrator using C#
No Comments