Skip to content

Commit

Permalink
Update Get-InstalledPrograms.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
auberginehill committed Jan 1, 2017
1 parent d7a065a commit 00f6351
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Get-InstalledPrograms.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -316,10 +316,11 @@ NoModify, NoRepair, Partner Code, PSChildName, PSDrive, PSProvider, Uninstall St
URL Info (About), URL Update Info, Version (Real), Version Major, Version Minor and
Windows Installer are displayed in console, written to a CSV-file and displayed in a
pop-up window (Out-Gridview). On Windows 8 / Windows Server 2012 machines (and later)
also the installed Windows Store apps are enumerated in a separate CSV-file and
displayed in a pop-up window (Out-Gridview); If Get-InstalledPrograms is run in an
elevated PowerShell window, the Apps that are installed under other than the current
user profile are detected, too.
also the installed Windows Store apps are enumerated with the Get-AppxPackage cmdlet(,
which requires PowerShell 3.0 or later) in a separate CSV-file and displayed in a
pop-up window (Out-Gridview); If Get-InstalledPrograms is run in an elevated
PowerShell window, the Apps that are installed under other than the current user
profile are detected, too.
The enumeration of installed programs in a Windows machine may take some time
- therefore a progress bar is included in Get-InstalledPrograms for monitoring the
Expand Down

0 comments on commit 00f6351

Please sign in to comment.