mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[PTRun][Settings plugin]Update device and bluetooth results (#27823)
* update settings list json * add strings * fix bthprops command
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user