Create a List of Installed Software via PowerShell

Описание к видео Create a List of Installed Software via PowerShell

In this video, I'll show you how to create a list of installed programs using Windows PowerShell.

Example command: Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize

Комментарии

Информация по комментариям в разработке