Rename to list-apps.ps1

This commit is contained in:
Markus Fleschutz
2022-09-25 19:24:57 +02:00
parent eb51263d84
commit 198c45a448
2 changed files with 5 additions and 5 deletions

View File

@ -2,9 +2,9 @@
.SYNOPSIS
Lists the installed apps
.DESCRIPTION
This PowerShell script lists the installed apps (from Windows Store or snaps).
This PowerShell script lists the installed applications (from Windows Store, or Snap Store).
.EXAMPLE
PS> ./list-installed-apps
PS> ./list-apps
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
@ -21,4 +21,4 @@ try {
} catch {
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
exit 1
}
}