Kaspersky Endpoint Security 11 for Windows
 
 

How to add encryption drivers for Kaspersky Endpoint Security 11 for Windows to a Windows Recovery Environment image (for workstations only)

Latest update: October 18, 2019 ID: 14675
 
 
 
 
This article concerns:
  • Kaspersky Endpoint Security 11.1.1 for Windows (version 11.1.1.126)
  • Kaspersky Endpoint Security 11.1.0 for Windows (version 11.1.0.15919)
  • Kaspersky Endpoint Security 11.0.1 for Windows (version 11.0.1.90)
  • Kaspersky Endpoint Security 11.0.0 for Windows (version 11.0.0.6499)
 
 
 
 

In order for the Windows Recovery Environment (WinRE) to operate in normal mode on an encrypted drive, add the cm_km, klfde, klfdedmp, and klfdefsf encryption drivers to the WinRE image.

  1. Run the following command to search for the WinRE:
reagentc /info
  • The path to the WinRE will be displayed in the “Windows RE location” line. To get the full path to the WinRE, add \winre.wim to the path you received after running the command above.

Windows Recovery Environment location

  1. Create a new folder with local administrator privileges. 
  2. Run the following command to mount the image:
dism /mount-wim /wimfile:<full path to WinRE> /mountdir:<path to folder from step 2> /index:1
  1. Add the cm_km.inf, klfde.inf, klfdedmp.inf, and klfdefsf.inf encryption drivers. To do so, run the following command:
dism /image:<path to folder from step 2> /add-driver /driver:<path to the driver’s .inf file>
  1. Run the following command:
dism /unmount-wim /mountdir:<path to folder from step 2> /commit

The drivers will be added to the WinRE image.

If the command returned an error, run the following command to dismount the image:

dism /unmount-wim /mountdir:<path to folder from step 2> /discard
 
 
 
 
 

Examples

 
 
 
 
 
Did you find what you were searching for?
Thank you for your feedback!