Skip to content

Commit b5d199d

Browse files
committed
Version 5.1 updates
1 parent 26e3f63 commit b5d199d

File tree

6 files changed

+2
-26
lines changed

6 files changed

+2
-26
lines changed

BCU-4.0.24.1/BIOS Configuration Utility User's Guide.url

Lines changed: 0 additions & 2 deletions
This file was deleted.

BCU-4.0.24.1/GetAllBiosSettings.bat

Lines changed: 0 additions & 15 deletions
This file was deleted.

BCU-4.0.24.1/SPDownload.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

BCU-4.0.24.1/_Download BCU.URL

Lines changed: 0 additions & 4 deletions
This file was deleted.

BiosSledgehammer.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ param(
2626

2727

2828
#Script version
29-
$scriptversion = "5.0.6.BETA"
29+
$scriptversion = "5.1.0"
3030

3131
#This script requires PowerShell 4.0 or higher
3232
#requires -version 4.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ When starting BiosSledgehammer.ps1, the following will happen:
8989
* If the file **ME-Update.txt** is found, it is read and checked if a Management Engine (ME) firmware update is required. If so, the ME firmware files are locally copied and an update is performed. Any **.log* file generated by the update tool is attached to the BIOS Sledgehammer log file. Finally, a restart is requested because the actual update is performed during POST. See [ME Update](#management-engine-me-update) for more details.
9090
* If the file **TPM-Update.txt** exists, it is read and checked if a TPM update is required. This happens by checking if the TPM specification version (1.2 or 2.0) or the TPM firmware are below the configured versions. If so, the TPM updates files are locally copied and executed. Any **.log* file generated by the update tool is attached to the BIOS Sledgehammer log file. Finally, a restart is requested because the actual update is performed during POST. See [TPM Update](#tpm-update) for more details.
9191
* If the file **BIOS-Password.txt** is found, it is checked if the device is already set to use this password. The password is not specified directly (clear), but by using a *.bin file name that stores the password encrypted. If the passwords differ, the configured *.bin file is read from the [PwdFiles folder](#pwdfiles-folder) and the password is changed. See [BIOS Password](#bios-password) for more details.
92-
* If the file **BIOS-Settings.txt** exists, it is read and each entry is the name of a BIOS setting that needs to be changed. Each entry will be performed as single change (not all in a batch) to detect faulty settings more easily. See [BIOS Settings](#bios-settings) for more details.
92+
* If the file **BIOS-Settings.txt** exists, it is read and each entry is the name of a BIOS setting that needs to be changed. Each entry will be executed as a single change in the exact order they are defined; this makes detecting faulty settings (if any) easy. See [BIOS Settings](#bios-settings) for more details.
9393

9494
Starting with Windows 10 1703, you can in-place convert from BIOS legacy (MBR) to UEFI boot mode (GPT); this is supported by BIOS Sledgehammer using the parameter ``-ActivateUEFIBoot``. This parameter will result in BIOS Sledgehammer only apply the BIOS settings defined in **Activate-UEFIBoot.txt**, which are one or two settings to change the boot mode to UEFI. Please see [In-place BIOS to UEFI boot mode conversion](#in-place-bios-to-uefi-boot-mode-conversion) for more details.
9595

0 commit comments

Comments
 (0)