I know on my Panasonic and some IBMs there is an option to enable passwords but not actually set one. Maybe check to see if the Precisions have a similar logic? Answer from IkouyDaBolt on reddit.com
🌐
Reddit
reddit.com › r/dell › dell command update does not save bios password
r/Dell on Reddit: Dell Command Update does not save BIOS password
March 4, 2024 -

I am deploying Dell machines and I set up Admin passwords on them, however, this prevents then Dell Command from doing BIOS updates. Even if I run Dell Command Update as Admin and put in the password, it's like it doesn't save it? The "Show password" button is greyed out and the BIOS updates won't install.

I did also want to try and use DCU CLI but as soon as I open it - it closes. Any ideas as I'm pulling my hairs out (whatever has left of them)

🌐
Dell
dell.com › dell community › software › productivity software
Dell Command Update will not let me enter/set a BIOS Password. Also, I cannot run as Administrator | DELL Technologies
March 29, 2025 - 5.4.0 must run as admin to enter bios password. The other workaround would be to enter bios enter password set to blank, boot, and run DCU / bios update. when completed reset bios password, if you remember...
🌐
Reddit
reddit.com › r/dell › bios update failed as password is not configured?
r/Dell on Reddit: BIOS Update failed as password is not configured?
July 18, 2023 -

I am receiving the error message "BIOS update failed as password is not configured. Please configure the BIOS password in settings and retry" on one of the dozen Precision 3571's I have in my environment. This is the 1.15.0 version released July 11, 2023. I have 5 other models in production, about 140 computers in total. I'd hate to have to set a BIOS password on every single one of these just to get a BIOS upgrade if this appears for other models as well...

Is there anyone running into this lately? Any workaround? I've tried using SupportAssist, Dell Command | Update and manually tried to install the BIOS update.

🌐
Reddit
reddit.com › r/sysadmin › dell command update 4.6 - the holy grail
r/sysadmin on Reddit: Dell Command Update 4.6 - the holy grail
September 17, 2022 -

In case anyone else was interested, an update to version 4.6 introduces a feature set that we’ve been requesting for quite some time from Dell.

We have always struggled with pushing out laptop, driver, and firmware updates, because certain ones may require a reboot, and so we did not want to negatively impact our end users, and have their system reboot in the middle of a meeting, etc.

4.6 introduces the ability to defer install and reboot by a certain number of hours in addition to defining how many times the user can defer the install or reboot.

We’re in the process of getting the new configuration file pushed out to all our machines as this will help us to ensure that everybody’s computers drivers are up-to-date, without having to engineer and architect a more complicated solution.

Just wanted to share, would love to hear others thoughts.

Thanks.

Top answer
1 of 5
91
Thanks for letting us know. I noticed the new version number but hadn't gone and looked at the change notes yet. Definitely will now! Link to save others' time: https://www.dell.com/support/manuals/en-us/command-update/dellcommandupdate_ug/what%E2%80%99s-new-in-dell-command-%7C-update-version-4.6?guid=guid-f8705b0c-3c35-48b9-975b-dd50437d7874&lang=en-us Added support to provide updates for Camera subsystem. Added capability to pause Dell Command | Update activity when there is a Windows Update running. Scheduled reboot time is configured to five minutes for manual updates that require reboot when reboot consent check box is set. Enhanced file handling security measures. Added capability to schedule daily updates at selected time of the day. Added capability to schedule monthly updates on selected week and day of the month. Added support to disable notifications. Added capability to display Update Events, Penetration Rate, and Non-Compliance List through CIM provider class. Added capability to reattempt failed updates after system reboot. Improved defer updates capability with options to defer installation up to ninety-nine hours. Added support to defer system restart from one to ninety-nine hours after installations requiring reboot. InvColPC.exe is not bundled with Dell Command | Update package as a security enhancement.
2 of 5
33
Do you centrally manage Dell Command Update? If so, how exactly? I'm a one man IT department so I could use all the central management I can get my hands on.
🌐
Dell
dell.com › dell community › desktops › optiplex desktops
Dell Command | Update needs BIOS password | DELL Technologies
July 9, 2025 - How do I supply the BIOS password for Dell Command | Update via settings configuration to allow BIOS udpates? ... If the option is greyed out, chances are there is no password set.
🌐
Dell
dell.com › dell community › desktops › optiplex desktops
BIOS update failed as password is not configured | DELL Technologies
November 17, 2022 - @jiceman​ hi there, this helped me out. first set a bios password. then update the dell command update software first. restart the app as admin after update. then go to settings (gear icon at top right), bios, then enter your bios password.
🌐
Reddit
reddit.com › r/sccm › dell command update returns 0 when bios password is incorrect
r/SCCM on Reddit: Dell Command Update returns 0 when Bios password is incorrect
April 29, 2026 -

