Forum Discussion
Anyway you can describe what you did more specifically? Still having the same issue even after using DISM and SFC command before shader compiling multiple times.
That's pretty much what i did, I opened command prompt as an administrator and for DISM the following : dism /online /cleanup-image /checkhealth
this will detect any corruption in your OS, then: dism /online /cleanup-image /scanhealth this will run a more thorough scan for corruption then finally: dism /online /cleanup-image /restorehealth this will repair your OS to an uncorrupted state. Keep in mind these commands can take minutes, even hours for the process to complete. Do not close command prompt while it's running the scan or repair. Once you're done executing the dism commands you want to finally type : sfc /scannow this will ensure any operating system or registry corruption has been identified and restored.