Intel® Optane™ Memory
Installation Guide May 2019
62 571964-005US
9. Add the Intel® Rapid Storage Technology drivers to the Windows* Image:
dism /image:windows /add-driver /driver:drivers /forceunsigned /recurse
10. Mount the Windows* Recovery Image:
dism /mount-image /imagefile:c:\Win10USB\windows\windows\system32\recovery\winre.wim
/Index:1 /mountdir:winre
11. Add the Intel® Rapid Storage Technology driver to the Windows* Recovery Image:
dism /image:winre /add-driver /driver:drivers /forceunsigned /recurse
12. Un-mount the Windows* Recovery Image:
dism /unmount-wim /mountdir:winre /commit