Skip to content

NetworkInterfaceConfigurator - BetaTest

Pre-release
Pre-release
Compare
Choose a tag to compare
@BlackFIlms BlackFIlms released this 01 Apr 16:15
· 9 commits to master since this release

Network configurator

Designed by BlackFilms in 2020.

For simply and fast edit network settings.
Works only with the Windows platform.
Version: 1.0.1.1

Version guide: a.a.b.c

a - version number.
b - build number.
c - release number(0 - Release version, 1 - Beta version, 2 - Dev version).
In this version it's programm can:

  • Basic change network settings:

    • Select adapter from list.
    • Change settings for him.
    • All settings, which you write in text fields will be validated(data format and data values).
  • Presets:

    • You can add new preset (click to AddPreset button).
    • You can save settings of current adapter to preset (right click to preset button).
    • You can edit preset settings (ctrl + left click to preset button).
    • You can delete preset (available from edit preset window).
    • And you can apply preset settings to current adapter (left click to preset button).
  • Open/Save adapter settings File:

    • You can save current adapter settings to file and then you can load it's from this file.
  • Logging:

    • All events will be logged and you can see it's in console, from bottom side at app window.
    • And you can see this logs at next path: %appdata%\NetworkInterfaceConfigurator\OldLogs\
  • Design:

    • I created that design for many hours, i hope you will like it. =)
  • Bugs:

    • This is a beta version, and errors are not excluded here.
    • Thank you for testing, write comments and reviews.

Version history

  • Version: 1.0.1.1
    • Beta version. - Full designed application, which needs tests.
      Available - Basic change network settings, Data validation, Presets, Open/Save settings files,
      Console log and log autosaving to files, Modern design.
  • Version: 0.4.1.2
    • First release. - Read data about network adapters via WMI & from Registry.