Table of Contents
This updated guide examines How to Completely Disable Powershell 2.0 in Windows 10 and organizes the essential facts, background, and practical takeaways in clear American English.
- How are Command Prompt (cmd) and PowerShell different?
By default, any user can launch and use PowerShell directly from the Command Prompt or from File Explorer. Overall, PowerShell has different versions. As of the time of writing, PowerShell v5 is the latest version.
However, for compatibility reasons, Windows still activates the old PowerShell 2.0. As an older version, PowerShell 2.0 is deprecated and is even considered a security risk.
So, unless you really need PowerShell 2.0, you shouldn't turn it off completely. Follow the steps below to completely disable PowerShell 2.0 in Windows 10.
Disable PowerShell 2.0 with the command
Using a simple PowerShell command, you can easily disable PowerShell 2.0 in Windows 10.
1. First, open the Start menu, search for "PowerShell" , right-click on the result and select the option "Run as administrator" . This action will open the PowerShell window with admin rights.
2. In this window, execute the following command (copy and paste the command, then press theEnterbutton).
As soon as you execute the command, PowerShell 2.0 will be disabled immediately.
If you want to reactivate PowerShell 2.0, execute the command below. As you can see from the command, all you need to do is replace "Disable" with "Enable" .
Enable-WindowsOptionalFeature -Online -FeatureName MicrosoftWindowsPowerShellV2Root
Disable PowerShell 2.0 through Windows Features
Because PowerShell 2.0 is an unpopular feature, it is enabled as an optional feature. That means you can disable it from Windows Features. This method is especially useful if you do not want to have to use PowerShell commands.
1. First, open the Start menu, search for "Turn Windows features on or off" and click the result to open Windows Features.
2. In this window, scroll down until you see the "Windows PowerShell 2.0" option . Deselect the corresponding checkbox and click the OK button to save the changes.
3. As soon as you click the OK button, Windows will make the necessary changes. Once completed, just click the Close button and you're done.
If you want to turn PowerShell 2.0 back on, follow the same steps but select the corresponding checkbox in step 2.
Please note that we only disable PowerShell 2.0 no longer used, and PowerShell is normally enabled.
FAQ
What is How to Completely Disable Powershell 2.0 in Windows 10 about?
It provides a structured overview of windows 10, explains the main context, and highlights practical takeaways for readers.
Why does this topic matter?
Understanding the main concepts helps readers evaluate the issue, avoid common mistakes, and make better-informed decisions.
How should readers use this information?
Use the guidance as a practical starting point, confirm details that may have changed, and follow current product, safety, or security recommendations.
Reader Comments 0
Sign in with email or Google to join the discussion.