Hi,

I'm deploying drivers, firmware and bios updates with Dell Command Update tool with SCCM. The password is encrypted with the -encryptedpassword option. In most cases the password is correct. The issue is that if the bios password is incorrect on some devices, the tool returns exit code 0 which is a success code. So the deployment will come as success while in the log, it appears that the password is incorrect. It is an issue since it breaks the result in the monitoring. A possibility would be to read the last lines of the log file and detect the line that says the password is incorrect, but is there any other with this tool ?

Thanks

🌐
Dell
dell.com › dell community › enterprise support
Unable to update BIOS automatically in Dell Command Update ADMX in Intune | DELL Technologies
October 2, 2025 - I’m not sure about the details of your issue. In my case, the root problem was that I was trying to update Dell devices through Dell Command Update, but the BIOS password field was greyed out.
Find elsewhere
🌐
Reddit
reddit.com › r/dell › how to pass current bios password into dell update command during install
r/Dell on Reddit: How to pass current BIOS Password into Dell Update Command during Install
June 27, 2025 -

Hi all- We’re looking to install the Dell Command Update Classic 5.5.0 across all of our endpoints. We already have a set BIOS password on all of our Dells, but what we’re trying to do is install DCU with our current BIOS password added into its settings (end goal is to stage and push BIOS updates automatically from Intune using DCU)

I can’t find any formal documentation on this or if this is even supported. Does anyone have any idea if this is achievable?

Top answer
1 of 3
3
I've never figured out how/where to save the BIOS password in registry to make DCU more automated, so we pass commands from our RMM to the target workstations. This should still work in 5.5 - I haven't been able to block out time to test it. We use a few steps to get to the point of a command line prompt to pass the BIOS password to the dcu-cli.exe. Navigate to C:\Program Files(x86)\Dell\CommandUpdate. Use the following command: dcu-cli /generateencryptedpassword -encryptionkey=””(key)”” -password=””BIOSPassword”” -outputpath=””c:\temp”” Note: Double-doublequotes are required for some reason that I don't recall This will result in a text file in the "outputpath" with the encrypted password at C:\temp. Then this command is passed from RMM to target device: "C:\Program Files (x86)\Dell\CommandUpdate\dcu-cli.exe" /ApplyUpdates -updateType=bios,firmware -OutputLog="C:\Temp\DellCommandUpdate\Test.log" -reboot=disable -autoSuspendBitLocker=enable -encryptionkey=""encryptionkey"" -encryptedpassword=""encryptedpassword"" This way when we pass the above command from RMM, it triggers the DCU BIOS update (and with other lines in the job, ensures bitlocker is suspended then reboots after several minutes).
2 of 3
1
not sure, for an automated rollout. maybe theres a way to encode it into the install script. i would imagine there must be a way. but DCU doesnt seem to be "holding" onto the bios pw, anyway, in v5.4 or 5.5. it errors out "Exit error 7", even with correct bios pw input. i just posted about this today, before reading your OP. https://old.reddit.com/r/Dell/comments/1lm35sp/bios_v137_precision_mobile_workstation/
🌐
Reddit
reddit.com › r/intune › dell command update / bios password set
r/Intune on Reddit: DELL Command Update / BIOS password set
April 4, 2025 -

Hi all,

I don't know why it doesn't work. I've got my super basic ps1 script

$DCU_folder = "C:\Program Files\Dell\CommandUpdate"

$DCU_report = "C:\Temp\Dell_report\update.log"

$DCU_exe = "$DCU_folder\dcu-cli.exe"

$DCU_category = "bios,firmware,driver,application,others"

try{

New-Item -Path "C:\Temp\Dell_report\" -ItemType DirectoryStart-Process $DCU_exe -ArgumentList "/applyUpdates -encryptionkey=""supersecret"" -encryptedpassword=""moresupersecret"" -silent -reboot=disable -updateType=$DCU_category -outputlog=$DCU_report"Write-Output "Installation completed"

}catch{

Write-Error $_.Exception

}

