It looks like AutoAngler isn't saving the settings for you.the only thing in my plugin folder is AutoAngler.cs, DHX Protected Items. and DHX Flask User. im going to try taking them out after this AV ends and see if thats affecting it.
Open up AutoAngler.cc with a text editor and find this line
Code:
MySettings = new AutoAnglerSettings("Plugins\\AutoAngler.xml");
Code:
MySettings = new AutoAnglerSettings(Application.StartupPath + "\\Plugins\\AutoAngler.xml");