This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print("============================ Insyde H2O BIOS 'i'/'I' error-code ============================") | |
print("= Insyde H2O BIOS (Acer, HP) System Disabled 'i'/'I' error-code response generator.") | |
print("= this script meant to solve https://github.com/bacher09/pwgen-for-bios/issues/52 in Python 3") | |
print("= ") | |
print("= HP official response to BIOS Password reset: https://support.hp.com/us-en/document/c06368824") | |
print("============ Start Quote ============") | |
print("= A forgotten BIOS password cannot be reset by HP. HP is committed to the security and privacy of") | |
print("= our customers. To resolve a forgotten BIOS password issue, a system board replacement is required,") | |
print("= and additional customer costs apply. For more information, go to HP Worldwide Limited Warranty and Technical Support.") | |
print("= https://www8.hp.com/us/en/privacy/limited_warranty.html") |