- Home
·
- Miscellaneous
·
- nt user full name ...no api's no registry's ....only 3 lines of code
nt user full name ...no api's no registry's ....only 3 lines of code
nt user full name ...no api's no registry's ....only 3 lines of code
Rate nt user full name ...no api's no registry's ....only 3 lines of code
(1(1 Vote))
UserDomain = Environ("userdomain")
Set user = GetObject("WinNT://" & UserDomain & "/" & UserId)
msgbox user.FullName
nt user full name ...no api's no registry's ....only 3 lines of code Comments
No comments yet — be the first to post one!
Post a Comment