XP/2003: Reset or Reinstall to Correct a Bad TCP/IP Stack
In the later versions of windows, TCP/IP is considered a core component and cannot be uninstalled. Several things can corrupt the TCP/IP stack. This recipe explains how to reset the stack.
Many programs like to adjust and change the TCP/IP stack. In older versions of windows the stack could be corrected by uninstalling and reinstalling. However, since the stack is now a core component, uninstalling is no longer possible. Thank goodness, however, that it can be easily reset.
- 1. Left click the Start button
2. Select run
3. In the open box type: netsh int ip reset c:\resetlog.txt
c:\resetlog.txt will show what changes existed. You can change this to whatever path you wish.
This command rewrites the TCP/IP registry keys. Essentially, this causes the same result as the removal and the reinstallation of the protocol.









onur said on November 25, 2008
Cuma, Şubat 08, 2008
İnternete bağlanamama sorunu
Bir süredir masaüstü bilgisayarım internete bağlanmıyordu. Bayağı uğraşmama rağmen, neden kaynaklandığını bulamıyordum. Sonunda az önce sorunun sebebini buldum. Eğer benzer bir probleminiz olursa diye buraya not ediyorum.
Benim bilgisayarımın (Win XP) ağ bağlantısı ayarlarında sorun yoktu, çünkü ağdaki diğer bilgisayarlara ping atabiliyordum. Fakat sonradan anladım ki, bilgisayarımın TCP/IP stack’i bir şekilde, bir program tarafından bozulmuş. Bunu düzeltmek için şunu yaptım:
Başlat > Çalıştır >
netsh int ip reset c:resetlog.txt
komutunu verdim. Bu komutun sonucunda TCP/IP stack sıfırlandı. Sonra bağlantımı sağ tıklayıp, “tamir et” komutunu verdim. Sorun düzeldi.
Internete bağlanma sorunu yaşarsanız şu iki yazıyı okumanızı tavsiye ederim: