Networking Forums

Networking Forums > Wireless Networking > Wireless Networks > 10093: successful WSAStartup not yet performed

Reply
Thread Tools Display Modes

10093: successful WSAStartup not yet performed

 
 
MChil
Guest
Posts: n/a

 
      11-30-2004, 11:25 AM
After a 5 day struggle with this, I finally got this resolved so I want to
share the process with the community:

This is a winsock conflict where registry files somehow get corrupted. So
do a web search for a program called WinsockFix and run it. It will come up
and tell you that it is fixing your registry and tell you to reboot. That's
all I needed, but here is a procedure to try if that doesn't work:

Note: Winsockfix and these manual fixes mention XP, but worked on my Win 2K.

Repair Winsock and Winsock2 registry keys: Method 2

Step 1: Delete registry keys
Using Regedit, go to both of the following keys, export each of them as
backups, then delete keys from registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Winsock
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Winsock2
Restart the computer
NOTE: It is important to restart the computer after deleting the Winsock
keys. Doing so causes the XP operating system to recreate shell entries for
those two keys. If this is not done, the next step does not work correctly.
Step 2: Install TCP/IP on top of itself
Open the properties window of the network connection
Click Install
Click Protocol, then Add
Select TCP/IP and click OK
Restart the computer
When the computer reboots you should have functional Winsock keys
NOTE: If the network connection properties contained more than the
following three items: Client for Microsoft Networks, File and Printer
Sharing for Microsoft Networks, and TCP/IP, then the additional items may
need to be removed in order to restore browsing. If those items are needed
they can be reinstalled. The reason for removing them is due to those items
placing entries into the Winsock keys and those entries will no longer be
there.

--------------------------------------------------------------------------------

Repair Winsock and Winsock2 registry keys: Method 3

In Device Manager, Open your Network Adapter section and disable all
devices.
Using Regedit, go to both of the following keys, export each of them as
backups, then delete keys from registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Winsock
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Winsock2
Take a copy from a clean install of those two registry tables from another
machine, and import them to the troubled machine.
Click on 'start' then 'run', type the following: netsh int ip reset
resetlog.txt. Click 'ok'.
Re-enable the devices in Device manager.
Do another netsh int ip reset resetlog.txt as above.

 
Reply With Quote
 
 
 
 
Dana Brash
Guest
Posts: n/a

 
      12-01-2004, 12:06 AM
Hi MChil,

What symtoms led you to this solution?

Thanks!

--
HTH,
=d=


Dana Brash
MCSE, MCDBA, MCSA

(E-Mail Removed)

"MChil" <(E-Mail Removed)> wrote in message
news:383AAE1B-2360-468B-B05C-(E-Mail Removed)...
> After a 5 day struggle with this, I finally got this resolved so I want to
> share the process with the community:
>
> This is a winsock conflict where registry files somehow get corrupted. So
> do a web search for a program called WinsockFix and run it. It will come

up
> and tell you that it is fixing your registry and tell you to reboot.

That's
> all I needed, but here is a procedure to try if that doesn't work:
>
> Note: Winsockfix and these manual fixes mention XP, but worked on my Win

2K.
>
> Repair Winsock and Winsock2 registry keys: Method 2
>
> Step 1: Delete registry keys
> Using Regedit, go to both of the following keys, export each of them as
> backups, then delete keys from registry:
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Winsock
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Winsock2
> Restart the computer
> NOTE: It is important to restart the computer after deleting the Winsock
> keys. Doing so causes the XP operating system to recreate shell entries

for
> those two keys. If this is not done, the next step does not work

correctly.
> Step 2: Install TCP/IP on top of itself
> Open the properties window of the network connection
> Click Install
> Click Protocol, then Add
> Select TCP/IP and click OK
> Restart the computer
> When the computer reboots you should have functional Winsock keys
> NOTE: If the network connection properties contained more than the
> following three items: Client for Microsoft Networks, File and Printer
> Sharing for Microsoft Networks, and TCP/IP, then the additional items may
> need to be removed in order to restore browsing. If those items are needed
> they can be reinstalled. The reason for removing them is due to those

items
> placing entries into the Winsock keys and those entries will no longer be
> there.
>
> --------------------------------------------------------------------------

