JSI Tip 8363. When you attempt to install a modem in Windows XP SP2, you receive 'Windows was unable to install the modem'?
August 11, 2004
When you attempt to install a serial, or USB, modem on Windows XP SP2, you receive:
Windows was unable to install the modem.
This problem will occur if there are no Value Names under the HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesModem key. This condition is likely the result of removing 3rd-party modem software.
To resolve this issue:
1. Copy / Paste the following into Notepad:
REGEDIT4
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesModem]
"ErrorControl"=dword:00000000
"Group"="Extended base"
"Start"=dword:00000003
"Tag"=dword:00000004
"Type"=dword:00000001
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesModemParameters]
2. Save the file as Modem.txt.
3. Rename the Modem.txt file to Modem.reg.
4. Right-click the Modem.reg file and press Merge, or open a CMD.EXE window and type regedit /s Modem.reg.
About the Author
You May Also Like