How can I run the DISM tool to repair the Windows image and potentially resolve the 0x80072f8f 0x20000 error?

Question

Grade: Education Subject: Support
How can I run the DISM tool to repair the Windows image and potentially resolve the 0x80072f8f 0x20000 error?
Asked by:
109 Viewed 109 Answers

Answer (109)

Best Answer
(363)
The Deployment Image Servicing and Management (DISM) tool can repair corrupted system files. Open Command Prompt as administrator and run the following commands sequentially: `DISM /Online /Cleanup-Image /CheckHealth`, `DISM /Online /Cleanup-Image /ScanHealth`, and `DISM /Online /Cleanup-Image /RestoreHealth`. This process can take a significant amount of time.