Knowledge Base

MaintainServerList Value Location in Windows 95 Resource Kit

Article ID: 150794

Article Last Modified on 12/5/2003


APPLIES TO


This article was previously published under Q150794

SUMMARY

Page 1,198 and 1,199 of the Microsoft Windows 95 Resource Kit shows the value MaintainServerList located under the [Vserver] key. This value is not located under the [Vserver] key.

MORE INFORMATION

On a computer running Windows 95, MaintainServerList is located under the HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP subkey.

There are three section for MaintainServerList:

To change whether or not the list is maintained, "MaintainServerList" in the first section below has to be the same value as the "@=" in the second section below. "@=" is "default" when you view it in Regedit.exe.

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP]
"MaintainServerList"="1"
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP\Ndi\ 
   params\MaintainServerList]
"default"="2"
"ParamDesc"="Browse Master"
"type"="enum"
@="1"
<BR/><BR/>
				
[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VxD\VNETSUP\Ndi\ 
   params\MaintainServerList\enum]
"2"="Automatic"
"1"="Enabled"
"0"="Disabled"

Additional query words: master browse

Keywords: kbnetwork KB150794