如何在 Windows 10 中卸载 PowerShell
PowerShell是一个跨平台的任务自动化和配置管理,它从命令行(Command-Line)工作。它提供了命令提示符(Command Prompt)必须提供的所有功能。
虽然它功能强大,但普通用户,尤其是使用家庭(Home)版的用户,可能会觉得它毫无意义。因此,如果您是这些用户之一,并且想要从Windows 10卸载(Windows 10)PowerShell,请关注这篇文章。
如何在Windows 10中卸载(Windows 10)PowerShell
PowerShell是 Windows 在常规安装之上安装的一项功能。因此,如果您选择使用其中任何一种方法将其删除,它不会破坏Windows 10中的任何内容。
- 像任何其他应用程序一样卸载
- 使用 Windows 功能卸载
- 使用 DISM 禁用 PowerShell
您可以使用这些方法中的任何一种来删除PowerShell。
阅读(Read):PowerShell 在启动时打开(PowerShell opens at Startup)。
1]像任何其他应用程序一样卸载它
与其他程序一样,PowerShell可以轻松卸载。
(Type PowerShell)在开始菜单(Start Menu)搜索框中键入 PowerShell 。它将揭示 PowerShell 的所有版本,即(PowerShell)PowerShell ((PowerShell) x86 )(x86)、PowerShell、PowerShell 7等。右键单击其中任何一个,然后选择卸载(Uninstall)。您也可以展开菜单并选择卸载它。
唯一无法卸载的版本是PowerShell ISE,即 Windows PowerShell 集成脚本环境(Windows PowerShell Integrated Scripting Environment)。对于可以在单个基于 Windows 的图形用户界面中运行命令以及编写、测试和调试脚本的开发人员来说,它非常有用。
2]使用程序(Program)和功能卸载(Uninstall)
- 在运行(Run)提示符 ( Win + R ) 中键入Control,然后按Enter键。
- 找到(Locate)并单击程序(Programs)和功能
- 然后单击左侧面板上的“打开或关闭 Windows 功能”链接
- (Locate)从显示的程序列表中找到并取消选中 PowerShell 2.0 。(Uncheck PowerShell 2.0)
- 单击 Ok(Click Ok),让程序完成卸载PowerShell的过程(PowerShell)
3]使用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 。
Related posts
如何阻止IP或Windows 10使用PowerShell一个网站
如何在Windows 10上查看PowerShell命令History
如何在Windows 10中使用PowerShell查找和禁用Webcams
WinX Menu的Replace Command Prompt WinX Menu的Windows 10
如何添加PowerShell到Context Menu在Windows 10
在Windows 10上禁用CMD and PowerShell中的Scroll-Forward
如何在Windows 10使用Public IP address PowerShell
IObit Uninstaller为Windows 10:完全卸载程序
Top 3 Reddit apps用于Windows 10,可在Windows Store提供
如何在Windows 10上完全Uninstall Discord
如何在Windows 10上禁用Feature Updates的保障措施
如何使用 PowerShell 重新安装所有 Windows 10 默认应用
使用MyLauncher为Windows 10计算机启动文件
Replace PowerShell Context Menu中的Replace PowerShell在Windows 10中
Windows 10 Lock Screen Make Firefox display Media Controls Lock Screen
Watch数字电视,并在Windows 10上收听Radio,ProgDVB
Force Uninstall Programs不会在Windows 10中卸载
在Windows 10中启用或禁用Command Prompt and PowerShell的Legacy Console
如何在Windows 10上安排PowerShell script Task Scheduler
Run PowerShell Scripts Locally无签名Windows 10