Run Explorer as Administrator

To run File Explorer with elevated rights, you will need to run Command Prompt as administrator. This can be done in one of the following ways:

1. & nbsp; Right-click the Start button and select Command Prompt (Admin).

2. Launch the task manager, select "File - start new task" from the main menu, enter cmd and check the box ".. with administrator rights".

3. Start the task manager, hold down Ctrl and select "File - start a new task" from the main menu. Command Prompt with administrator rights will start automatically. Next, execute the line:

taskkill /f /im explorer.exe & start %WINDIR%\explorer.exe

Or bypassing all of the above, run the cmd file as administrator.

Размер: 76 B, дата: 25 May. 2021

The explorer will be completed, after which it will start with elevated rights inherited from the CMD process that launched it. Further, everything that will open and run in Explorer will also have administrator rights.

Author: admin