mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
[PTRun][Settings]Add missing cpl names and MMC/MSC commands (#23695)
* add msc files and mmc * add missing cpl names * spell checker * spell checker 2 * Update Main.cs * Update ResultHelper.cs * review feedback and remove ActiveX * Show mmc note in subtitle * update docs for mmc note * fix typo
This commit is contained in:
@@ -1284,6 +1284,7 @@
|
||||
"Name": "ActionCenter",
|
||||
"Areas": [ "AreaSystemAndSecurity" ],
|
||||
"Type": "AppControlPanel",
|
||||
"AltNames": [ "wscui.cpl" ],
|
||||
"Command": "control /name Microsoft.ActionCenter"
|
||||
},
|
||||
{
|
||||
@@ -1331,7 +1332,7 @@
|
||||
},
|
||||
{
|
||||
"Name": "BluetoothDevices",
|
||||
"Areas": [ "AreaHardwareAndSound" ],
|
||||
"Areas": [ "AreaHardwareAndSound", "bthprops.cpl" ],
|
||||
"Type": "AppControlPanel",
|
||||
"Command": "control /name Microsoft.BluetoothDevices"
|
||||
},
|
||||
@@ -1378,6 +1379,7 @@
|
||||
"Name": "DeviceManager",
|
||||
"Areas": [ "AreaHardwareAndSound" ],
|
||||
"Type": "AppControlPanel",
|
||||
"AltNames": [ "hdwwiz.cpl" ],
|
||||
"Command": "control /name Microsoft.DeviceManager"
|
||||
},
|
||||
{
|
||||
@@ -1437,6 +1439,7 @@
|
||||
"Name": "Infrared",
|
||||
"Areas": [ "AreaHardwareAndSound" ],
|
||||
"Type": "AppControlPanel",
|
||||
"AltNames": [ "irprops.cpl" ],
|
||||
"Command": "control /name Microsoft.Infrared"
|
||||
},
|
||||
{
|
||||
@@ -1469,6 +1472,7 @@
|
||||
"Name": "NetworkConnection",
|
||||
"Areas": [ "AreaNetworkAndInternet" ],
|
||||
"Type": "AppControlPanel",
|
||||
"AltNames": [ "ncpa.cpl" ],
|
||||
"Command": "control netconnections"
|
||||
},
|
||||
{
|
||||
@@ -1531,13 +1535,14 @@
|
||||
"Name": "PhoneAndModemOptions",
|
||||
"Areas": [ "AreaNetworkAndInternet" ],
|
||||
"Type": "AppControlPanel",
|
||||
"AltNames": [ "modem.cpl", "telephon.cpl" ],
|
||||
"Command": "control /name Microsoft.PhoneAndModemOptions"
|
||||
},
|
||||
{
|
||||
"Name": "PhoneAndModem",
|
||||
"Areas": [ "AreaNetworkAndInternet" ],
|
||||
"Type": "AppControlPanel",
|
||||
"AltNames": [ "modem.cpl" ],
|
||||
"AltNames": [ "modem.cpl", "telephon.cpl" ],
|
||||
"Command": "control /name Microsoft.PhoneAndModem"
|
||||
},
|
||||
{
|
||||
@@ -1632,6 +1637,7 @@
|
||||
"Name": "TabletPcSettings",
|
||||
"Areas": [ "AreaSystemAndSecurity" ],
|
||||
"Type": "AppControlPanel",
|
||||
"AltNames": [ "TabletPC.cpl" ],
|
||||
"Command": "control /name Microsoft.TabletPCSettings"
|
||||
},
|
||||
{
|
||||
@@ -1672,7 +1678,7 @@
|
||||
},
|
||||
{
|
||||
"Name": "WindowsFirewall",
|
||||
"Areas": [ "AreaSystemAndSecurity" ],
|
||||
"Areas": [ "AreaSystemAndSecurity", "Firewall.cpl" ],
|
||||
"Type": "AppControlPanel",
|
||||
"Command": "control /name Microsoft.WindowsFirewall"
|
||||
},
|
||||
@@ -1794,6 +1800,154 @@
|
||||
"Type": "AppSettingsApp",
|
||||
"AltNames": [ "ConnectPanel", "ConnectableDevices", "ConnectWirelessAudio", "DeviceDiscovery" ],
|
||||
"Command": "ms-settings-connectabledevices:devicediscovery"
|
||||
},
|
||||
{
|
||||
"Name": "AppMMC",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe" ],
|
||||
"Command": "mmc.exe",
|
||||
"ShowAsFirstResult" : true
|
||||
},
|
||||
{
|
||||
"Name": "AuthorizationManager",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_azman" ],
|
||||
"Command": "azman.msc"
|
||||
},
|
||||
{
|
||||
"Name": "CertificatesCurrentUser",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_certmgr" ],
|
||||
"Command": "certmgr.msc"
|
||||
},
|
||||
{
|
||||
"Name": "CertificatesLocalComputer",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_certlm" ],
|
||||
"Command": "certlm.msc"
|
||||
},
|
||||
{
|
||||
"Name": "ComponentServices",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_comexp", "ComObjects" ],
|
||||
"Command": "comexp.msc"
|
||||
},
|
||||
{
|
||||
"Name": "ComputerManagement",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_compmgmt", "SystemTools", "TaskScheduler", "EventViewer", "SharedFolders", "NetworkSessions", "SMB", "LocalUsersAndGroups", "PerformanceMonitor", "DeviceManager", "PnpDevice", "Storage", "DiskManagement", "CreateAndFormatHardDiskPartitions", "GPT", "MBR", "ServicesSnapIn", "WmiControl", "WindowsManagementInstrumentation" ],
|
||||
"Command": "compmgmt.msc"
|
||||
},
|
||||
{
|
||||
"Name": "DeviceManager",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_devmgmt", "PnpDevice" ],
|
||||
"Command": "devmgmt.msc"
|
||||
},
|
||||
{
|
||||
"Name": "DiskManagement",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_diskmgmt", "Storage", "CreateAndFormatHardDiskPartitions", "GPT", "MBR" ],
|
||||
"Command": "diskmgmt.msc"
|
||||
},
|
||||
{
|
||||
"Name": "EventViewer",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_eventvwr" ],
|
||||
"Command": "eventvwr.msc"
|
||||
},
|
||||
{
|
||||
"Name": "LocalGroupPolicy",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_gpedit", "GroupPolicy" ],
|
||||
"Command": "gpedit.msc"
|
||||
},
|
||||
{
|
||||
"Name": "IpSecurityMonitor",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe" ],
|
||||
"Command": "mmc.exe",
|
||||
"Note": "NoteNoMscFileExist"
|
||||
},
|
||||
{
|
||||
"Name": "IpSecurityPoliciesOnLocalComputer",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe" ],
|
||||
"Command": "mmc.exe",
|
||||
"Note": "NoteNoMscFileExist"
|
||||
},
|
||||
{
|
||||
"Name": "LocalUsersAndGroups",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_lusrmgr" ],
|
||||
"Command": "lusrmgr.msc"
|
||||
},
|
||||
{
|
||||
"Name": "PerformanceMonitor",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_perfmon" ],
|
||||
"Command": "perfmon.msc"
|
||||
},
|
||||
{
|
||||
"Name": "PrintManagement",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_printmanagement", "PrinterSpooler" ],
|
||||
"Command": "printmanagement.msc"
|
||||
},
|
||||
{
|
||||
"Name": "ResultantSetOfPolicy",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_rsop" ],
|
||||
"Command": "rsop.msc"
|
||||
},
|
||||
{
|
||||
"Name": "SecurityConfigurationAndAnalysis",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_secpol" ],
|
||||
"Command": "secpol.msc"
|
||||
},
|
||||
{
|
||||
"Name": "SecurityTemplates",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe" ],
|
||||
"Command": "mmc.exe",
|
||||
"Note": "NoteNoMscFileExist"
|
||||
},
|
||||
{
|
||||
"Name": "ServicesSnapIn",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_services" ],
|
||||
"Command": "services.msc"
|
||||
},
|
||||
{
|
||||
"Name": "SharedFolders",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_fsmgmt", "NetworkSessions" ],
|
||||
"Command": "fsmgmt.msc"
|
||||
},
|
||||
{
|
||||
"Name": "TaskScheduler",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_taskschd" ],
|
||||
"Command": "taskschd.msc"
|
||||
},
|
||||
{
|
||||
"Name": "TpmManagement",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_tpm" ],
|
||||
"Command": "tpm.msc"
|
||||
},
|
||||
{
|
||||
"Name": "DefenderFirewallAdvancedSecurity",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_wf" ],
|
||||
"Command": "wf.msc"
|
||||
},
|
||||
{
|
||||
"Name": "WmiControl",
|
||||
"Type": "AppMMC",
|
||||
"AltNames": [ "MMC_mmcexe", "MMC_wmimgmt", "WindowsManagementInstrumentation" ],
|
||||
"Command": "wmimgmt.msc"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user