Skip to content

Commit 2b699f5

Browse files
authored
Update README.md
1 parent 72fccb8 commit 2b699f5

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
# IP_Menu
1+
# Network Configuration Menu Script
2+
3+
## Description
4+
Easily manage network settings with this PowerShell script, supporting static IPs and DHCP configurations.
5+
6+
## Features
7+
- **Apply and save static IP configurations.**
8+
- **Switch between static IP and DHCP modes.**
9+
- **Display and manage current network settings.**
10+
- **Simple, menu-driven interface.**
11+
12+
## Prerequisites
13+
- **Windows OS with PowerShell.**
14+
- **Having permission to run PowerShell as an administrator.**
15+
- **Allow script execution:**
16+
```powershell
17+
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Bypass
18+
19+
## Usage
20+
1. Download Network_Configuration.ps1.
21+
2. Right click on the file and select **Run with PowerShell**.
22+
3. Follow the interactive prompts to configure your network settings.

0 commit comments

Comments
 (0)