[PTRun][Settings plugin]Update device and bluetooth results (#27823)

* update settings list json

* add strings

* fix bthprops command
This commit is contained in:
Heiko
2023-08-08 20:33:11 +02:00
committed by GitHub
parent 8e712c6f49
commit 433edb4790
3 changed files with 102 additions and 4 deletions

View File

@@ -183,10 +183,26 @@
"Command": "ms-settings:autoplay"
},
{
"Name": "Bluetooth",
"Name": "BluetoothAndDevices10",
"Areas": [ "AreaDevices" ],
"Type": "AppSettingsApp",
"Command": "ms-settings:bluetooth"
"Command": "ms-settings:bluetooth",
"DeprecatedInBuild": 22000
},
{
"Name": "Devices",
"Areas": [ "AreaBluetoothAndDevices11" ],
"Type": "AppSettingsApp",
"Command": "ms-settings:bluetooth",
"AltNames": ["ManageDevices", "AddDevices", "BluetoothDevices"],
"IntroducedInBuild": 22000
},
{
"Name": "AreaBluetoothAndDevices11",
"Type": "AppSettingsApp",
"Command": "ms-settings:devices",
"AltNames": ["Devices", "BluetoothDevices", "PrintersAndScanners", "PhoneLink", "Camera", "Mouse", "Touchpad", "PenAndWindowsInk", "AutoPlay", "Usb"],
"IntroducedInBuild": 22000
},
{
"Name": "ConnectedDevices",
@@ -1334,7 +1350,7 @@
"Name": "BluetoothDevices",
"Areas": [ "AreaHardwareAndSound", "bthprops.cpl" ],
"Type": "AppControlPanel",
"Command": "control /name Microsoft.BluetoothDevices"
"Command": "control /bthprops.cpl"
},
{
"Name": "ColorManagement",
@@ -1386,7 +1402,15 @@
"Name": "DevicesAndPrinters",
"Areas": [ "AreaHardwareAndSound" ],
"Type": "AppControlPanel",
"Command": "control /name Microsoft.DevicesAndPrinters"
"Command": "control /name Microsoft.DevicesAndPrinters",
"DeprecatedInBuild": 22000
},
{
"Name": "DevicesAndPrinters",
"Areas": [ "AreaHardwareAndSound" ],
"Type": "AppControlPanel",
"Command": "explorer.exe shell:::{A8A91A66-3A7D-4424-8D24-04E180695C7A}",
"IntroducedInBuild": 22000
},
{
"Name": "EaseOfAccessCenter",