this post was submitted on 17 Jul 2026
847 points (99.3% liked)

Technology

86548 readers
3428 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] GideonD@lemmy.world 16 points 5 days ago (4 children)

For the PC Monitor issue: To prevent this sort of behavior. Open Group Policy Editor Computer Configuration>Administrative Templates>System>Device Installation Prevent automatic downloads of applications associated with device metadata = Set to Enable.

To get rid of it once installed you have to remove it from the Windows Store since it's an app, not an installed program. For me, this was not possible as there was no way presented to uninstall it in the app store. I had to do it from terminal with this command, which could vary a bit depending on the exact app version:

Remove-AppxPackage LGElectronics.LGMonitorApp_1.2606.1601.0_x86__cfnzzhwkr8z5w

[–] brucethemoose@lemmy.world 7 points 5 days ago

Keep in mind this will disable plug-and-play for other devices one plugs in.

Which is excellent, from a security standpoint, but something to be cognizant of.

[–] MIDItheKID@lemmy.world 2 points 5 days 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

[–] WhyJiffie@sh.itjust.works 3 points 5 days ago (1 children)

store apps can also be uninstalled from the settings app.

for the first setting, it's easier to turn that and more off with o&o shutup10

[–] coolmojo@lemmy.world 2 points 5 days ago

store apps can also be uninstalled from the settings app.

Also using winget.

[–] DupaCycki@lemmy.world 2 points 5 days ago

Tried going through this with my grandma on video call. She asked: "why is there a police group in my computer?"