From d336f98b39931a77651fa2bd3d840b941e121ab1 Mon Sep 17 00:00:00 2001 From: Jeffrey <9938813+Raphire@users.noreply.github.com> Date: Wed, 8 Jul 2026 21:38:48 +0200 Subject: [PATCH] Update feature wording --- Config/Features.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Config/Features.json b/Config/Features.json index 243f5f7..e3aa155 100644 --- a/Config/Features.json +++ b/Config/Features.json @@ -1371,13 +1371,13 @@ }, { "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.", + "Label": "Prevent Windows from auto-installing device companion apps", + "ToolTip": "Stops Windows from silently installing 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", + "ApplyText": "Preventing automatic installation of device companion apps", + "UndoLabel": "Allow automatic installation of device companion apps", + "ApplyUndoText": "Allowing automatic installation of device companion apps", "RegistryUndoKey": "Enable_Device_Auto_App_Download.reg", "MinVersion": null, "MaxVersion": null