mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-23 06:08:36 +01:00
Update list-apps.ps1
This commit is contained in:
parent
7f044f1a08
commit
4656ef2326
@ -15,7 +15,7 @@ try {
|
||||
if ($IsLinux) {
|
||||
& snap list
|
||||
} else {
|
||||
Get-AppxPackage | Select-Object Name,Version | Format-Table -autoSize
|
||||
Get-AppxPackage | Format-Table -property Name,Version,InstallLocation,Status -autoSize
|
||||
}
|
||||
exit 0 # success
|
||||
} catch {
|
||||
|
Loading…
Reference in New Issue
Block a user