Sub Main() Console.Write(System.Security.Principal.WindowsIdentity.GetCurrent().Name) Console.Read() End Sub