
Windows 2012 R2 currently halts with an error (0XC000000F) when the Windows Deployment Server attempts to Capture an Image. Run the below commands to mount the capture wim file and then unmount. This work around will allow WDS to run and capture the image
Dism /mount-Image /ImageFile:C:RemoteInstallBootx64ImagesCaptureimage.wim /index:1 /MountDir:C:testMountDir
Dism /unmount-Image /MountDir:C:testMountDir /commit
Restart wds service in wds console

Comments are closed