How i can find app package for specific windows application?

Is there a way to find the app package for a particular installed windows application currently I’m using the following command

  • Get-AppxPackage -AllUsers | Select Name, PackageFullName

I get a big list of apps but i don’t see the desired one that I’m searching for, is there maybe some other way to find my app package in an explicit way in order to use appium inspector

@Aleksei, Do you have any recommendation ?

no idea for windows app. sorry.