The User Access Control Protocol is a great feature to protect the system file integrity in Windows OS. It is because of this security protocol, the users require administrative rights to access some functions on Windows.
Sometimes, when you attempt to access some files on your computer, you may see an Access is Denied warning if the necessary admin permission is not provided. This permission is basically required to access and modify the system files that are otherwise restricted for users with basic privileges.
However, if you seek to run the file explorer with the admin rights, we will explain the process in detail.
Using File Explorer Exe File
The file explorer has its main executable file inside the system partition of your Windows device. You can make use of this file to run as an admin. To do it, follow these steps:
- Go inside the
C:\Windows
folder - Search for the explorer application file. Right-click on it and select Run as Administrator.
- A new File explorer window will open up with Admin rights.
Using Task Manager
Task manager is a handy tool to manage the application running over the system. It is used to create new task and run it with admin privileges. To run the file explorer as admin using the Task manager, follow these steps:
- Press Ctrl + Shift + Esc to open the task manager.
- Go to the Files > Run new task.
- In the Create New task window, type
explorer.exe
. Also, ensure that you have checked the “Create this task with Administrative Privileges” box. - At last, Click on Ok. This will run the file explorer as admin.
Alternatively, you can also do this using the Run dialog box,
- Press Windows key + R on your keyboard.
- Now type
explorer.exe
and hit Ctrl + Shift + Enter.
Using CMD
You can even use the command prompt to give administrative privileges to the file explorer.
Here’re the steps:
- Open CMD with administrative privileges. To do this, open Run using Win+R. Type
cmd
in the field and then press Ctrl + Shift + Enter. - Now type this command and hit enter.
- This will open the file explorer with elevated permissions.
Using Powershell
You can even use PowerShell to run the file explorer as an admin. To do this follow these steps:
- Press Windows key + R and type
Powershell
. And then again press Ctrl + Shift + Enter. - Now on PowerShell, enter this command:
taskkill /f /FI "USERNAME eq $env:UserName"/im explorer.exe
- Now type
C:\Windows\explorer.exe /NOUACCHECK
and hit Enter. The file explorer will now open as admin.
Why Do You Need to Run as Admin?
Usually, the Windows OS grants users a basic privilege to work with the files and folders inside the system. However, if you want to go deep inside the system files and modify, delete, replace, or any other thing you need administrative rights.
The administrator has basically three permissions on Windows; reading, writing, and executing. Thus, running as an Admin grants you these permissions.
You will want to run as an admin for these specific purposes:
- Install or Run software packages
- Making changes to Windows Registry
- Registering and Savings DLLs.
- Using some Command Line functions in CMD.