Skip to content

Instantly share code, notes, and snippets.

@01Kevin01
Last active November 22, 2023 17:17
Show Gist options
  • Save 01Kevin01/7a4a241d55d1ea520032faf1f630953c to your computer and use it in GitHub Desktop.
Save 01Kevin01/7a4a241d55d1ea520032faf1f630953c to your computer and use it in GitHub Desktop.
Windows'ta IP Adresini Yenileme: ipconfig Release & Renew 🔄🌐

Başlık / Title:

Windows'ta IP Adresini Yenileme: ipconfig Release & Renew 🔄🌐 foto_no_exif

Türkçe Anlatım:

Windows'ta IP adresini yenilemek için ipconfig komutunu kullanabiliriz. İşte adım adım:

  1. Mevcut IP Adresini Bırak (release):
    Başlat menüsüne sağ tıklayarak "Komut İstemi (Yönetici olarak çalıştır)" seçeneğine tıkla. Ardından ipconfig /release komutunu girerek mevcut IP adresini bırak.

  2. Yeni IP Adresi Al (renew):
    Hala aynı komut istemi penceresinde ipconfig /renew komutunu kullanarak yeni bir IP adresi al.

  3. İşlem Tamamlandı:
    Bu adımları uyguladıktan sonra, IP adresiniz yenilenmiş olacak!

Bu adımları takip ederek, Windows'ta IP adresinizi kolayca yenileyebilirsiniz. Bu komutlar, ağ bağlantılarınızı sıfırlar ve yeni bir IP adresi almanıza yardımcı olur.

English Explanation:

We can renew the IP address in Windows using the ipconfig command. Here's how step by step:

  1. Release Current IP Address (release):
    Right-click on the Start menu and select "Command Prompt (Run as administrator)." Then, enter ipconfig /release to release the current IP address.

  2. Renew IP Address (renew):
    In the same command prompt window, use ipconfig /renew to obtain a new IP address.

  3. Process Completed:
    After following these steps, your IP address will be renewed!


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment