diff --git a/Other.ps1 b/Other.ps1 index f01296b..c115f95 100644 --- a/Other.ps1 +++ b/Other.ps1 @@ -1023,7 +1023,7 @@ foreach ($AppxPackage in $AppxPackages) [PSCustomObject]@{ DisplayName = $PackageId.DisplayName - Logo = $PackageId.Logo -replace "file:///", "" + Logo = $PackageId.Logo.OriginalString # | Where-Object -FilterScript {Test-Path -Path $_} } }