Does anyone know how to get the username of the current logged on user from within a service. Apprently you can not use Environment.Username because that will simply return "NT Authority" because the service is running under the localservice user.

Any help would be greatly appreciated.

Jeremy