如何在 Windows 10 中卸载 PowerShell

PowerShell是一个跨平台的任务自动化和配置管理,它从命令行(Command-Line)工作。它提供了命令提示符(Command Prompt)必须提供的所有功能。

PowerShell 徽标

虽然它功能强大,但普通用户,尤其是使用家庭(Home)版的用户,可能会觉得它毫无意义。因此,如果您是这些用户之一,并且想要从Windows 10卸载(Windows 10)PowerShell,请关注这篇文章。

如何在Windows 10中卸载(Windows 10)PowerShell

PowerShell是 Windows 在常规安装之上安装的一项功能。因此,如果您选择使用其中任何一种方法将其删除,它不会破坏Windows 10中的任何内容。

  1. 像任何其他应用程序一样卸载
  2. 使用 Windows 功能卸载
  3. 使用 DISM 禁用 PowerShell

您可以使用这些方法中的任何一种来删除PowerShell

阅读(Read)PowerShell 在启动时打开(PowerShell opens at Startup)

1]像任何其他应用程序一样卸载它

卸载 PowerShell 7

与其他程序一样,PowerShell可以轻松卸载。

(Type PowerShell)开始菜单(Start Menu)搜索框中键入 PowerShell 。它将揭示 PowerShell 的所有版本,(PowerShell)PowerShell ((PowerShell) x86 )(x86)PowerShellPowerShell 7等。右键单击其中任何一个,然后选择卸载(Uninstall)。您也可以展开菜单并选择卸载它。

唯一无法卸载的版本是PowerShell ISE,即 Windows PowerShell 集成脚本环境(Windows PowerShell Integrated Scripting Environment)。对于可以在单个基于 Windows 的图形用户界面中运行命令以及编写、测试和调试脚本的开发人员来说,它非常有用。

2]使用程序(Program)和功能卸载(Uninstall)

删除 Windows PowerShell

  • 运行(Run)提示符 ( Win + R ) 中键入Control,然后按Enter键。
  • 找到(Locate)并单击程序(Programs)和功能
  • 然后单击左侧面板上的“打开或关闭 Windows 功能”链接
  • (Locate)从显示的程序列表中找到取消选中 PowerShell 2.0 。(Uncheck PowerShell 2.0)
  • 单击 Ok(Click Ok),让程序完成卸载PowerShell的过程(PowerShell)

3]使用DISM禁用PowerShell

使用 DISM 工具禁用 PowerShell

通过在运行(Run)提示符 ( Win + RCMD,然后按  Shift + Enter以提升权限打开命令提示符(Command Prompt)。启动后,键入并执行命令进行验证。

DISM /online /get-features /format:table | find "MicrosoftWindowsPowerShellV2Root"

如果显示Enable,请键入下一个命令以禁用它。

Dism /online /Disable-Feature /FeatureName:"MicrosoftWindowsPowerShellV2Root"

如果您改变主意,可以执行以下命令再次启用它。

Dism /online /Enable-Feature /FeatureName:"MicrosoftWindowsPowerShellV2Root"

就是这样。

提示(TIP):您还可以使用Windows 10中的安全策略和本地组策略编辑器(Local Group Policy Editor)禁用 PowerShell(disable PowerShell)

虽然PowerShell本身可以保留,但您根本不必删除它。事实上,如果你离开它,它可能有一天会派上用场。它是您卸载预装应用程序所需的工具。所以你可以考虑保留它。

我希望这篇文章能帮助您从 Windows 10 PC中删除PowerShell 。



About the author

在商业和技术方面,Windows 10 和 Windows 11/10 是非常重要的工具。它们使您可以比以往更轻松、更安全地与计算机交互,并运行功能强大但可自定义的应用程序,而不会带来任何安全风险。这些工具对于希望能够扩大其在线业务并吸引新客户的企业来说也是必不可少的。因此,我会说我在 Windows 10 和 Windows 11/10 方面的技能使我成为此类工作或业务的理想人选。



Related posts