yupo
This commit is contained in:
parent
7052ef5e7d
commit
1fe4abac30
|
@ -23,7 +23,7 @@ for %%a in (!charset!) do (
|
|||
"!HPQPswdPath!" /p"!pass!" /f"!EncryptedPasswordFile!"
|
||||
|
||||
REM Attempt to reset the BIOS password using the current password
|
||||
"!BiosConfigUtilityPath!" /cpwdfile:"!EncryptedPasswordFile!" /nowdfile:""
|
||||
"!BiosConfigUtilityPath!" /cpwdfile:"!EncryptedPasswordFile!" /npwdfile:""
|
||||
|
||||
REM Optionally check for success and break the loop if succeeded
|
||||
REM This would depend on the output of BiosConfigUtility.exe indicating success
|
||||
|
|
|
@ -17,7 +17,7 @@ for /F "tokens=*" %%p in (%PasswordListFile%) do (
|
|||
"%HPQPswdPath%" /p"%%p" /f"%EncryptedPasswordFile%"
|
||||
|
||||
REM Attempt to reset the BIOS password using the current password
|
||||
"%BiosConfigUtilityPath%" /cpwdfile:"%EncryptedPasswordFile%" /nowdfile:""
|
||||
"%BiosConfigUtilityPath%" /cpwdfile:"%EncryptedPasswordFile%" /npwdfile:""
|
||||
|
||||
REM Optionally check for success and break the loop if succeeded
|
||||
REM This would depend on the output of BiosConfigUtility.exe indicating success
|
||||
|
|
Loading…
Reference in New Issue