v1.8.4
- Fixed AutoLogon (combination of parameters would result in AutoLogon being 'on' although it would be explicitly set to 'off')

v1.8.3
- Fixed (again!) timeout code

v1.8.2
- Fixed timeout when Confirm was set to 0
- Rewrote the user/group enumeration function
- Rewrote the Administrator detection function

v1.8.1
- Fixed 'Registered Organization' label in Russian GUI

v1.8.0
- Added MACAddressOveridesSections flag to the INI file (if active it forces the program to override reading the [UserInfo] and [SecurityInfo] values from the appropriate [ComputerInfo_n] section based on MAC address match)

v1.7.2
- Added Russian GUI support

v1.7.1
- Added Spanish GUI support

v1.7
- Added French GUI support
- Added PasswordCheck switch to disable password checking and force a blank password

v1.6
- Rewrote the function that checks for admin privileges
- Fixed an error that would hide fields although the Parse[]Section flag was on
- Added support for Turkish (thanks KenanBalamir!) & Greek languages

v1.5
- Removed the ComputerInfoSections from the [ComputerInfo] section. Detection of the number of [ComputerInfo_n] sections is automatic now
- Added colors to the timeout bar at 75,50 and 25% of its length
- Added new options for audible warning during or at the end of the timeout ([Interface] section)


v1.4

- Rewrote the MAC address detection function

- Fixed some GUI dependencies for enabling/disabling sections

- Rewrote the User enumeration function (caused errors in some systems)

- Corrected the Rename Administrator function (it now is disabled by default if the user running the tool is called 'Administrator')



v1.3

- Added new GUI options for section enable/disable 

- Added progress bar for timeout

- Fixed (finally) the timeout bug: Timeout is cancelled if anything changes on the page

- Added new security section parameter: Forced Logon that enables autologon upon user logoff

- Added new security section parameter: Disable Administrator (disables the original/renamed administrator account)

- Redesigned the GUI so that it fits in 640x480 screens



v1.2

- Rewrote the account renaming function: both the Administrator and Guest accounts can be renamed during Txx (windows setup)



v1.1

- Added command line option /INI="<path>\<inifile>.ini" for custom INI file

- Added MAC address detection

- Added new INI section [ComputerInfo_x] based on MAC address detection

- Localized the creation of the 'fake' Administrator and Guest accounts (working on non english versions as well)

- Check that the username does not contain , /, \, [, ], :, |, <, >, +, =, ;, ?, * or is terminated by a .

- Check that computername does not contain leading or trailing spaces or , /, \, [, ], :, |, <, >, +, =, ;, ?

- Small GUI improvements and bug fixes



v1.0.1

- Fixed a timeout bug (no timeout would occur)



v1.0

- Added options to change the registered owner/organization

- Added new section - SecurityInfo

  o Rename default Administrator account

  o Rename default Guest account

  o Create a fake Administrator account and lock it down

  o Create a fake Guest account and lock it down

  o Hide Administrator account from login list of users (Windows XP only)

- Rewrote the GUIs dependence on the INI file. Sections will be disabled if the relevant Parse flags are set to 0

- Fake accounts work for the english versions of windows ONLY!



v0.91

- Rewrote the function that determines if a user has admin rights adding non-english language support



v0.9

- Added new option to add the computer to a workgroup[/color]

- Generate secure autologin password for non admin users[/color]

- Removed the 'ForceNewName' switch (not needed)

- Fixed error that occured when enumerating users at T12

- Rewrote the administrator check code

- Added an option to disable the timeout



v0.8

- Added support for LsaStorePrivateData functionality (password encryption for autologon)

- Fixed a bug with user enumeration at T12



v0.7

- Fixed a bug found in v0.6 that would not add the user to any group

- Added support for Windows 2000

- Added support for non english windows version



v0.6

- No more external, windows native or 3rd party tools needed!

- Added a check for OS type (will only run in XP/2K3)

- Added a check for admin privileges

- Added options to parse the computername/username sections

- The computername is set using a direct kernel32 API call

- The user is created using a direct netapi32 API call

- Changed the interface and added a computer Icon



v0.5

- Combined WMI and external tool calls. Depending on the system status, if mini setup is detected then the password age and the computer name will be completed using the external tools, otherwise WMI calls will be utilized.



v0.4.1

- Removed the WMI calls and reverted to CUSRMGR.EXE and COMPNAME.EXE in order to maintain functionality at cmdlines (T13)



v0.4

- Added an option for showing the 'Confirm' dialog, got rid of the external utilities and implemented WMI calls, added a check for WMI status upon initiallization, added tooltips for all the controls.

(WMI does not seem to be fully functional at T13 and so it brakes the password age and computername code. This version will NOT work at T13)



v0.3

- Added options for showing the 'Cancel' button and checking the user's input



v0.2

- Updated the interface adding a 'Cancel' button



v0.1

- Updated the interface adding the option to change the computer name



