-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ampersand in BIOS Settings #90
Comments
It is the return message from the BCU it contains the & character and is breaking the reading of the BCU return information: |
Thanks for the report! As you wrote, the error is clearly within the BCU tool, hence the best chance would be to open a case with HP so they can fix it. However, when checking which models support this setting, the only ones I found was ProDesk 600 G1, Z420 and a Z440. I have no idea if those devices are not already declared End-of-life by HP so they could simply deny the change in BCU. The only idea I had to get this working would be to add a "hack" that checks the output from BCU and replaces
How urgent is that you get this supported, is this a critical road block for you? |
I just ran a -replace on the bcu results. |
Yes, at the end this will be likely the easiest method. I will implement this and include it with 6.0. |
Code is live, 6.0.1 BETA will be out in about 30 minutes, it would be great if you could test it if this fixed the bug for you. If not, please feel free to reopen this issue. |
Trying to set BIOS setting:
Password prompt on F9 F11 & F12 == Enable
Looks like the ampersand is escaping in XML. Might need to add a check for & character in BIOS Settings and inster the correct value.
The text was updated successfully, but these errors were encountered: