Hi
I created a simplee program to add/remove entries from windows hosts file.
I did originally create the program to a hosting company, and was bound to there servers by using a dropdown - so the user couldn't add there own IP, but I have changed it so every one could use it.
I'm no AutoIT expert, but I hope that it might can be useful to some one
#RequireAdmin
#include <Array.au3>
#include <ButtonConstants.au3>
#include <ComboConstants.au3>
#include <GUIComboBox.au