you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 3 weeks ago

You can search for it by the appx name and then use a pipe to remove the package. Then you don't need to worry about specific version numbers:

Get-AppxPackage -Name 'LGElectronics.LGMonitorApp' | Remove-AppxPackage

  • source
  • parent