An open API service indexing awesome lists of open source software.

https://github.com/kernferm/network-info

This is a simple batch script for Windows that displays all current TCP/IP network configuration values and refreshes Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) settings.
https://github.com/kernferm/network-info

batch-script dhcp dns network tcp-ip

Last synced: 3 months ago
JSON representation

This is a simple batch script for Windows that displays all current TCP/IP network configuration values and refreshes Dynamic Host Configuration Protocol (DHCP) and Domain Name System (DNS) settings.

Awesome Lists containing this project

README

          

## Support the Project ⭐

If you find this project useful, please give it a star! Your support is appreciated and helps keep the project growing. 🌟

## 📥 How to Download the Repo (First-Time Users)

Click the link to read [**Instructions**](https://www.fnbubbles420.org/Instructions-On-How-To-Download-Repo) 📄.

---

### ⚠️ No Issues with this Repo!

- If you want to **FORK** it, **GO FORK IT**! 🍴
- Make sure you have an account to **FORK** the repo 🔐.

---

# 🌐 Network Information Batch Script

This is a simple batch script for Windows that displays all current **TCP/IP network configuration values** and refreshes **Dynamic Host Configuration Protocol (DHCP)** and **Domain Name System (DNS)** settings 🖧.

---

### 📥 Download Instructions

- Click the **green button** in the upper right corner and download the ZIP file 📂.

---

## 🚀 Usage

1. **Open a command prompt** with **administrative privileges** 🔒.
2. **Navigate** to the directory containing the `Network Information.bat` file.
3. **Run the script** by typing:

```
Network Information.bat
```
and pressing Enter 💻.

## 💡 What the Script Does

Here's a breakdown of what each line in the script does:

```
@echo off # Prevents the command prompt from displaying the commands in the script as they run
ipconfig.exe /all # Displays all current TCP/IP network configuration values and refreshes DHCP and DNS settings
pause # Waits for the user to press a key before closing the command prompt window
```

# Join the discord if you need help

[https://fnbubbles420.org/discordinvite](https://fnbubbles420.org/discordinvite)