
Hi @Eric Johanson
Thank you for reaching out to the Microsoft Q&A Forum.
Based on your description, it seems you are encountering errors when trying to uninstall old versions of Microsoft Office. You can try the following steps to resolve the issue:
Run SFC and DISM Commands:
- Open Command Prompt as an administrator:
- Type "cmd" in the Windows search bar.
- Right-click on "Command Prompt".
- Select "Run as Administrator".
- Run System File Checker (SFC):
- Type sfc /scannow without quotes and press ENTER to scan and repair system files.
- Run DISM Commands: Type the following commands one by one and press ENTER after each:
- DISM /Online /Cleanup-Image /CheckHealth
- DISM /Online /Cleanup-Image /ScanHealth
- DISM /Online /Cleanup-Image /RestoreHealth
You can also perform a clean boot to troubleshoot further: How to perform a clean boot in Windows - Microsoft Support
I'm looking forward to your update.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.