Skip to content

v1.2

Compare
Choose a tag to compare
@htcfreek htcfreek released this 04 Jul 15:49
· 23 commits to main since this release
ea6094c

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