PDA

View Full Version : Determining Client Computer Name Programmatically


JeffVB
06-22-1999, 11:58 AM
Is there a way to determine the Win 95/98 client computer name programmatically from VBScript/ASP. (I'm referring to the Control Panel>Network>Identification Computer Name.) THANKS!!

Ian Stallings
06-24-1999, 08:14 AM
I couldn't come up with anything through the<BR>standard MS stuff, but there is a free 'registry checker' <BR>component that comes with the IIS resource kit. Using that<BR>you could check:<BR><BR>HKEY_LOCAL_MACHINESystemCurrentControlSetcontrolCo mputerNameComputerNameComputerName<BR><BR>for the computer name on Win95/98<BR><BR>I hope this helps, or at least point you in the<BR>right direction.<BR>