------
>
> Repair Winsock and Winsock2 registry keys: Method 3
>
> In Device Manager, Open your Network Adapter section and disable all
> devices.
> Using Regedit, go to both of the following keys, export each of them as
> backups, then delete keys from registry:
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Winsock
> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Winsock2
> Take a copy from a clean install of those two registry tables from another
> machine, and import them to the troubled machine.
> Click on 'start' then 'run', type the following: netsh int ip reset
> resetlog.txt. Click 'ok'.
> Re-enable the devices in Device manager.
> Do another netsh int ip reset resetlog.txt as above.
>



 
Reply With Quote
 
Carl DaVault [MSFT]
Guest
Posts: n/a

 
      12-08-2004, 10:32 PM
It appears that some 3rd-party applications (such as wireless clients) can
cause a 10093 error. Specifically a Linksys app, if I remember correctly.

I have heard that this can be successfully resolved in a couple ways:

1. allow the application to bypass the firewall
2. the steps below to restore winsock


(uninstalling the application may also work - I have not personally hit this
issue)


--
Standard Disclaimers -
This posting is provided "AS IS" with no warranties,
and confers no rights. Please do not send e-mail directly
to this alias. This alias is for newsgroup purposes only.


"Dana Brash" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi MChil,
>
> What symtoms led you to this solution?
>
> Thanks!
>
> --
> HTH,
> =d=
>
>
> Dana Brash
> MCSE, MCDBA, MCSA
>
> (E-Mail Removed)
>
> "MChil" <(E-Mail Removed)> wrote in message
> news:383AAE1B-2360-468B-B05C-(E-Mail Removed)...
>> After a 5 day struggle with this, I finally got this resolved so I want
>> to
>> share the process with the community:
>>
>> This is a winsock conflict where registry files somehow get corrupted.
>> So
>> do a web search for a program called WinsockFix and run it. It will come

> up
>> and tell you that it is fixing your registry and tell you to reboot.

> That's
>> all I needed, but here is a procedure to try if that doesn't work:
>>
>> Note: Winsockfix and these manual fixes mention XP, but worked on my Win

> 2K.
>>
>> Repair Winsock and Winsock2 registry keys: Method 2
>>
>> Step 1: Delete registry keys
>> Using Regedit, go to both of the following keys, export each of them as
>> backups, then delete keys from registry:
>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Winsock
>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Winsock2
>> Restart the computer
>> NOTE: It is important to restart the computer after deleting the
>> Winsock
>> keys. Doing so causes the XP operating system to recreate shell entries

> for
>> those two keys. If this is not done, the next step does not work

> correctly.
>> Step 2: Install TCP/IP on top of itself
>> Open the properties window of the network connection
>> Click Install
>> Click Protocol, then Add
>> Select TCP/IP and click OK
>> Restart the computer
>> When the computer reboots you should have functional Winsock keys
>> NOTE: If the network connection properties contained more than the
>> following three items: Client for Microsoft Networks, File and Printer
>> Sharing for Microsoft Networks, and TCP/IP, then the additional items may
>> need to be removed in order to restore browsing. If those items are
>> needed
>> they can be reinstalled. The reason for removing them is due to those

> items
>> placing entries into the Winsock keys and those entries will no longer be
>> there.
>>
>> --------------------------------------------------------------------------

> ------
>>
>> Repair Winsock and Winsock2 registry keys: Method 3
>>
>> In Device Manager, Open your Network Adapter section and disable all
>> devices.
>> Using Regedit, go to both of the following keys, export each of them as
>> backups, then delete keys from registry:
>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Winsock
>> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Winsock2
>> Take a copy from a clean install of those two registry tables from
>> another
>> machine, and import them to the troubled machine.
>> Click on 'start' then 'run', type the following: netsh int ip reset
>> resetlog.txt. Click 'ok'.
>> Re-enable the devices in Device manager.
>> Do another netsh int ip reset resetlog.txt as above.
>>

>
>



 
Reply With Quote
 
Pat T.
Guest
Posts: n/a

 
      03-17-2005, 11:39 PM
I have the same error as the one mention. I followed the step you suggested
to follow, but when trying to install the TCP/IP on top of himself, I could
not find it in the protocol section.
Maybe you know how I can resolve the problem