When running, everything looks fine, it's scanning, finds the bios update, downloads, tries to install und fails. Execution completed program exited with return code 1.

What am I doing wrong? I'm at the end and can not find my problem.

Can someone help?

Thank you!

🌐
Stack Overflow
stackoverflow.com › questions › 78551589 › issues-with-setting-bios-password-in-dell-command-update-from-command-line
powershell - Issues with setting bios password in dell command update from command line - Stack Overflow
Copydcu-cli.exe /configure -biosPassword="Test1234" So, in your case, you are missing the /configure command option as well as enclosing the password string with double quotes. Note that per official documentation indicated the value must be ...
🌐
Dell
dell.com › support › kbdoc › en-us › 000187573 › bios-password-is-not-included-in-the-exported-configuration-of-dell-command-update
BIOS Password Is Not Included in the Exported Configuration of Dell Command Update | Dell US
Customers may face a problem with Dell Command Update when importing configuration from computer to another. The BIOS Password value is not included in the imported configuration, and when the configuration is imported to the target computer, the BIOS password is blank.
🌐
Reddit
reddit.com › r/intune › configure bios password in dell command update
r/Intune on Reddit: Configure BIOS password in Dell command update
July 23, 2024 -

Hello everyone, I know there are already several discussions on the subject. But I haven't found a specific answer to my need.

Currently, we have deployed DCU on all our Dell computers. And we would like to configure the BIOS password in the DCU application, apart from importing the password from the command line using a script. I haven't found any other way of doing this. I have imported the Dell admx but there is no option to set the BIOS password in DCU.

What is the correct way to do this?

Thank you

🌐
Reddit
reddit.com › r/dell › dell command update....what the hell man
r/Dell on Reddit: Dell Command Update....what the hell man
November 20, 2019 -

Looks like in 3.0 they added BIOS password but removed CLI??

So our choices are:

  1. Use 2.4 and NOT have a BIOS password (or do some clever scripting to remove, update, then set the password)

  2. Physically go to all 900 computers to update all drivers

Docs say it will be added back in future versions but it's been over a year since 3.0 was released.  HP's Image Assistant is ROCKING it, super simple.

Am I missing something? I have missed things before.

🌐
Reddit
reddit.com › r/sysadmin › having trouble using dell command and confgure to change bios settings on a pc line that is compatible with it. any tips for what i might be doing wrong?
r/sysadmin on Reddit: Having trouble using Dell Command and Confgure to change bios settings on a pc line that IS compatible with it. Any tips for what I might be doing wrong?
January 27, 2025 -

So we got a bunch of new Optiplex pcs in and I'm trying to figure out Dell Command and Configure so we can easily rollout out custom bios preferences from pc to pc.

I downloaded the Dell Command and Configure software, ran the wizard and exported the settings we'd like import on another pc (same model optiplex). However after running the exe on another pc to test it runs and changes some bios settings but fails on some. For example it fails to change the "secure boot" preference to off.

To try something else my coworker built me a WindowPE usb with Dell CC on it (command line). On the pc in question that has secure boot on, I ran the following via the command line from the WPE enviornment:

cctk.exe -H --secureboot

(this showed that it was enabled but that the option IS supported on my current machine)

followed by:

cctk.exe --secureboot=disabled

Which results with "Error in setting the value".

Now in flexing my google fu on this issue I found this link from dell saying I need to first go into the bios on our test machine, enable custom keymode and then "delete all keys" for PK.

This link: https://www.dell.com/support/kbdoc/en-us/000205212/dell-client-configuration-toolkit-returns-an-error-when-setting-secure-boot-mode-to-audit-mode

I've done that, rebooted and entered the password it prompts you for to confirm this change and tried changing the option again from cctk command line and it still fails.

Any tips what I might be doing wrong to change secureboot via cctk?

PS: I can change some bios settings via the command line and the gui version options but not secureboot and I'd like to be able to do so.

Thanks for your time.

🌐
Reddit
reddit.com › r/sysadmin › bios update on password protected pc
r/sysadmin on Reddit: Bios update on password protected pc
May 11, 2022 -

For security reasons, i enabled Bios passwords on a few pc in the network, without realising I would need to unlock the pc Bios if a bios update was available using dell command update tool. How do you guys push out Bios update on bios password protected pc's

