kamran7679 / ConfigureIP

A small utility app in C# (csharp) .net to set IP address on the fly with single click. Can Configure IP of Network Adapter to static or dynamic programmatically, for both Ethernet and Wifi. Tested on both Win10 & 7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configure IP

I have written a small utility in C# to change / switch the windows IP on the fly with single click. System IP can be configured as pre defined static or DHCP on both Ethernet and Wifi interfaces. It also shows the current IP Configuration with Colored Buttons.

It is useful for the persons who have to change system IPs on frequent basis like System Admins. Basically this application uses netsh commands in elevated command prompt to set the IP of local system.

Any one can use this application by setting their specific IP information in App.Config. More buttons can be added in the interface to switch to multiple predefined configurations.

It is a standalone application written in Visual Studio 2015. No installation needed. Tested on both Win10 & 7

Its compiled binaries can be downloaded in release section.

App usage is demonstrated on https://youtu.be/b49vLmoOX2A

If you find it useful, star it.

For any questions & querry contact me at kamran7679@gmail.com

About

A small utility app in C# (csharp) .net to set IP address on the fly with single click. Can Configure IP of Network Adapter to static or dynamic programmatically, for both Ethernet and Wifi. Tested on both Win10 & 7


Languages

Language:C# 100.0%