Full Fix: Elevated permissions are required to run DISM
- Seeing the Elevated permissions are required message when trying to run the DISM command can stop you from repairing your PC.
- This issue can be resolved by running the DISM command with administrator privileges.
- This guide shows you all the details of the process, so read carefully.
The Deployment Image Servicing and Management (DISM) is a command-line utility you can access within the Command Prompt.
However, the Dism command doesn’t always work for some users. The Command Prompt might sometimes display this error message after users enter the Dism command:
Error: 740 Elevated permissions are required to run DISM. Use an elevated Command Prompt to complete these tasks.
That message drops more than a subtle hint as to how to resolve error 740. You need to open an elevated Command Prompt (one with administrative rights) to utilize Deployment Image Servicing. So, fixing error 740 is straightforward.
How can I fix the elevated permissions 740 error?
1. Select the Run the Command Prompt as an administrator option
- To open Windows 10’s search box, press the Windows key + S keyboard shortcut.
- Type Command Prompt in the search utility.
- Right-click the Command Prompt to open its context menu.
- Select the Run as administrator context menu option.
- Click Yes on the UAC dialog box that might open. An Administrator: Command Prompt window will then open as in the shot directly below.
- Then type in the Deployment Image Servicing command, and press the Enter key.
Some users complained that they can’t access the Command Prompt as administrators. If that’s also your case, don’t worry, we got your back!
2. Select the Run new task option
- Alternatively, you can open an elevated Command Prompt via Task Manager. Right-click the taskbar in Windows 10 to select the Task Manager option.
- Next, click File.
- Select the Run new task option to open the window shown directly below.
- Enter cmd in the Open text box.2
- Select the Create this task with administrative privileges option.
- Click OK to open an elevated Command Prompt.
3. Open an elevated Command Prompt with Run
- Run is an accessory you can open an elevated Command Prompt with. To do so, open the Win + X menu by right-clicking the Start menu.
- Select Run to open it.
- Enter cmd in the Run box.
- Press the Ctrl + Shift + Enter hotkey.
- Select the Yes option on the UAC dialog box.
Note: If your Win+X menu is not working normally, have a look at our detailed guide on this topic.
4. Set up a Command Prompt shortcut
- You can also set up a desktop shortcut that will open an elevated Command Prompt when you click it. To do that, right-click the desktop and select Shortcut.
- Enter cmd.exe in the Type the location of the text box.
- Click the Next button.
- The shortcut title will be cmd.exe by default, but you can change it to an alternative of your preference.
- Click the Finish button.
- Next, right-click the cmd.exe desktop shortcut and select Properties.
- Select the Shortcut tab in the snapshot directly below.
- Click the Advanced button.
- Select Run this administrator option.
- Click the OK button to exit Advanced Properties.
- Click the Apply option.
- Select OK to close the window.
How and why elevated permissions are used?
The CMD starts by default with limited rights and this is nothing but a security measure designed to prevent users from running commands that can irreversibly damage their PCs.
While you won’t have any troubles executing most commands in standard mode, there are specific lines that require administrative privileges (aka elevated permissions).
To put it shortly, you will need to run Command Prompt as administrator if you wish to perform SFC or DISM scans, for example. But the list is obviously longer than that.
So what happens if you try to run such a command without admin rights?
That’s easy and you’ve probably seen this behavior already (otherwise, you wouldn’t be here.) The Command prompt will display an error message and urge you to activate elevate permissions.
Let’s see some examples:
- You must be an administrator running a console session in order to use the SFC utility.
- Access Denied as you do not have sufficient privileges or the disk may be locked by another process.
- You have to invoke this utility running in elevated mode and make sure the disk is unlocked.
- Elevated permissions are required to run DISM. Use an elevated command prompt to complete these tasks.
Finally, setting the two instances apart is extremely easy as the title of the elevated Command Prompt window will be marked as Administrator and get you straight to the system root level, while the standard cmd.exe opens to your user’s folder and is simply marked as Command Prompt.
These are the best solutions to try out in order to fix error 740: elevated permissions are required to run DISM. use an elevated command prompt to complete these tasks.
Don’t forget to leave us a comment in the section found below this guide.
Frequently Asked Questions
-
The elevated permissions status of a user enables him/her to modify important system files. This way, your system is protected from any user that doesn’t possess the right permission level.
-
To resolve the DISM error 50 once and for all, have a look at our comprehensive DISM 50 error fix guide.
-
The Run as Administrator feature of Windows allows you to tell your system that the file you’re opening is harmless, thus allowing you to modify system settings, reset your system, or repair any corrupted system files.