I've made a few changes to my version of Bryce's mod logon script. Actually the changes were in the ini editor. The copy I previously sent was a read only version because I didn't have all the code complete for writing to the ini file. It can now read, write, add modules, and change the run order of the modules. The ini file is not real clean after being used by this exe, but it does work properly (at least so far). I did have to make one minor change to my logon.kix file. I added stops for each piece (i.e. OS, user group, domain, etc.) so that if a blank value is read in no more values of that type beyond the blank value will be considered. I did this because I could not delete lines from the .ini with my editor, just write to them. So now if I went through and set up a module in the editor to only run on win95 machines, it will write the following to the .ini file:OperatingSystem1 = Win95
OperatingSystem2 =
This way, if previously there were three allowed operating systems, then the third would still be listed, but will not work because the logon script will quit checking once it hits the blank value. I have these changes, plus the source for my vb ini editor if anyone wants it. I'm going to email them to Bryce in case he wants to post it.