Page 1 of 1

Simple IP Config

Posted: Tue Oct 18, 2011 6:52 pm
by lautrepay
Simple IP Config is a small utility to change common Windows network settings quickly and easily. This includes IP Address, Subnet Mask, Gateway, and DNS Server. It is set up in a format similar to the built-in Windows IP Properties configuration, but with more features. The program was written completely in AutoIt.
Image

Download v2.0 here.

Re: Simple IP Config

Posted: Wed Oct 19, 2011 8:53 am
by webfork
What's the license? So tired of SourceForge's confusing navigation.

Re: Simple IP Config

Posted: Thu Oct 20, 2011 5:36 am
by lautrepay
webfork wrote:What's the license? So tired of SourceForge's confusing navigation.
The sources are included in the zip package or as a separate download. But it has a non specific license, according to Sourceforge classification.

Re: Simple IP Config

Posted: Fri Oct 28, 2011 3:56 pm
by lautrepay
Updated to v2.1.
Major Updates:
· All new, more intuitive interface
· Greatly enhanced error reporting
· Much more reliable setting and retrieving settings
· Detailed documentation now available

Minor Updates:
· Many subtle enhancements for ease of use
No news about the license...

Re: Simple IP Config

Posted: Wed May 30, 2012 10:52 pm
by lautrepay
Simple IP Config
Version: 2.3
Date: 2012/04/08
License: GNU GPLv3

Major Updates:
- New Additions:
- Advanced Mode
- Disable a network adapter
- Disable Windows Firewall
- Options Menu
- Turn auto-refresh On/Off
- Enable advanced mode on startup
- Auto-set Gateway to typical values
- Auto-set DNS server to typical values
- Ability to temporarily load configuration files
- Rename profiles through right-click menu or file menu
- "Get" button to pull in current settings for easy profile save
- Additions to Current Information box:
- Alternate DNS Server
- Adapter State
- Much improved file handling
- Significant improvements to stability
- Error handling completely rewritten
- Massive code optimizations
- Cleaned up window - more compatible with different resolutions

Bug Fixes:
- Status bar not updating properly
- Setting only preferred DNS server resulted in error
- Enter key behavior
- Bad error messages

Re: Simple IP Config

Posted: Thu May 31, 2012 1:35 am
by guinness
Nice find, plus it's written in AutoIt too.

Re: Simple IP Config

Posted: Wed Jun 06, 2012 9:14 pm
by lautrepay
guinness wrote:Nice find, plus it's written in AutoIt too.
Can I rely on your impartiality or your opinion is influenced by the fact that the application is written in AutoIt? :wink:
Anyway, screenshot updated.

Re: Simple IP Config

Posted: Thu Jun 07, 2012 1:54 am
by guinness
It's impartial as I tried the application and found it to be a little laggy in certain places, I looked at the code and I can see why.

Re: Simple IP Config

Posted: Thu Jun 07, 2012 3:48 am
by lautrepay
guinness wrote:It's impartial as I tried the application and found it to be a little laggy in certain places, I looked at the code and I can see why.
Definitely a deep test.
Perhaps with more development the app will be ready to be added to the database.

Re: Simple IP Config

Posted: Thu Jun 07, 2012 4:13 am
by guinness
I would offer to help of course just like I did with DropIt, but it's easier for a developer to learn by their mistakes than me doing it for them.

Re: Simple IP Config 2.8

Posted: Sun May 28, 2017 5:30 pm
by smaragdus
Simple IP Config at version 2.8, download page, direct download link and latest changes:
v2.6

NEW FEATURES:
  • Filter Profiles!
  • 'Start in System Tray' setting
  • Release / renew DHCP tool
  • 'Saveas' button is now 'New' button
OTHER CHANGES:
  • Enhanced 'Rename' interface
  • New layout to show more profiles
  • Other GUI enhancements
BUG FIXES:
  • Detect no IP address / subnet input
  • Fix DNS error occurring on some systems
  • Better detection of duplicate profile names
v2.7

MAJOR CHANGES:
  • Code switched back to AutoIt
  • Proper DPI scaling
NEW FEATURES:
  • Enable DNS address registration
  • Hide unused adapters(View->Hide adapters)
  • Display computer name and domain address
OTHER CHANGES:
  • Single click to restore from system tray
  • Improved status bar
  • Allow only 1 instance to run
BUG FIXES:
  • Proper scaling with larger/smaller screen fonts
  • Fixed tooltip in system tray
v2.8

MAJOR CHANGES:
  • Now using IP Helper API (Iphlpapi.dll) instead of WMI
  • Speed improvements -> 2x faster!
MINOR CHANGES:
  • Automatically fill in 255.255.255.0 for subnet
  • Save last window position on exit
  • Tray message when an trying to start a new instance
  • Smaller exe file size
  • Popup window positioning follows main window
  • Allow more space for current properties
  • Smoother startup process
  • Get current information from disconnected adapters
BUG FIXES:
  • IP address entry text scaling
  • Fixed 'start in system tray' setting
  • Fixed starting without toolbar icons
  • Display disabled adapters
  • Get current properties from disabled adapters
  • Disabled adapters behavior
  • Fixed hanging on setting profiles
  • Fixed renaming/creating profiles issues
  • Fixed additional DPI scaling issues
Image

Simple IP Config - program window:

Image

Note
I have had only one issue so far- renaming and deleting profiles did not persist after program restart- as a workaround I had to open and edit manually profiles.ini file to rename/delete profiles.