username = string.Format(@"{0}\{1}", System.Environment.UserDomainName, System.Environment.UserName);
Tip Submitted By: David McCarter