Home> Common Problem> body text

How to open PowerShell as administrator on Windows 11

PHPz
Release: 2023-05-10 18:40:06
forward
4183 people have browsed it

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:

  1. Open the Start menu and enterpowershellorterminal.
  2. SelectRun as administrator from the results list on the right.如何在 Windows 11 上以管理员身份打开 PowerShell
  3. When the PowerShell Terminal opens, you'll know it's running with elevated privileges because it will displayAdministratorin the title bar.如何在 Windows 11 上以管理员身份打开 PowerShell

How to update Terminal to always run as administrator

If you always want PowerShell to run with administrator-level permissions, you can set upWindows Terminal(PowerShell is used by default) to do this.

Always run Terminal as administrator on Windows 11:

  1. First, check your Windows Terminal version by typing the following command and pressingEnter:
    Wt -v
    Copy after login
  2. A small screen will open showing your terminal version.如何在 Windows 11 上以管理员身份打开 PowerShell
  3. 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
  4. The update will take a while, you will need to enterYto agree to the terms and pressEnter.如何在 Windows 11 上以管理员身份打开 PowerShell
  5. The latest version (e.g.13.10733.0) will be successfully installed on your system.如何在 Windows 11 上以管理员身份打开 PowerShell
  6. Next, right-click on the Start menu and selectWindows Terminal.如何在 Windows 11 上以管理员身份打开 PowerShell
  7. In theTerminalwindow, press thedown arrow next to the New Tab button and selectSettings.如何在 Windows 11 上以管理员身份打开 PowerShell
  8. In theSettingssection, under "Profile", click "Windows PowerShell".
  9. Toggle theRun this profile as administratorswitch and clickSave.如何在 Windows 11 上以管理员身份打开 PowerShell

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!

Related labels:
source:yundongfang.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!