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.
- Host: GitHub
- URL: https://github.com/kernferm/network-info
- Owner: KernFerm
- License: mit
- Created: 2024-02-07T10:53:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-25T07:42:00.000Z (over 1 year ago)
- Last Synced: 2025-02-12T22:32:42.568Z (over 1 year ago)
- Topics: batch-script, dhcp, dns, network, tcp-ip
- Language: Batchfile
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)