如何在 Windows 10 上使用 PowerShell 创建已安装程序的列表
如果您拥有一台Windows 10 PC,您可能随着时间的推移安装了许多程序,但要记住所有程序有点棘手。通过Windows PowerShell应用程序,您可以生成计算机上已安装程序的列表,这些程序可用于各种用途。例如,当您需要设置一台新计算机时,您可能希望确保您不会错过任何要安装的基本程序。在本指南中,我们将向您展示一种在Windows 10上使用(Windows 10)PowerShell查看已安装程序的简单方法。
使用PowerShell(PowerShell)创建已安装程序的列表
如果您想使用PowerShell(PowerShell)查看已安装的程序,请遵循以下建议:
首先(First),右键单击“开始(Start)”按钮,然后从高级用户菜单中选择“运行” 。(Run )
在文本字段中,键入PowerShell,然后按Ctrl+Shift+Enter管理员(Windows PowerShell as an administrator)身份打开Windows PowerShell 。
在空的PowerShell提示符中,复制并粘贴以下PowerShell 命令:
Get-AppxPackage –AllUsers | Select Name, PackageFullName
现在按Enter键查看计算机上安装的所有程序的列表。
此外,如果您想列出所有程序及其详细信息,请键入以下命令:
Get-AppxPackage –AllUsers
现在按Enter,您将在计算机屏幕上看到所有程序及其详细信息的列表。
它将显示发布(Publisher)者名称、软件架构、resourceId 及其版本信息。
您还将获得Package、Install Location、PackageFamilyName、PublisherId甚至Package UserInformation 的全名。
如果列表很长,并且您想搜索计算机上安装的任何特定程序,请在提升的Powershell窗口中键入以下命令 -
Get-AppxPackage –Name *Program-Name*
在上面的命令行中,将Program-Name替换为您要搜索的应用程序的名称。
为了更好地理解,请在提升的Powershell(Powershell)窗口中键入以下命令行-
Get-AppxPackage –Name *Store*
现在按Enter键,它将显示有关Office Programs相关应用程序的详细信息。
阅读下一篇(Read nex):如何使用 PowerShell 导出和备份设备驱动程序(How to Export and Backup Device Drivers using 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
New特征Windows 10 version 20H2 October 2020 Update
Windows 10 Best免费Barcode Scanner software
如何在Windows 10上安排PowerShell script Task Scheduler
如何在Windows 10上禁用Feature Updates的保障措施
Ashampoo WinOptimizer是优化Windows 10的免费软件
如何在Windows 10中禁用Automatic Driver Updates
创建Keyboard Shortcut以在Windows 10中打开您最喜爱的Website
如何禁用WiFi使用CMD or Powershell在Windows 10
如何在Windows 10上使用PIP安装NumPy
Windows 10 Start Menu中Replace Powershell Command Prompt
如何在Windows 10使用Public IP address PowerShell
如何在Windows 10使用Network Sniffer Tool PktMon.exe
如何在Windows 10中卸载PowerShell
使用MyLauncher为Windows 10计算机启动文件
如何重置Microsoft Store apps在Windows 10使用PowerShell