A simple tool to config ip in windows, written in Rust. The UI is made by Slint
- When you run the app, the system current adapters are loaded to the list in
Adapters, or you can clickRefreshto reload. - Choose one of the adapters to see details.
- Select one in step 2, then click
Load selected. The adapter info is loaded to the left area. - Do some change in the left area, click
ApplyorSavewhen you finished, orLoad selectedto discard the changes.- The app support multiple ip when
dpch onis unchecked. Each line represent one address. Please fill theipandnetmasklist with same count, while each ip must match a netmask. gatewayanddns listalso support multiple address.
- The app support multiple ip when
If you saved some items in step 4, then you can choose and select them, like step 2 & 3.
The app use netsh command tool to do the config, you would see a black console window when clicking Apply, since I don't hide them. Please close the window when seeing "You can close the window now.".

