PRB: Dialup Networking Settings Disappear After You Run PREPTOOL (273801)
The information in this article applies to:
- Microsoft Windows Millennium Edition
This article was previously published under Q273801 If this article does not describe your hardware-related issue, please see the following Microsoft Web site to view more articles about hardware: SYMPTOMS
When the Microsoft Windows Millennium System Preparation Tool (Preptool) is used to prepare a hardware independent software image, the Dial-up Adapter device and network settings for the device are removed. The My Network Places desktop icon may also be removed if the system is configured only with a MODEM and no Network Interface Card.
CAUSE
Preptool removes hardware devices from the Device Manager as part of the imaging process. However, Windows Millennium does not redetect non-hardware devices such as the Dial-up adapter.
RESOLUTION
To resolve this problem, add the following sections to the C:\Windows\Msbatch.inf file before you run Preptool:
[Setup]
Network=1
[Network]
Protocols=MSTCP
NetCards=*PNP8386,*PNP8387
[Processor.Addreg]
HKLM,%KEY_INSTALLEDCOMPS%\^RNA,,,"DUN - RNA"
HKLM,%KEY_INSTALLEDCOMPS%\^RNA,IsInstalled,1,01,00,00,00
HKLM,%KEY_INSTALLEDCOMPS%\^RNA,Version,,"3,0,0,0"
HKLM,%KEY_INSTALLEDCOMPS%\^RNA,StubPath,,"rundll rnasetup.dll,installoptionalcomponent rna"
HKLM,%KEY_INSTALLEDCOMPS%\^VPN,,,"DUN - VPN"
HKLM,%KEY_INSTALLEDCOMPS%\^VPN,IsInstalled,1,01,00,00,00
HKLM,%KEY_INSTALLEDCOMPS%\^VPN,Version,,"3,0,0,0"
HKLM,%KEY_INSTALLEDCOMPS%\^VPN,StubPath,,"rundll rnasetup.dll,installoptionalcomponent vpn"
HKLM,"System\CurrentControlSet\Services\VxD\NDIS","DeviceVxDs",,"ndiswmi.sys"
HKLM,"System\CurrentControlSet\Services\VxD\NDIS","StaticVxD",,"ndis.vxd"
[Strings]
KEY_INSTALLEDCOMPS="SOFTWARE\Microsoft\Active Setup\Installed Components"
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 8/8/2006 |
---|
Keywords: | kbprb KB273801 |
---|
|