- Local time
- 12:42 PM
- Posts
- 11
- OS
- Windows 11
It did ask me to back up the key when it was first encrypted which I did and I used it successfully without issues for a while until the computer hardware issues leading to the clean Windows reinstall seems to have caused a silent recovery key deletion and reassignment or Recreation of a new key this is a known bug from what I understand in one of the windows releases in the last year . So that's why there's no backup of only this one bizlocker ID
Yes I do. Those are the ones and more that I grabbed before reinstalling. However the thing that's missing is a private key and...., i have been using my fingerprint and a PIN to log into Windows for quite some time so when I changed the motherboard which was unplanned windows no longer accepted my fingerprint and asked me for the password which was a long deliberately not easy to remember password which existed only in the EFS encrypted file so I had to reset my Windows password which I think is the main obstacle at this point to opening those
You said copy the certificate file and the key file but in the certificate and key folders I have multiple files but none in each folder matches any file in the other folderAlright so, with the files in the Certificates and Keys folders... first make a folder somewhere. I'll useC:\EFS-Recovery.
Then copy into that folder:
They must have the same base filename, so like
- The certificate file (usually a long hex filename, no extension or .crt)
- The key file (same long hex filename, but stored in the Keys folder)
Code:C:\EFS-Recovery\3A4F2B1C2D3E4F5A6B7C8D9E0F123456 C:\EFS-Recovery\3A4F2B1C2D3E4F5A6B7C8D9E0F123456.key
Change directories to the folder you're using, e.g.,cd C:\EFS-Recovery. Then merge the files to create the PFX. The dot tells certutil to look in the current directory, so adjust if you didn't CD into it. You will be prompted to set a password for the PFX. If the certificate and key match, certutil will generate the efs.pfx file.
Code:certutil -mergepfx . efs.pfx
Then, you should be able to double‑click the efs.pfx file, choose Current User, enter the password, and finish. Windows should immediately be able to decrypt the EFS files.
My Computer
System One
-
- OS
- Windows 11
- Computer type
- Laptop
- Manufacturer/Model
- Dell




