How to Fix “Elevated Permissions are required to run DISM” in Windows

By | 2024-07-27

Encountering the error message “Elevated Permissions are required to run DISM” can be frustrating, especially if you’re not familiar with the technical side of computers. DISM (Deployment Imaging Service and Management Tool) is a powerful utility in Windows used for fixing corrupted system files. When you see this error, it means that you need administrative rights to run the command. Don’t worry, though! This guide will walk you through the steps to resolve this issue easily.

What Does “Elevated Permissions” Mean?

Before we dive into the solution, it’s important to understand what “elevated permissions” mean. In Windows, elevated permissions refer to the administrative rights that allow you to make significant changes to the system. Running a command with elevated permissions means executing it as an administrator.

Step-by-Step Solution

Open Command Prompt as an Administrator

The first step is to open the Command Prompt with administrative rights. Here’s how you can do it:

  1. Click on the Start button (the Windows icon) in the bottom-left corner of your screen.
  2. Type cmd into the search bar.
  3. You’ll see Command Prompt appear in the search results. Right-click on it.
  4. Select Run as administrator from the context menu.

You may be prompted with a User Account Control (UAC) window asking if you want to allow this app to make changes to your device. Click “Yes” to proceed.

Verify Administrative Privileges

Once the Command Prompt window opens, you should see “Administrator: Command Prompt” in the title bar. This indicates that you have successfully opened the Command Prompt with elevated permissions.

Run the DISM Command

Now that you have the Command Prompt running with administrative rights, you can proceed with the DISM command:

  1. In the Command Prompt window, type the following command and press Enter:
    DISM /Online /Cleanup-Image /RestoreHealth
  2. This command will check for and fix any issues with the system image. It might take some time to complete, so be patient.

Restart Your Computer

After the DISM command has finished running, it’s a good idea to restart your computer. This ensures that any changes made by the tool are properly applied.

Additional Tips

  • Always Run as Administrator: Whenever you need to run a command that requires administrative rights, remember to open the Command Prompt as an administrator.
  • Check User Account Control Settings: If you frequently encounter permission issues, you might want to check your User Account Control (UAC) settings. Adjusting these settings can help manage how Windows prompts you for administrative permissions.

Running into the “Elevated Permissions are required to run DISM” error can be a bit daunting, but with the steps outlined above, you should be able to resolve it quickly and easily. Remember, having the right permissions is crucial for performing certain tasks on your computer, and learning how to manage these permissions will make you a more confident and capable computer user.

By following this guide, you’ve not only fixed the error but also gained a better understanding of how administrative permissions work in Windows. Keep exploring and learning, and soon, troubleshooting common computer issues will become second nature to you.

Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.