Top answer
1 of 3
6
Dell Command Update ('DCU') has the ability to run updates on a BIOS that has a password, you just either have to store it in the configuration of Dell Command Update on each machine manually (no thanks!) or provide Dell Command Update the (encrypted) password when you perform the update. For the latter I'm talking about using dcu-cli.exe, which is the command line executable for Dell Command Update (note: not available in the Microsoft Store / Universal Windows Platform version). I'll upload my scripts here in a bit, they're for installing DCU, checking for available updates for DCU, and performing the updates with DCU (BIOS password must be provided if the BIOS needs an update and there's a password set). Edit: Here are the PowerShell scripts, I've made some modifications since I've last fully bug tested them so there may be edge cases. Install-DellCommandUpdate.ps1 , Get-DellUpdates.ps1 , Invoke-DellUpdates.ps1
2 of 3
5
You can actually pass the bios password to the update installation exe as a parameter to install it silently Read the documentation for the firmware update, all the required info is in there. Or you could use Dell command configure to create an exe to remove bios password, chain the bios update exe in batch file, create another exe in DCC to set bios password again and chain that too. If you manage a bunch of dells go check Dell command configure anyways. You can create an exe with bios settings that can be run from windows to set the bios as you want while imaging or installing the device without the need to get into the bios to do so.
🌐
Reddit
reddit.com › r/intune › dell bios passwords not updating in dell management portal
r/Intune on Reddit: Dell BIOS passwords not updating in Dell Management Portal
September 10, 2025 -

I'm starting to think the Dell unique-per-device passwords are more trouble then they are worth, I've read several reports of people losing passwords if they initiate a device reset etc.

In my case I am setting up a fresh Intune tenant, I onboarded two test Dell devices yesterday which succeeded and unique passwords were set and visible in the Management portal. I then made some changes to the config profiles so I manually removed the BIOS passwords (I did this for speed, I know it can be done in the BIOS policy), wiped the devices (using install media rather than Intune), and onboarded again. The Management Portal is showing the device names, a current check in time, but the passwords are from the previous onboard.

Luckily, I was able to pull the current passwords from MSGraph, but does anyone know why this happened and if it is possible to fix? When working, the Dell portal is a much more efficient way of grabbing these passwords.

Thanks

Update: I set the BIOS policy to remove unique passwords, it succeeded on all devices and the passwords are blank, but a day later and only one of them shows as blank in the Dell portal, the rest show as an old password. I suspect when I enable the feature again that if I’m lucky, one will show the correct password and the rest will be old in the portal. Can’t see a way to remove the device from the portal so it can be added back fresh. It has promise but poor in its current state…

🌐
Reddit
reddit.com › r/dell › question about pushing a bios update to password protected bios
r/Dell on Reddit: Question About Pushing a Bios Update to password protected Bios
March 23, 2021 -

Hello all. My company is currently looking to update the BIOS for all their Dell machines on the network in response to an IAVM. We operate in highly secure conditions which has ruled out using any built in Bios settings to automate Bios updates. The reason for this, is that any updates need to be performed in an offline fashion (meaning I can't use a tool that requires internet access to download the update).

Instead we have been asked to automate a push of any BIOS updates to our devices with, ideally as little user interaction as possible. However this has led to a few complications.

Firstly, there doesn't appear to be a command to pass the bios password into the exe for the bios update (Ideally we want to encrypt the password before passing it into the update).

Secondly, we haven't found a way to run the updates silently as of yet. We want as little user interaction as possible.

For our HP devices I was able to find a tool called HP Image Assistant. For our dell's, well I'm still searching for a similar tool.

I can't imagine that we are the first ones to encounter a conundrum like this. As of yet I haven't found much of any use when googling it though. Is there anybody else here who has a solution to this problem?

EDIT: I am currently looking at Dell Command| Update. Though I'm not sure just yet if that is the tool I'm looking for.

🌐
Reddit
reddit.com › r/dell › bios admin password reset
r/Dell on Reddit: BIOS admin password reset
September 22, 2024 -

I have a Dell Vostro 3350 and its asking for a Admin Password to unlock boot setup. All I know is my service tag (2JW9QR1). I dont know what hash my computer uses, but I've tried all passwords available on this websitehttps://bios-pw.org/. I wanted to install Windows on my computer but I cant create any partitions because my disk controller is disabled. I cant even boot into my bios. I bought this PC for 200 bucks spent 80 dollars to get its motherboard fixed and now they are asking me another 50 dollars for fixing this.🙁

Is their any fix please help.