Releases: htcfreek/AutoIT-Scripts
Releases · htcfreek/AutoIT-Scripts
v1.4.0
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
v1.3.1
v1.3
This release includes the following changes:
Update "GetDiskInfoFromWmi" to version 1.4
FIXED:
- Typos in script and usage example (Thanks @Oleg-Chashko!)
v1.2
The release v1.2 includes the following changes:
Update "GetDiskInfoFromWmi" to version 1.3
FIXED:
- Typos (Thanks @Oleg-Chashko!)
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
- TableHeader:
- Required includes added: Array.au3
- Error handling: On WMI error the
@error
variable is set to1
.
v1.1
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