Skip to content

Releases: htcfreek/AutoIT-Scripts

v1.4.0

26 Dec 14:26
be2a40b
Compare
Choose a tag to compare

This release includes the following changes:

GetDiskInfoFromWmi

  • Small updates to Readme.txt.

New Scripts

1. /src/GetInstalledPrinterFromWmi : Function to get a list of installed printers for the current user as array or string.
2. /src/StatusSplashWindow         : Shows a custom status window with progress, description and some nice control features.
3. /src/WaitForAppWindow           : Function to wait for a new window opened by a specified process.

v1.3.2

28 Aug 12:32
bf01e99
Compare
Choose a tag to compare

This release includes the following changes:

Update "GetDiskInfoFromWmi" to version 1.4.2

FIXED:

  • Build warnings for non declared variables $sDiskHeader and $sPartitionHeader. (#28)

ADDED:

  • New Readme.txt for this script. (#29)

v1.3.1

06 Jul 19:56
Compare
Choose a tag to compare

This release includes the following changes:

Update "GetDiskInfoFromWmi" to version 1.4.1

FIXED:

v1.3

05 Jul 21:00
Compare
Choose a tag to compare

This release includes the following changes:

Update "GetDiskInfoFromWmi" to version 1.4

FIXED:

v1.2

04 Jul 15:49
ea6094c
Compare
Choose a tag to compare

The release v1.2 includes the following changes:

Update "GetDiskInfoFromWmi" to version 1.3

FIXED:

CHANGED:

  • Improved comments
  • Disk property header renamed: WindowsRunningOnDisk (SystemRoot) -> WindowsRunningOnDisk (SystemDisk)
  • Partition property header renamed: PartitionIsSystemRoot -> PartitionIsSystemDisk

ADDED:

  • Parameter to filter results based on disk type: All, Fixed, Removable, External, Unknown
  • Constants added:
    • TableHeader: $DiskInfoWmi_TableHeader_Yes, $DiskInfoWmi_TableHeader_No
    • DiskType: $DiskInfoWmi_DiskType_All, $DiskInfoWmi_DiskType_External, $DiskInfoWmi_DiskType_Removable, $DiskInfoWmi_DiskType_Fixed, $DiskInfoWmi_DiskType_Unknown
  • Required includes added: Array.au3
  • Error handling: On WMI error the @error variable is set to 1.

image

v1.1

02 Jul 05:14
Compare
Choose a tag to compare

This release contains the following changes

Update "GetDiskInfoFromWmi" to version 1.2

⚠ The order of values in array has changed since version 1.0!

  • Disk list:
    • Added values: Manufacturer, Interfacetype, Mediatype, Serialnumber, Status,
    • Renamed: SystemIsBootedFromDisk
  • Added
    • Added values: Filesystem
    • Renamed values: SystemIsBootedFromPartition

image

v1.0

01 Jul 20:22
3295f67
Compare
Choose a tag to compare

This is the first release which includes one useful script.

Content:

  • GetDiskInfoFromWmi.au3 (Version 1.0)