The Artima Developer Community
Sponsored Link

Web Services Forum
Displaying the Registry User Information using VBScript

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Paul Dhanjal

Posts: 1
Nickname: dhanjal
Registered: Dec, 2002

Displaying the Registry User Information using VBScript Posted: Dec 2, 2002 5:52 AM
Reply to this message Reply
Advertisement
Hi,

I would like to display the NT User's logon information...

The coding I have so far is...

Dim objWsh
Set objWsh = CreateObject("Wscript.Shell")
m_debug = objWsh.regRead("HKLM\software\microsoft\windows nt\currentversion\winlogon")


Does anyone know how I can complete this so it can display the DefaultUserName and DefaultDomainName ?

Thanks

Topic: Need Help on deployment of servlets in tomcat-4.x Previous Topic   Next Topic Topic: trying to run CreateObject WScript.Shell

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use