Thanks to visit codestin.com
Credit goes to github.com

Skip to content

A small utility app in C# (csharp) .net to change / switch IP on the fly with single click. Can Configure IP of Network Adapter to static or dynamic programmatically, for both Ethernet and Wifi.

hot-vs-cool/ConfigureIP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

If you find it useful, star it.

For any questions & querry contact me at [email protected]

About

A small utility app in C# (csharp) .net to change / switch IP on the fly with single click. Can Configure IP of Network Adapter to static or dynamic programmatically, for both Ethernet and Wifi.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%