"Carl DaVault [MSFT]" wrote:

> It appears that some 3rd-party applications (such as wireless clients) can
> cause a 10093 error. Specifically a Linksys app, if I remember correctly.
>
> I have heard that this can be successfully resolved in a couple ways:
>
> 1. allow the application to bypass the firewall
> 2. the steps below to restore winsock
>
>
> (uninstalling the application may also work - I have not personally hit this
> issue)
>
>
> --
> Standard Disclaimers -
> This posting is provided "AS IS" with no warranties,
> and confers no rights. Please do not send e-mail directly
> to this alias. This alias is for newsgroup purposes only.
>
>
> "Dana Brash" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi MChil,
> >
> > What symtoms led you to this solution?
> >
> > Thanks!
> >
> > --
> > HTH,
> > =d=
> >
> >
> > Dana Brash
> > MCSE, MCDBA, MCSA
> >
> > (E-Mail Removed)
> >
> > "MChil" <(E-Mail Removed)> wrote in message
> > news:383AAE1B-2360-468B-B05C-(E-Mail Removed)...
> >> After a 5 day struggle with this, I finally got this resolved so I want
> >> to
> >> share the process with the community:
> >>
> >> This is a winsock conflict where registry files somehow get corrupted.
> >> So
> >> do a web search for a program called WinsockFix and run it. It will come

> > up
> >> and tell you that it is fixing your registry and tell you to reboot.

> > That's
> >> all I needed, but here is a procedure to try if that doesn't work:
> >>
> >> Note: Winsockfix and these manual fixes mention XP, but worked on my Win

> > 2K.
> >>
> >> Repair Winsock and Winsock2 registry keys: Method 2
> >>
> >> Step 1: Delete registry keys
> >> Using Regedit, go to both of the following keys, export each of them as
> >> backups, then delete keys from registry:
> >> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Winsock
> >> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Winsock2
> >> Restart the computer
> >> NOTE: It is important to restart the computer after deleting the
> >> Winsock
> >> keys. Doing so causes the XP operating system to recreate shell entries

> > for
> >> those two keys. If this is not done, the next step does not work

> > correctly.
> >> Step 2: Install TCP/IP on top of itself
> >> Open the properties window of the network connection
> >> Click Install
> >> Click Protocol, then Add
> >> Select TCP/IP and click OK
> >> Restart the computer
> >> When the computer reboots you should have functional Winsock keys
> >> NOTE: If the network connection properties contained more than the
> >> following three items: Client for Microsoft Networks, File and Printer
> >> Sharing for Microsoft Networks, and TCP/IP, then the additional items may
> >> need to be removed in order to restore browsing. If those items are
> >> needed
> >> they can be reinstalled. The reason for removing them is due to those

> > items
> >> placing entries into the Winsock keys and those entries will no longer be
> >> there.
> >>
> >> --------------------------------------------------------------------------

> > ------
> >>
> >> Repair Winsock and Winsock2 registry keys: Method 3
> >>
> >> In Device Manager, Open your Network Adapter section and disable all
> >> devices.
> >> Using Regedit, go to both of the following keys, export each of them as
> >> backups, then delete keys from registry:
> >> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Winsock
> >> HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Winsock2
> >> Take a copy from a clean install of those two registry tables from
> >> another
> >> machine, and import them to the troubled machine.
> >> Click on 'start' then 'run', type the following: netsh int ip reset
> >> resetlog.txt. Click 'ok'.
> >> Re-enable the devices in Device manager.
> >> Do another netsh int ip reset resetlog.txt as above.
> >>

> >
> >

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error 10093 =?Utf-8?B?UmljaA==?= Windows Networking 2 10-28-2005 04:18 PM
MN-740's has anyone updated them successful? faustus Broadband Hardware 12 01-16-2004 07:02 PM
limited network funtionality until sleep mode and wakeup performed. Dan Windows Networking 0 01-14-2004 11:15 PM
"lexplorer performed an illegal operation and will shut down" Shakeer Windows Networking 1 01-09-2004 11:18 AM
Re: WSAstartup Error Carey Holzman Windows Networking 0 07-06-2003 11:02 PM



1 2 3 4 5 6 7 8 9 10 11