Mark Unwin, de developer van Windows Inventory, heeft versie 0.4 van zijn software uitgebracht. Met WINventory kan een systeembeheerder makkelijk bijhouden wat voor hardware zijn Windows-computers hebben en welke software er op is geïnstalleerd. Mark had het volgende mee te delen over deze release:
Have altered the password setup. In config.php there is use_pass = ''. Set it to 'no' to not use a password.
Handy for testing - you aren't constantly inputing the password.
Included some manual input stuff on the PC Summary page - date of purchase, value, physical location, serial number & description.
Many people use serial number for internal tracking that do not correspond to the BIOS serial number, hence the duplication.
Initial work completed on a page (graphs.php) to generate a historical graph of disk usage. Have also completed the .vbs script to go with it, along with an updated MySQL database. Naturally you must have ODBC working on the system to run the disk.vbs script - so it can automatically insert the results into the database. For info on setting up a scheduled task every hour / minute / etc, see the docs page. You will need the GD Image library extension working for the graphs. See the php.net pages for setup instructions.