The fix for this issue is included in KB 4056892. You can download it from Microsoft Update Catalog website.
Note You must use the cumulative update from Microsoft Update Catalog website, and applying the delta update does not fix the issue.
After that, integrate the cumulative update into the installation media as follows:
- Run the following cmdlets:
dism /mount-image /imagefile:<path_to_image_file>\sources\install.wim /index:1 /mountdir:<target_mount_directory>\offline
dism /image:<target_mount_directory>\offline /add-package /packagepath:<path to the update>\Windows10.0-KB4056892-x64.cab
dism /unmount-image /mountdir:<target_mount_directory>\offline /commit
- Repeat the cmdlets in step 1 on the index 2 of the install.wim file.
- Run the following cmdlets:
dism /mount-image /imagefile:<path_to_image_file>\sources\boot.wim /index:1 /mountdir:<target_mount_directory>\offline
dism /image:<target_mount_directory>\offline /add-package /packagepath:"<path to the update>\Windows10.0-KB4056892-x64.cab"
dism /unmount-image /mountdir:<target_mount_directory>\offline /commit
- Repeat the cmdlets in step 3 on the index 2 of the boot.wim file.
- Create an ISO file from the updated installation media by using the OSCDIMG.exe command-line. For example:
Oscdimg -bootdata:2#p0,e,bEtfsboot.com#pEF,e,bEfisys.bin -u1
-udfver102 C:\winpe_amd64\media C:\winpe_amd64\winpeamd64.iso
For more information, see: Oscdimg Command-Line Options