minus-squareMIDItheKID@lemmy.worldtoTechnology@lemmy.world•LG TVs and monitors said to surveil users and install bloatware without askinglinkfedilinkEnglisharrow-up2·7 days agoYou 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 linkfedilink
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