Windows PowerShell, a robust command-line shell and scripting language, comes bundled with Windows 10 as a default feature. While it serves as a valuable tool for advanced users, there may be various reasons why some individuals wish to uninstall it. Nonetheless, removing Windows PowerShell isn’t as simple as uninstalling typical programs.
We are here to guide you through the process of uninstalling Windows PowerShell from your Windows 10 system. Whether you aim to free up storage space on your hard drive or prefer an alternative shell, we will provide you with the necessary steps to safely eliminate Windows PowerShell from your computer.
We will cover two distinct methods for uninstalling Windows PowerShell: one through the Control Panel and the other using Windows PowerShell itself. Both approaches are uncomplicated, and we will furnish you with step-by-step instructions to ensure a smooth experience.
If you’re prepared to bid farewell to Windows PowerShell, read on to discover how to uninstall it from Windows 10.
Now, let’s delve into the step-by-step instructions for each method:
Method 1: Uninstall Windows PowerShell through the Control Panel
- To commence, press the Windows key + X to access the Quick Link menu.
2. From the list of options, select Control Panel.
3. Inside the Control Panel, locate and click on Programs.
4. Click on Programs and Features.
5. Scroll down through the list of installed programs until you spot Windows PowerShell.
6. Right-click on Windows PowerShell and opt for Uninstall.
7. Follow the on-screen instructions to finalize the uninstallation process.
Note: If you can’t find Windows PowerShell on the list of installed programs, click on Turn Windows features on or off. Alternatively use method 2 below.
Method 2: Uninstall Windows PowerShell through Windows PowerShell
- To initiate this method, press the Windows key + X to open the Quick Link menu.
- From the options available, choose “Windows PowerShell (Admin).”
- Within the Windows PowerShell window, input the following command:
Get-WindowsCapability -Online | Where–Object {$_.Name –like “Microsoft.PowerShell.6*”} | Remove-WindowsCapability -Online
- Press the Enter key to execute the command.
- Wait for the process to complete.
Please note that uninstalling Windows PowerShell will not have any adverse effects on other programs or components on your computer. Nevertheless, it’s essential to be aware that some scripts or tools relying on Windows PowerShell may cease to function after its removal.
Final thoughts
Uninstalling Windows PowerShell from Windows 10 can be accomplished through either the Control Panel or Windows PowerShell itself. Both methods are uncomplicated, and the process should not impact other programs or components on your computer. By adhering to the steps outlined in this guide, you can securely remove Windows PowerShell from your system.