Posts Tagged ‘import certificate windows 10’

How to Import EFS Certificate into Windows 10, 8 and 7

October 17th, 2017 by Admin

If you lost access to your EFS encrypted files, you’ll not be able to open them unless you have a backup of the EFS certificate to decrypt the data. In this tutorial we’ll show you 2 simple ways to import EFS certificate into Windows 10, 8 and 7, so you can regain access to your EFS encrypted files.

Method 1: Import EFS Certificate into Windows Using Certificate Import Wizard

  1. Right-click on your EFS certificate (.pfx) in Windows Explorer, and then select Install PFX from the context menu.

  2. When the Certificate Import Wizard opens, click Next.

  3. Confirm the EFS certificate file with the .PFX extension is entered in the File name field. Click Next.

  4. Enter the password to access the private key associated with the EFS certificate. Select the box “Mark this key as exportable. This will allow you to back up or transport your keys at a later time“. Click Next.

  5. Click “Automatically select the certificate store based on the type of certificate” and click Next.

  6. Click Finish.

    You should see a message reporting that the import was successful.

Method 2: Import EFS Certificate into Windows Using Command Prompt

  1. Open the Command Prompt as administrator.
  2. If you want to import EFS certificate you’ve backed up, type the following command and press Enter.

    certutil.exe -p [certificate_password] -user -importpfx [certificate_full_path]

  3. You will get a security warning indicating that the self-signed EFS certificate is not signed from a trusted authority. Click Yes to continue.

  4. Now you’ve successfully imported the EFS certificate (.pfx) into the Personal store of Certificates Manager.