In the vast ecosystem of Windows applications, the Windows Terminal stands out as a pivotal tool for enthusiasts and professionals alike. Developed by Microsoft, this built-in application serves as a hub for command-line operations, offering users a versatile platform to execute a range of commands. Bundled within are multiple command shells like the Command Prompt, PowerShell, and Azure Cloud Shell, each catering to different operational needs. However, as seamless as it might seem, there’s a hiccup that many users occasionally face: accidental uninstallation. It’s surprisingly easy to remove the Windows Terminal while navigating other tasks mistakenly. Such an inadvertent action can result in the app’s disappearance from commonly accessed areas like the Start Menu or the Win + ‘X’ menu prompt. Given its integral role in the Windows environment, understanding how to reinstall and retrieve this powerful tool is paramount. In this guide, we’ll walk you through the steps to bring back the Windows Terminal to your Windows 11 or 10 setup.
There are two methods to reinstall the terminal app:
- Using PowerShell.
- The Microsoft Store.
This risewindows article will discuss how you can reinstall the Windows Terminal application on your Windows 11 PC.
How to Reinstall Windows Terminal Using PowerShell?
To reinstall Windows Terminal through PowerShell, follow these steps:-
Step 1. First, open an elevated PowerShell window.
Step 2. Now, copy and paste the following command in the PowerShell and then hit Enter key on the keyboard:-
get-appxpackage Microsoft.WindowsTerminal -allusers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}
You’ll find out that, upon successful execution, the Windows Terminal application was installed once again on your PC.
How to Install Windows Terminal from the Microsoft Store?
Microsoft Store is another option to quickly install the Windows Terminal app on your Windows 11 or 10 PC. Here are the steps you need to follow for the same:-
Step 1. First, open Microsoft Store.
For that, click on the Start button and type Microsoft Store. Click on its entry on the search result to open it.
Step 2. When Microsoft Store opens, search for “Windows Terminal” and click on its entry to open its page.
Step 3. Lastly, click on the Get button to download and install the Windows Terminal app on your PC.
Conclusion
Harnessing the full potential of Windows often requires diving into its command-line interfaces. Windows Terminal, designed by Microsoft, offers a unified platform for such operations, seamlessly integrating the capabilities of Command Prompt, PowerShell, and Azure Cloud Shell. But, as with many tools, accidental uninstallations happen. Such oversights remove this essential tool from easy-access areas, potentially disrupting workflows. Fortunately, reinstating Windows Terminal to your Windows 11 or 10 setup is straightforward, whether you opt for the PowerShell method or prefer the Microsoft Store route. As always, understanding these pathways ensures you’re prepared, keeping your system optimized and your toolkit complete.