How to open PowerShell as an administrator on Windows 11
Running PowerShell with elevated or administrator-level permissions allows you to run commands that bypass Windows file protection, such as those used for Windows installation files.
You can run PowerShell by opening PowerShell directly or by opening the new Windows Terminal application, which uses PowerShell to run commands by default.
Open PowerShell as administrator on Windows 11:
- Open the Start menu and enter powershell or terminal.
- SelectRun as administrator from the results list on the right.
- When the PowerShell Terminal opens, you'll know it's running with elevated privileges because it will display Administrator in the title bar.
How to update Terminal to always run as administrator
If you always want PowerShell to run with administrator-level permissions, you can set up Windows Terminal (PowerShell is used by default) to do this.
Always run Terminal as administrator on Windows 11:
- First, check your Windows Terminal version by typing the following command and pressing Enter:
- A small screen will open showing your terminal version.
- You need to update your Windows Terminal version to the latest version, so type the following to do so:
Winget install –id Microsoft.WindowsTerminal.Preview
Copy after login
- The update will take a while, you will need to enter Y to agree to the terms and press Enter.
- The latest version (e.g. 13.10733.0) will be successfully installed on your system.
- Next, right-click on the Start menu and select Windows Terminal.
- In the Terminal window, press the down arrow next to the New Tab button and select Settings.
- In the Settings section, under "Profile", click "Windows PowerShell".
- Toggle the Run this profile as administrator switch and click Save.
Running PowerShell commands on Windows 11
Using the above steps, you will be able to run PowerShell as an administrator on Windows 11. This will allow you to run powerful commands to help change settings or troubleshoot issues with Windows 11.
The above is the detailed content of How to open PowerShell as administrator on Windows 11. For more information, please follow other related articles on the PHP Chinese website!