c# get current system user code example Example: c# get username string userName = System.Security.Principal.WindowsIdentity.GetCurrent().Name;