mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-30 12:41:46 +02:00
Update list-apps.ps1
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user