mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-30 04:31:39 +02:00
Rename to list-apps.ps1
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user