sfc /scannow Unable to Repair Corrupt Component Store

The 32Bit OpenCL.dll is damaged:

Cannot repair member file [l:10]"opencl.dll" of microsoft-windows-RemoteFX-clientVM-RemoteFXWDDMDriver-WOW64-C, version 10.0.10586.0, arch Host= amd64 Guest= x86, nonSxS, pkt {l:8 b:31bf3856ad364e35} in the store, hash mismatch

Since Windows 8, you can use the a new DISM command to repair corrupted files:

DISM /Online /Cleanup-Image /RestoreHealth

This will download the clean file from Microsoft server.

If this fails, download the Version 1511 ISO, mount the ISO into a virtual DVD drive and run this command:

Dism /Online /Cleanup-Image /RestoreHealth /source:wim:D:\sources\install.wim:1 /limitaccess

(where D: is your mounted Win10 ISO)