Add option to prevent auto install of device apps & add LG monitor app removal (#695)

* Add support for removing LG monitor app

* Add option to prevent auto install of device companion apps via Windows Update

* Update CONTRIBUTING.md with missing Apps.json fields
This commit is contained in:
Jeffrey
2026-07-08 17:54:13 +02:00
committed by GitHub
parent 82f50d6d13
commit 0ef789cc3a
8 changed files with 42 additions and 2 deletions
+10 -1
View File
@@ -921,6 +921,14 @@
"Recommendation": "optional",
"RemovalMethod": "Appx"
},
{
"FriendlyName": "LG Monitor App",
"AppId": "LGElectronics.LGMonitorApp",
"Description": "LG OEM software for controlling your LG monitor, Windows Update may silently reinstall this app if you have an LG monitor connected",
"SelectedByDefault": false,
"Recommendation": "optional",
"RemovalMethod": "Appx"
},
{
"FriendlyName": "HP AI Experience Center",
"AppId": "AD2F1837.HPAIExperienceCenter",
@@ -1132,7 +1140,7 @@
]
},
{
"Name": "OEM software (Dell, HP, Lenovo)",
"Name": "OEM software (Dell, HP, Lenovo, LG)",
"AppIds": [
"AD2F1837.HPAIExperienceCenter",
"AD2F1837.HPConnectedMusic",
@@ -1156,6 +1164,7 @@
"AD2F1837.myHP",
"E046963F.LenovoCompanion",
"LenovoCompanyLimited.LenovoVantageService",
"LGElectronics.LGMonitorApp",
"DellInc.DellSupportAssistforPCs",
"DellInc.DellDigitalDelivery",
"DellInc.DellMobileConnect"
+13
View File
@@ -1369,6 +1369,19 @@
"MinVersion": null,
"MaxVersion": null
},
{
"FeatureId": "DisableDeviceAutoAppDownload",
"Label": "Prevent Windows from auto-downloading device companion apps",
"ToolTip": "Stops Windows from silently downloading device companion apps via Windows Update when you connect certain devices, like monitors from LG and Alienware. These devices will still work as expected, this only stops Windows Update from automatically installing additional apps without consent.",
"Category": "Windows Update",
"RegistryKey": "Disable_Device_Auto_App_Download.reg",
"ApplyText": "Preventing automatic download of device companion apps",
"UndoLabel": "Allow automatic download of device companion apps",
"ApplyUndoText": "Allowing automatic download of device companion apps",
"RegistryUndoKey": "Enable_Device_Auto_App_Download.reg",
"MinVersion": null,
"MaxVersion": null
},
{
"FeatureId": "ForceRemoveEdge",
"Label": "Forcefully uninstall Microsoft Edge. NOT RECOMMENDED!",