Introduction
In this article, we will discuss how to append the new Dell 3140 UEFI Firmware certificate to the Windows 11 UEFI database using the Microsoft CertUtil tool.
Prerequisites
- A Dell 3140 laptop running Windows 11
- The Dell 3140 UEFI Firmware certificate (dell3140UEFIWindows11.downloaded.crt)
- Microsoft CertUtil tool installed
Steps to Append the Dell 3140 UEFI Firmware Certificate
-
Open Command Prompt as Administrator
Press
Win + Xand selectCommand Prompt (Admin)orPowerShell (Admin). -
Import the Certificate
certutil -import dell3140UEFIWindows11.downloaded.crt -
Backup the UEFI Database
certutil -backupstore My -f UEFIBackup.bfy -
Append the Certificate to the UEFI Database
certutil -addstore ef My UEFIBackup.bfy\Dell Inc.\dell3140UEFIWindows11.downloaded -
Verify the Certificate
certutil -store ef
In this article, we have discussed how to append the new Dell 3140 UEFI Firmware certificate to the Windows 11 UEFI database using the Microsoft CertUtil tool. We have covered the prerequisites, steps to append the certificate, and verified the certificate after appending.