On Windows Terminal, you have an option to always run Command Prompt and other shells as an administrator automatically whether you use Windows 11 or Windows 10.
Although it’s always recommended to run Command Prompt without elevation, this option will reduce the extra steps to launch the command-line shell for users who often have to run commands and scripts that require admin privileges.
This guide will teach you the steps to always run Command Prompt elevated when launching Windows Terminal.
Always open Command Prompt as administrator
To run Command Prompt always as an administrator through Windows Terminal, use these steps:
-
Open Windows Terminal.
-
Click the menu button next to the new tab and select the Settings option.
-
Under the “Profiles” section, click on Command Prompt.
-
Turn on the “Run this profile as Administrator” toggle switch to run Command Prompt elevated automatically.
-
Click the Save button.
Once you complete the steps, close the terminal, and when you reopen Command Prompt, the console will open as admin. However, you will still need to confirm the elevation like any other app.
Enable always run as administrator option through JSON settings
To enable the elevation option in the JSON settings file, use these steps:
-
Open Windows Terminal.
-
Click the menu button next to the new tab and select the Settings option.
-
Click on Open JSON file.
-
In the Command Prompt bracket, add the
"elevate": true,
option. -
Use the Ctrl + S keyboard shortcut to save the file.
Always open Windows Terminal as an administrator
To run all command consoles elevated through Windows Terminal, use these steps:
-
Open Windows Terminal.
-
Click the menu button next to the new tab and select the Settings option.
-
Under the “Profiles” section, click on Defaults.
-
Turn on the “Run this profile as Administrator” toggle switch to run Command Prompt, PowerShell, and any other profile elevated automatically.
-
Click the Save button.
After you complete the steps, the next time you open Command Prompt, PowerShell, or any other command terminal, it will open elevated.