Hem / Tips & tricks
// c#using System.Security.Principal;string username = WindowsIdentity.GetCurrent().Name.ToString();' VBImports System.Security.PrincipalDim name As String = WindowsIdentity.GetCurrent().Name.ToString()