-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Desktops
- Desktop Software and How To Questions
- HP BIOS Configuration Utility LAN/WLAN Switching Issue

Create an account on the HP Community to personalize your profile and ask a question
03-14-2018 09:48 AM
I am trying to set LAN/WLAN switching to be set as enabled with BCU and I am getting the below error message. I cannot seem to to the syntax correct no matter what I try? I know it will be something simple missing but can't see to work it what it is
/getvalue:"setting" Retrieves and displays the value of the given setting.
PS C:\software\bios> .\BiosConfigUtility.exe /getvalue:”LAN / WLAN Auto Switching"
<BIOSCONFIG Version="" Computername="***********" Date="2018/03/14" Time="15:46:18" UTC="0">
<SETTING changeStatus="pass" name = "LAN / WLAN Auto Switching" returnCode="0">
<VALUE><![CDATA[*Disabled,Enabled]]></VALUE>
</SETTING>
<ERROR msg="Get BIOS configuration failed, unable to open output file" />
<Information msg="BCU return value" real="0" translated="0" />
</BIOSCONFIG>
/setvalue:"setting","value"
PS C:\software\bios> .\BiosConfigUtility.exe /setvalue:”LAN / WLAN Auto Switching","*Enabled"
<BIOSCONFIG Version="" Computername=""***********" Date="2018/03/14" Time="15:44:58" UTC="0">
<SETTING changeStatus="fail" name="LAN / WLAN Auto Switching" returnCode="4">
<OLDVALUE><![CDATA[Disabled]]></OLDVALUE>
<VALUE><![CDATA[]]></VALUE>
</SETTING>
<ERROR msg="An operation failed" />
<ERROR msg="BCU return value" real="4" translated="4" />
</BIOSCONFIG>
03-28-2018 03:53 AM
Hi
Please make sure you are using the last HP BCU https://ftp.hp.com/pub/softpaq/sp81501-82000/sp81841.exe
If already using it, suggest to use the setconfig as setvalue is failing
First run a BiosConfigUtility.exe getconfig:biosetup.txt
to get the bios config in text file. edit the value you want to change and save the text file
then perform a setconfig with the text file
BiosConfigUtility.exe getconfig:biosetup.txt
regards
PC_bam