Changelog since 1.0.1
- No more console windows pop up when getting, extracting or installing updates [fix #5]
- Webproxy parameters now support credentials/authentication
- ThinkCentre BIOS/UEFI updates can now be installed silently (previously only ThinkPad)
- Detect and suspend BitLocker protection of the OS drive prior to BIOS/UEFI updates
- Added
-SaveBIOSUpdateInfoToRegistry
switch toInstall-LSUpdate
- General code rewrite/cleanup of BIOS/UEFI update handling logic
- Packages with RebootType 0 will now be classified as "Unattended" (
$_.Installer.Unattended
will beTrue
) - All module files now encoded in UTF8+BOM
- Clean up files downloaded as part of dependency checks [fix #6]