powershell 获取可以自动卸载的程序列表。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 获取可以自动卸载的程序列表。相关的知识,希望对你有一定的参考价值。

PS C:\Windows\system32> New-PSDrive -Name Uninstall -PSProvider Registry -Root HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

PS C:\Windows\system32> dir Uninstall: | Get-ItemProperty -Name DisplayName, InstallDate, Publisher, InstallLocation, UninstallString, ModifyPath, EstimatedSize -ErrorAction SilentlyContinue | Sort-Object -Property DisplayName -ErrorAction SilentlyContinue

以上是关于powershell 获取可以自动卸载的程序列表。的主要内容,如果未能解决你的问题,请参考以下文章

使用Powershell实现自动化安装/卸载程序

使用 Powershell 静默卸载 Chrome

如何卸载win10自带的人脉程序

获取已禁用/已停止服务的关联应用程序

win7怎样运行powershell脚本

如何在不卸载powershell的情况下,有效禁用/启用powershel