mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-19 19:27:52 +02: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…
x
Reference in New Issue
Block a user