• ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
  • ×
    Information
    Need Windows 11 help?
    Check documents on compatibility, FAQs, upgrade information and available fixes.
    Windows 11 Support Center.
  • post a message
Guidelines
From questions to kudos — grow your reputation as a tech expert with HP Support! Click here to sign up.
Archived This topic has been archived. Information and links in this thread may no longer be available or relevant. If you have a question create a new topic by clicking here and select the appropriate board.
HP Recommended
Microsoft Windows 10 (64-bit)

Context: 

I would like to set up a password on the BIOS of my HP Notebook.
I have installed HP BIOS Configuration Utility (BCU), version 4.0.32.1 (http://ftp.ext.hp.com/pub/caps-softpaq/cmit/HP_BCU.html).

After configuring my BIOS to have a password, I am told that it worked "Successfuly modified Setup Password"  but after that I checked by entering my BIOS and it does not ask me any password.

 

Here is what I did:

Open PowerShell as administrator and use the following commands :

 

Add-Type -AssemblyName System.Web
$MDP_BIOS = $MDP_AD = [System.Web.Security.Membership]::GeneratePassword(15,5)

 

Set-Location "C:\Program Files (x86)\HP\BIOS Configuration Utility"

 

New-item -Path "C:\Program Files (x86)\HP\BIOS Configuration Utility" -Name "MDP_BIOS.bin" -ItemType "file"
Add-Content -Path "C:\Program Files (x86)\HP\BIOS Configuration Utility" -Value $MDP_BIOS

 

.\BIOSConfigUtility.exe /nspwdfile: "C:\Program Files (x86)\HP\BIOS Configuration Utility\MDP_BIOS.bin"

 

Screenshot of the input commands :

 PowerShell_Commands.png

 

Questions : 

Do you know where the problem could come from ?

 

Sincerely,

Pablo COELHO DA SILVA

 

1 REPLY 1
HP Recommended

Hey @Pablo_COELHO 🙂

 

Thank you for visiting the HP Support Community.

 

According to the Community's Rules of Participation:

 

4d. No posts shall include instructions or directions intended to bypass or subvert security measures, including passwords, locking mechanisms, fingerprint scans, etc., or to bypass any safety measures.

 

Therefore, this topic is being locked. If you would like help resetting the password on your product, please Contact HP support in your region. 

 

Regards,

 

MarcusC

I work on behalf of HP.
Archived This topic has been archived. Information and links in this thread may no longer be available or relevant. If you have a question create a new topic by clicking here and select the appropriate board.
† The opinions expressed above are the personal opinions of the authors, not of HP. By using this site, you accept the <a href="https://www8.hp.com/us/en/terms-of-use.html" class="udrlinesmall">Terms of Use</a> and <a href="/t5/custom/page/page-id/hp.rulespage" class="udrlinesmall"> Rules of Participation</a>.