From cbc8b9901cbf3573cbcf7136df9135e0039ddff4 Mon Sep 17 00:00:00 2001 From: he3als <65787561+he3als@users.noreply.github.com> Date: Fri, 4 Aug 2023 21:39:49 +0100 Subject: [PATCH] feat(scripts): PS module & proper uninstallations --- .../Configuration/atlas/components.yml | 228 +----------------- src/playbook/Configuration/atlas/start.yml | 4 + .../Uninstall-MsiexecByName.psm1 | 50 ++++ src/playbook/Executables/ONED.cmd | 42 ---- src/playbook/Executables/SettingsCache.txt | 1 - 5 files changed, 57 insertions(+), 268 deletions(-) create mode 100644 src/playbook/Executables/AtlasModules/Scripts/Modules/Uninstall-MsiexecByName/Uninstall-MsiexecByName.psm1 delete mode 100644 src/playbook/Executables/ONED.cmd delete mode 100644 src/playbook/Executables/SettingsCache.txt diff --git a/src/playbook/Configuration/atlas/components.yml b/src/playbook/Configuration/atlas/components.yml index 3329ed8dad..64b03bb121 100644 --- a/src/playbook/Configuration/atlas/components.yml +++ b/src/playbook/Configuration/atlas/components.yml @@ -53,239 +53,17 @@ actions: - !taskKill: {name: 'OneDriveStandaloneUpdater'} - !taskKill: {name: 'OneDriveSetup'} - !taskKill: {name: 'OneDrive*'} - - !service: {name: 'OneSyncSvc*', operation: delete} - - !run: {exeDir: true, exe: 'ONED.cmd', weight: 20} - - - !cmd: {command: 'C:\Windows\System32\OneDriveSetup.exe /uninstall'} - - !cmd: {command: 'C:\Windows\SysWOW64\OneDriveSetup.exe /uninstall'} - - - !registryKey: {path: 'HKCR\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}'} - - !registryValue: {path: 'HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run', value: 'OneDrive', operation: delete} - - !registryKey: {path: 'HKCU\SOFTWARE\Microsoft\OneDrive'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\.fluid'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\.note'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\.whiteboard'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\.loop'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\TypeLib\{F904F88C-E60D-4327-9FA2-865AD075B400}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{A87958FF-B414-7748-9183-DBF183A25905}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{A87958FF-B414-7748-9183-DBF183A25905}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\NucleusNativeMessaging.NucleusNativeMessaging.1'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\NucleusNativeMessaging.NucleusNativeMessaging'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{917E8742-AA3B-7318-FA12-10485FB322A2}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{917E8742-AA3B-7318-FA12-10485FB322A2}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\NucleusToastActivator.NucleusToastActivator.1'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\NucleusToastActivator.NucleusToastActivator'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{47E6DCAF-41F8-441C-BD0E-A50D5FE6C4D1}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{47E6DCAF-41F8-441C-BD0E-A50D5FE6C4D1}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\mssharepointclient'} - - !registryKey: {path: 'HKCU\SOFTWARE\Google\Chrome\NativeMessagingHosts\com.microsoft.onedrive.nucleus.auth.provider'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\AppID\{EEABD3A3-784D-4334-AAFC-BB13234F17CF}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\AppID\OneDrive.EXE'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{6bb93b4e-44d8-40e2-bd97-42dbcf18a40f}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{AB807329-7324-431B-8B36-DBD581F56E0B}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{1EDD003E-C446-43C5-8BA0-3778CC4792CC}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{1EDD003E-C446-43C5-8BA0-3778CC4792CC}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\TypeLib\{4B1C80DA-FA45-468F-B42B-46496BDBE0C5}\1.0'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\SyncEngineStorageProviderHandlerProxy.SyncEngineStorageProviderHandlerProxy'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{A3CA1CF4-5F3E-4AC0-91B9-0D3716E1EAC3}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\TypeLib\{638805C3-4BA3-4AC8-8AAC-71A0BA2BC284}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\FileSyncClient.FileSyncClient.1'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\FileSyncClient.FileSyncClient'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{7B37E4E2-C62F-4914-9620-8FB5062718CC}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\FileSyncClient.AutoPlayHandler.1'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\FileSyncClient.AutoPlayHandler'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{5999E1EE-711E-48D2-9884-851A709F543D}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\BannerNotificationHandler.BannerNotificationHandler'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{2e7c0a19-0438-41e9-81e3-3ad3d64f55ba}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{F0AF7C30-EAE4-4644-961D-54E6E28708D6}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{F0AF7C30-EAE4-4644-961D-54E6E28708D6}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{9D613F8A-B30E-4938-8490-CB5677701EBF}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{9D613F8A-B30E-4938-8490-CB5677701EBF}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{79A2A54C-3916-41FD-9FAB-F26ED0BBA755}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{79A2A54C-3916-41FD-9FAB-F26ED0BBA755}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{0299ECA9-80B6-43C8-A79A-FB1C5F19E7D8}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{0299ECA9-80B6-43C8-A79A-FB1C5F19E7D8}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{0f872661-c863-47a4-863f-c065c182858a}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{0f872661-c863-47a4-863f-c065c182858a}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{da82e55e-fa2f-45b3-aec3-e7294106ef52}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{da82e55e-fa2f-45b3-aec3-e7294106ef52}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{e9de26a1-51b2-47b4-b1bf-c87059cc02a7}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{e9de26a1-51b2-47b4-b1bf-c87059cc02a7}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{2692D1F2-2C7C-4AE0-8E73-8F37736C912D}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{2692D1F2-2C7C-4AE0-8E73-8F37736C912D}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{5D5DD08F-A10E-4FEF-BCA7-E73E666FC66C}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{5D5DD08F-A10E-4FEF-BCA7-E73E666FC66C}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{EE15BBBB-9E60-4C52-ABCB-7540FF3DF6B3}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{EE15BBBB-9E60-4C52-ABCB-7540FF3DF6B3}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{8D3F8F15-1DE1-4662-BF93-762EABE988B2}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{8D3F8F15-1DE1-4662-BF93-762EABE988B2}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{2B865677-AC3A-43BD-B9E7-BF6FCD3F0596}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{2B865677-AC3A-43BD-B9E7-BF6FCD3F0596}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{50487D09-FFA9-45E1-8DF5-D457F646CD83}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{50487D09-FFA9-45E1-8DF5-D457F646CD83}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{D32F7B3A-DEC8-4F44-AF28-E9B7FEB62118}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{D32F7B3A-DEC8-4F44-AF28-E9B7FEB62118}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{ACDB5DB0-C9D5-461C-BAAA-5DCE0B980E40}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{ACDB5DB0-C9D5-461C-BAAA-5DCE0B980E40}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\TypeLib\{909A6CCD-6810-46C4-89DF-05BE7EB61E6C}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{10C9242E-D604-49B5-99E4-BF87945EF86C}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{10C9242E-D604-49B5-99E4-BF87945EF86C}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{F062BA81-ADFE-4A92-886A-23FD851D6406}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{F062BA81-ADFE-4A92-886A-23FD851D6406}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{3A4E62AE-45D9-41D5-85F5-A45B77AB44E5}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{3A4E62AE-45D9-41D5-85F5-A45B77AB44E5}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{390AF5A7-1390-4255-9BC9-935BFCFA5D57}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{390AF5A7-1390-4255-9BC9-935BFCFA5D57}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{1196AE48-D92B-4BC7-85DE-664EC3F761F1}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{1196AE48-D92B-4BC7-85DE-664EC3F761F1}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{D0ED5C72-6197-4AAD-9B16-53FE461DD85C}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{D0ED5C72-6197-4AAD-9B16-53FE461DD85C}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{AF60000F-661D-472A-9588-F062F6DB7A0E}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{AF60000F-661D-472A-9588-F062F6DB7A0E}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{5d65dd0d-81bf-4ff4-aeea-6effb445cb3f}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{5d65dd0d-81bf-4ff4-aeea-6effb445cb3f}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{b5c25645-7426-433f-8a5f-42b7ff27a7b2}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{b5c25645-7426-433f-8a5f-42b7ff27a7b2}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{f0440f4e-4884-4a8F-8a45-ba89c00f96f2}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{f0440f4e-4884-4a8F-8a45-ba89c00f96f2}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{0776ae27-5ab9-4e18-9063-1836da63117a}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{0776ae27-5ab9-4e18-9063-1836da63117a}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{1b7aed4f-fcaf-4da4-8795-c03e635d8edc}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{1b7aed4f-fcaf-4da4-8795-c03e635d8edc}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{0d4e4444-cb20-4c2b-b8b2-94e5656ecae8}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{0d4e4444-cb20-4c2b-b8b2-94e5656ecae8}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{d8c80ebb-099c-4208-afa3-fbc4d11f8a3c}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{d8c80ebb-099c-4208-afa3-fbc4d11f8a3c}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{C2FE84F5-E036-4A07-950C-9BFD3EAB983A}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{C2FE84F5-E036-4A07-950C-9BFD3EAB983A}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{8B9F14F4-9559-4A3F-B7D0-312E992B6D98}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{8B9F14F4-9559-4A3F-B7D0-312E992B6D98}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{22A68885-0FD9-42F6-9DED-4FB174DC7344}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{22A68885-0FD9-42F6-9DED-4FB174DC7344}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{a7126d4c-f492-4eb9-8a2a-f673dbdd3334}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{a7126d4c-f492-4eb9-8a2a-f673dbdd3334}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{c1439245-96b4-47fc-b391-679386c5d40f}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{c1439245-96b4-47fc-b391-679386c5d40f}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{944903E8-B03F-43A0-8341-872200D2DA9C}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{944903E8-B03F-43A0-8341-872200D2DA9C}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{B54E7079-90C9-4C62-A6B8-B2834C33A04A}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{B54E7079-90C9-4C62-A6B8-B2834C33A04A}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{1B71F23B-E61F-45C9-83BA-235D55F50CF9}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{1B71F23B-E61F-45C9-83BA-235D55F50CF9}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{049FED7E-C3EA-4B66-9D92-10E8085D60FB}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{049FED7E-C3EA-4B66-9D92-10E8085D60FB}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{2387C6BD-9A36-41A2-88ED-FF731E529384}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{2387C6BD-9A36-41A2-88ED-FF731E529384}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{EA23A664-A558-4548-A8FE-A6B94D37C3CF}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{EA23A664-A558-4548-A8FE-A6B94D37C3CF}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{2F12C599-7AA5-407A-B898-09E6E4ED2D1E}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{2F12C599-7AA5-407A-B898-09E6E4ED2D1E}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{2EB31403-EBE0-41EA-AE91-A1953104EA55}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{2EB31403-EBE0-41EA-AE91-A1953104EA55}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{AEEBAD4E-3E0A-415B-9B94-19C499CD7B6A}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{AEEBAD4E-3E0A-415B-9B94-19C499CD7B6A}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{fac14b75-7862-4ceb-be41-f53945a61c17}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{fac14b75-7862-4ceb-be41-f53945a61c17}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\TypeLib\{BAE13F6C-0E2A-4DEB-AA46-B8F55319347C}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{466F31F7-9892-477E-B189-FA5C59DE3603}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{466F31F7-9892-477E-B189-FA5C59DE3603}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{869BDA08-7ACF-42B8-91AE-4D8D597C0B33}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{869BDA08-7ACF-42B8-91AE-4D8D597C0B33}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{679EC955-75AA-4FB2-A7ED-8C0152ECF409}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{679EC955-75AA-4FB2-A7ED-8C0152ECF409}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{BBACC218-34EA-4666-9D7A-C78F2274A524}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{BBACC218-34EA-4666-9D7A-C78F2274A524}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{5AB7172C-9C11-405C-8DD5-AF20F3606282}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{5AB7172C-9C11-405C-8DD5-AF20F3606282}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{A78ED123-AB77-406B-9962-2A5D9D2F7F30}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{A78ED123-AB77-406B-9962-2A5D9D2F7F30}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{A0396A93-DC06-4AEF-BEE9-95FFCCAEF20E}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{A0396A93-DC06-4AEF-BEE9-95FFCCAEF20E}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{F241C880-6982-4CE5-8CF7-7085BA96DA5A}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{F241C880-6982-4CE5-8CF7-7085BA96DA5A}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{9AA2F32D-362A-42D9-9328-24A483E2CCC3}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{9AA2F32D-362A-42D9-9328-24A483E2CCC3}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{C5FF006E-2AE9-408C-B85B-2DFDD5449D9C}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{C5FF006E-2AE9-408C-B85B-2DFDD5449D9C}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{7AFDFDDB-F914-11E4-8377-6C3BE50D980C}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{7AFDFDDB-F914-11E4-8377-6C3BE50D980C}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{82CA8DE3-01AD-4CEA-9D75-BE4C51810A9E}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{82CA8DE3-01AD-4CEA-9D75-BE4C51810A9E}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{1BF42E4C-4AF4-4CFD-A1A0-CF2960B8F63E}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{1BF42E4C-4AF4-4CFD-A1A0-CF2960B8F63E}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{20894375-46AE-46E2-BAFD-CB38975CDCE6}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{20894375-46AE-46E2-BAFD-CB38975CDCE6}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{0827D883-485C-4D62-BA2C-A332DBF3D4B0}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{0827D883-485C-4D62-BA2C-A332DBF3D4B0}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{CB3D0F55-BC2C-4C1A-85ED-23ED75B5106B}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{CB3D0F55-BC2C-4C1A-85ED-23ED75B5106B}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\*\shellex\ContextMenuHandlers\ FileSyncEx'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Directory\Background\shellex\ContextMenuHandlers\ FileSyncEx'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Directory\shellex\ContextMenuHandlers\ FileSyncEx'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\IE.AssocFile.URL\shellex\ContextMenuHandlers\ FileSyncEx'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\lnkfile\shellex\ContextMenuHandlers\ FileSyncEx'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{021E4F06-9DCC-49AD-88CF-ECC2DA314C8A}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{021E4F06-9DCC-49AD-88CF-ECC2DA314C8A}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{31508CC7-9BC7-494B-9D0F-7B1C7F144182}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{31508CC7-9BC7-494B-9D0F-7B1C7F144182}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\TypeLib\{C9F3F6BB-3172-4CD8-9EB7-37C9BE601C87}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\SyncEngineFileInfoProvider.SyncEngineFileInfoProvider.1'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\SyncEngineFileInfoProvider.SyncEngineFileInfoProvider'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{71DCE5D6-4B57-496B-AC21-CD5B54EB93FD}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{71DCE5D6-4B57-496B-AC21-CD5B54EB93FD}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\OOBERequestHandler.OOBERequestHandler.1'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\OOBERequestHandler.OOBERequestHandler'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{94269C4E-071A-4116-90E6-52E557067E4E}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{94269C4E-071A-4116-90E6-52E557067E4E}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\TypeLib\{082D3FEC-D0D0-4DF6-A988-053FECE7B884}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{389510b7-9e58-40d7-98bf-60b911cb0ea9}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{389510b7-9e58-40d7-98bf-60b911cb0ea9}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{4410DC33-BC7C-496B-AA84-4AEA3EEE75F7}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{4410DC33-BC7C-496B-AA84-4AEA3EEE75F7}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{B05D37A9-03A2-45CF-8850-F660DF0CBF07}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{B05D37A9-03A2-45CF-8850-F660DF0CBF07}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{53de12aa-df96-413d-a25e-c75b6528abf2}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{53de12aa-df96-413d-a25e-c75b6528abf2}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{A926714B-7BFC-4D08-A035-80021395FFA8}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{A926714B-7BFC-4D08-A035-80021395FFA8}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{6A821279-AB49-48F8-9A27-F6C59B4FF024}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{6A821279-AB49-48F8-9A27-F6C59B4FF024}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{A91EFACB-8B83-4B84-B797-1C8CF3AB3DCB}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{A91EFACB-8B83-4B84-B797-1C8CF3AB3DCB}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\Interface\{C47B67D4-BA96-44BC-AB9E-1CAC8EEA9E93}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\Interface\{C47B67D4-BA96-44BC-AB9E-1CAC8EEA9E93}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{4410DC33-BC7C-496B-AA84-4AEA3EEE75F7}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{4410DC33-BC7C-496B-AA84-4AEA3EEE75F7}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{9489FEB2-1925-4D01-B788-6D912C70F7F2}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{9489FEB2-1925-4D01-B788-6D912C70F7F2}'} - - !registryValue: {path: 'HKCU\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_BROWSER_EMULATION', value: 'OneDrive.exe', operation: delete} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\odopen'} - - !registryKey: {path: 'HKCU\SOFTWARE\Microsoft\SkyDrive'} - - !registryKey: {path: 'HKCU\SOFTWARE\SyncEngines\Providers\OneDrive'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}'} - - !registryKey: {path: 'HKCU\SOFTWARE\Classes\WOW6432Node\CLSID\{018D5C66-4533-4307-9B53-224DE2ED1FE6}'} - - - !file: {path: 'C:\Windows\System32\OneDriveSetup.exe'} - - !file: {path: 'C:\Windows\SysWOW64\OneDriveSetup.exe'} - - !file: {path: 'C:\Windows\SysWOW64\OneDriveSettingSyncProvider.dll'} + - !cmd: {command: '%windir%\SysWOW64\OneDriveSetup.exe /uninstall'} - !file: {path: 'C:\OneDriveTemp'} - - !file: {path: 'C:\ProgramData\Microsoft OneDrive'} # ---------- Update Health Tools - !writeStatus: {status: 'Removing Update Health Tools'} - - !registryKey: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\UpdateHealthTools'} - - !registryKey: {path: 'HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\rempl'} - - !registryKey: {path: 'HKLM\SOFTWARE\Microsoft\CloudManagedUpdate'} - - - !run: {exeDir: true, exe: 'UPDHEALTH.cmd', weight: 20} - - - !file: {path: 'C:\Program Files\Microsoft Update Health Tools'} + - !powerShell: {command: 'Uninstall-MsiexecByName "Microsoft Update Health Tools"'} # ---------- PC Health Check - !writeStatus: {status: 'Removing PC Health Check'} - - !file: - path: 'C:\Program Files\PCHealthCheck' + - !powerShell: {command: 'Uninstall-MsiexecByName "Windows PC Health Check"'} # This could be done in config.yml, however on the off-chance that # the Playbook fails or the system shuts down, we want the users converted diff --git a/src/playbook/Configuration/atlas/start.yml b/src/playbook/Configuration/atlas/start.yml index f4c782e859..b95660b978 100644 --- a/src/playbook/Configuration/atlas/start.yml +++ b/src/playbook/Configuration/atlas/start.yml @@ -30,6 +30,10 @@ actions: - !cmd: exeDir: true command: 'setx path "%PATH%;C:\Windows\AtlasModules;C:\Windows\AtlasModules\Apps;C:\Windows\AtlasModules\Other;C:\Windows\AtlasModules\Tools;C:\Windows\AtlasModules\Scripts" -m' + # Set path for Atlas PowerShell modules + - !cmd: + exeDir: true + command: 'setx psmodulepath "%psmodulepath%;C:\Windows\AtlasModules\Scripts\Modules" -m' - !writeStatus: {status: 'Configuring Windows Update'} - !registryValue: {path: 'HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate', value: 'ExcludeWUDriversInQualityUpdate', data: '1', type: REG_DWORD} diff --git a/src/playbook/Executables/AtlasModules/Scripts/Modules/Uninstall-MsiexecByName/Uninstall-MsiexecByName.psm1 b/src/playbook/Executables/AtlasModules/Scripts/Modules/Uninstall-MsiexecByName/Uninstall-MsiexecByName.psm1 new file mode 100644 index 0000000000..21d2bf671e --- /dev/null +++ b/src/playbook/Executables/AtlasModules/Scripts/Modules/Uninstall-MsiexecByName/Uninstall-MsiexecByName.psm1 @@ -0,0 +1,50 @@ +<# + .Synopsis + Uninstalls MSIExec uninstaller applications by name. + + .Description + Uninstalls applications that use MSIExec uninstallers recursively based on a + wildcarded display name (DisplayName in Registry). + + .Parameter Name + The display name of the MSIExec uninstaller application(s) to wildcard + and uninstall. + + .Example + # Uninstalls any apps matching "Microsoft Update Health Tools" + Uninstall-MsiexecAppByName -Name "Microsoft Update Health Tools" +#> + +function Uninstall-MsiexecAppByName { + param( + [Parameter(Mandatory = $true)] + [ValidateNotNullOrEmpty()] + [string]$Name + ) + + if (-not ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltinRole]::Administrator)) { + throw "Uninstall-MsiexecAppByName: Not running as an administrator!" + } + + $uninstallKeyPath = "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" + $uninstallKeys = Get-ChildItem -Path $uninstallKeyPath -EA SilentlyContinue + + foreach ($key in $uninstallKeys.PSPath) { + $displayName = (Get-ItemProperty -Path "$key").DisplayName + if ($displayName -like "*$Name*") { + $uninstallString = (Get-ItemProperty -Path "$key").UninstallString + if ($uninstallString -like "*MsiExec.exe*") { + $foundKey = $key | Split-Path -Leaf + Write-Warning "Uninstalling $displayName..." + Start-Process -FilePath "msiexec.exe" -ArgumentList "/qn /X$foundKey REBOOT=ReallySuppress /norestart" + } + } + } + + if ($null -eq $foundKey) { + throw "Uninstall-MsiexecAppByName: No app found with an MSIExec uninstaller with the display name containing '$Name'." + } +} + +Export-ModuleMember -Function Uninstall-MsiexecAppByName +# Uninstall-MsiexecAppByName -Name "Microsoft Update Health Tools" \ No newline at end of file diff --git a/src/playbook/Executables/ONED.cmd b/src/playbook/Executables/ONED.cmd deleted file mode 100644 index 191956fe78..0000000000 --- a/src/playbook/Executables/ONED.cmd +++ /dev/null @@ -1,42 +0,0 @@ -@echo off -setlocal EnableDelayedExpansion - -for /f "usebackq tokens=2 delims=\" %%a in (`reg query "HKEY_USERS" ^| findstr /r /x /c:"HKEY_USERS\\S-.*" /c:"HKEY_USERS\\AME_UserHive_[^_]*"`) do ( - REM If the "Volatile Environment" key exists, that means it is a proper user. Built in accounts/SIDs do not have this key. - reg query "HKU\%%a" | findstr /c:"Volatile Environment" /c:"AME_UserHive_" - if not !errorlevel! == 1 ( - call :USERREG "%%a" - ) -) - -taskkill /f /im "OneDrive.exe" - -for /f "usebackq delims=" %%a in (`dir /b /a:d "!SystemDrive!\Users"`) do ( - rmdir /q /s "!SystemDrive!\Users\%%a\AppData\Local\Microsoft\OneDrive" - rmdir /q /s "!SystemDrive!\Users\%%a\OneDrive" - del /q /f "!SystemDrive!\Users\%%a\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\OneDrive.lnk" -) - -for /f "usebackq delims=" %%a in (`reg query "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\SyncRootManager" ^| findstr /i /c:"OneDrive"`) do reg delete "%%a" /f - -for /f "tokens=2 delims=\" %%a in ('schtasks /query /fo list /v ^| findstr /c:"\OneDrive Reporting Task" /c:"\OneDrive Standalone Update Task"') do ( - schtasks /delete /tn "%%a" /f -) - -exit /b - -:USERREG -for /f "usebackq delims=" %%a in (`reg query "HKU\%~1\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\BannerStore" ^| findstr /i /c:"OneDrive"`) do ( - reg delete "%%a" /f -) -for /f "usebackq delims=" %%a in (`reg query "HKU\%~1\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\Handlers" ^| findstr /i /c:"OneDrive"`) do ( - reg delete "%%a" /f -) -for /f "usebackq delims=" %%a in (`reg query "HKU\%~1\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths" ^| findstr /i /c:"OneDrive"`) do ( - reg delete "%%a" /f -) -for /f "usebackq delims=" %%a in (`reg query "HKU\%~1\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" ^| findstr /i /c:"OneDrive"`) do ( - reg delete "%%a" /f -) - -reg delete "HKU\%~1\Environment" /v "OneDrive" /f diff --git a/src/playbook/Executables/SettingsCache.txt b/src/playbook/Executables/SettingsCache.txt deleted file mode 100644 index d0ee88052a..0000000000 --- a/src/playbook/Executables/SettingsCache.txt +++ /dev/null @@ -1 +0,0 @@ -[{"System.ParsingName":{"Type":12,"Value":"Classic_{028DE9F5-65F3-4A06-A048-421056F3E421}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe %windir%\\system32\\speech\\speechux\\SpeechUX.dll,RunWizard Tutorial"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\Speech\\SpeechUX\\speechuxcpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{58E3C745-D971-4081-9034-86E34B30836A}"},"System.Setting.SettingID":{"Type":12,"Value":"{028DE9F5-65F3-4A06-A048-421056F3E421}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalEquals;0;Regkey;HKEY_CURRENT_USER\\Software\\Microsoft\\Speech\\Preferences;Regval;CompletedFTUE;RegvalExpected;1"},"System.Comment":{"Type":12,"Value":"Take speech tutorials"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{030C20F0-E20B-417A-B7AD-CEC6EE955CD3}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL %windir%\\system32\\cscui.dll"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\SyncCenter.dll,-1000"},"System.Setting.PageID":{"Type":12,"Value":"{9C73F5E5-7AE7-4E32-A8E8-8D23B85255BF}"},"System.Setting.SettingID":{"Type":12,"Value":"{030C20F0-E20B-417A-B7AD-CEC6EE955CD3}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsOfflineFilesEnabled;0"},"System.Comment":{"Type":12,"Value":"Manage offline files"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{06628900-13DD-4fc3-A18B-0E9CE7B663ED}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL ntvdmcpl.dll"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\system32\\imageres.dll,-87"},"System.Setting.PageID":{"Type":12,"Value":"{7B81BE6A-CE2B-4676-A29E-EB907A5126C5}"},"System.Setting.SettingID":{"Type":12,"Value":"{06628900-13DD-4fc3-A18B-0E9CE7B663ED}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalExists;0;Regkey;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\WOW;Regval;KnownDLLs"},"System.Comment":{"Type":12,"Value":"16-Bit Application Support"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{06D12455-F35D-44D6-8E00-3F6A360CC030}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL irprops.cpl"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\irprops.cpl,-129"},"System.Setting.PageID":{"Type":12,"Value":"{A0275511-0E86-4ECA-97C2-ECD8F1221D08}"},"System.Setting.SettingID":{"Type":12,"Value":"{06D12455-F35D-44D6-8E00-3F6A360CC030}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsIrDASupported;0"},"System.Comment":{"Type":12,"Value":"Send or receive a file"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{082594D9-8481-43F0-AE8F-62EA920A4220}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.CredentialManager\\?SelectedVault=CredmanVault"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\usercpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{60632754-C523-4B62-B45C-4172DA012619}"},"System.Setting.SettingID":{"Type":12,"Value":"{082594D9-8481-43F0-AE8F-62EA920A4220}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Manage network passwords"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{083D5202-600A-4f38-981B-2D138FBDC4D1}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe newdev.dll,DeviceInternetSettingUi 5"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%systemroot%\\system32\\DeviceCenter.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{A8A91A66-3A7D-4424-8D24-04E180695C7A}"},"System.Setting.SettingID":{"Type":12,"Value":"{083D5202-600A-4f38-981B-2D138FBDC4D1}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalEquals;1;Regkey;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Environment;Regval;PROCESSOR_ARCHITECTURE;RegvalExpected;ARM"},"System.Comment":{"Type":12,"Value":"Change device installation settings"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{08D48377-1C06-416D-B382-61E8D5F6CD18}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\perfmon.exe /report"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-114"},"System.Setting.PageID":{"Type":12,"Value":"{D20EA4E1-3957-11D2-A40B-0C5020524153}"},"System.Setting.SettingID":{"Type":12,"Value":"{08D48377-1C06-416D-B382-61E8D5F6CD18}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;0"},"System.Comment":{"Type":12,"Value":"Generate a system health report"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{0CDC534D-A9FF-450D-91D8-96C341ED44AA}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.Sound\\2"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\mmsys.cpl,-100"},"System.Setting.PageID":{"Type":12,"Value":"{F2DDFC82-8F12-4CDD-B7DC-D4FE1425AA4D}"},"System.Setting.SettingID":{"Type":12,"Value":"{0CDC534D-A9FF-450D-91D8-96C341ED44AA}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Change system sounds"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{0DF721FA-F921-4416-A491-1924F212C705}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.Mouse\\2"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\main.cpl,-100"},"System.Setting.PageID":{"Type":12,"Value":"{6C8EEC18-8D75-41B2-A177-8831D59D2D50}"},"System.Setting.SettingID":{"Type":12,"Value":"{0DF721FA-F921-4416-A491-1924F212C705}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Change how the mouse pointer looks when it's moving"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{0F1B68F6-B72D-4229-BC9C-A87F0B16B17B}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,5"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\inetcpl.cpl,-4487"},"System.Setting.PageID":{"Type":12,"Value":"{A3DD4F92-658A-410F-84FD-6FBBBEF2FFFE}"},"System.Setting.SettingID":{"Type":12,"Value":"{0F1B68F6-B72D-4229-BC9C-A87F0B16B17B}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Clients\\StartMenuInternet\\IEXPLORE.EXE\\InstallInfo;Regval;ShowIconsCommand"},"System.Comment":{"Type":12,"Value":"Manage browser add-ons"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{11135AE0-7372-4f85-8D1B-93D6EFBE5A99}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\psr.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\DiagCpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}"},"System.Setting.SettingID":{"Type":12,"Value":"{11135AE0-7372-4f85-8D1B-93D6EFBE5A99}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Record steps to reproduce a problem"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{1206f5f1-0569-412c-8fec-3204630dfb70}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.CredentialManager"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\system32\\Vault.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{1206F5F1-0569-412C-8FEC-3204630DFB70}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Credential Manager"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{12BBBD91-8E16-4C3F-9715-16E5C8299244}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.NetworkAndSharingCenter\\ShareMedia"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\netcenter.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{8E908FC9-BECC-40F6-915B-F4CA0E70D03D}"},"System.Setting.SettingID":{"Type":12,"Value":"{12BBBD91-8E16-4C3F-9715-16E5C8299244}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalEquals;0;Regkey;HKEY_LOCAL_MACHINE\\Software\\Microsoft\\Active Setup\\Installed Components\\{6BF52A52-394A-11d3-B153-00C04F79FAA6};Regval;IsInstalled;RegvalExpected;1"},"System.Comment":{"Type":12,"Value":"Media streaming options"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{1498BF43-8A3E-4B9C-917B-C419E4501A62}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id NetworkDiagnosticsInbound -ep CortanaSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\diagnostics\\system\\Networking\\DiagPackage.dll,-20004"},"System.Setting.PageID":{"Type":12,"Value":"{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}"},"System.Setting.SettingID":{"Type":12,"Value":"{1498BF43-8A3E-4B9C-917B-C419E4501A62}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":"Find and fix problems with Windows Firewall"},"System.HighKeywords":{"Type":12,"Value":"windows firewall troubleshooter;troubleshoot windows firewall;troubleshoot firewall;network troubleshooter;troubleshoot network;fix firewall;fix network;network issues;network problems;firewall issues;firewall problems;incoming connections;inbound connections;troubleshooters"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{1928DA28-C5A7-4F13-AF81-8238D57A793F}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.WindowsFirewall\\PageConfigureApps"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\FirewallControlPanel.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{4026492F-2F69-46B8-B9BF-5654FC07E423}"},"System.Setting.SettingID":{"Type":12,"Value":"{1928DA28-C5A7-4F13-AF81-8238D57A793F}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalEquals;1;Regkey;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Environment;Regval;PROCESSOR_ARCHITECTURE;RegvalExpected;ARM"},"System.Comment":{"Type":12,"Value":"Allow an app through Windows Firewall"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{1987F901-5DD6-4474-ACCD-59C0BF6E592F}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id AppsDiagnostic -ep CortanaSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\diagnostics\\system\\Apps\\DiagPackage.dll,-1001"},"System.Setting.PageID":{"Type":12,"Value":"{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}"},"System.Setting.SettingID":{"Type":12,"Value":"{1987F901-5DD6-4474-ACCD-59C0BF6E592F}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":"Find and fix problems with Windows Store Apps"},"System.HighKeywords":{"Type":12,"Value":"troubleshoot windows store;troubleshoot app store;fix windows store;fix store;fix app store;fix apps;fix microsoft store;fix universal windows apps;fix uwp apps;uwp issues;troubleshooters"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{1A5712E4-AAD7-4717-B22A-CF0B8438E2E6}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL intl.cpl"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\intl.cpl,-200"},"System.Setting.PageID":{"Type":12,"Value":"{62D8ED13-C9D0-4CE8-A914-47DD628FB1B0}"},"System.Setting.SettingID":{"Type":12,"Value":"{1A5712E4-AAD7-4717-B22A-CF0B8438E2E6}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Change the way measurements are displayed"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{1BDB99DF-3832-49D6-9AE0-52105DB568DA}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.CredentialManager"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\system32\\Vault.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{1206F5F1-0569-412C-8FEC-3204630DFB70}"},"System.Setting.SettingID":{"Type":12,"Value":"{1BDB99DF-3832-49D6-9AE0-52105DB568DA}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Manage Web Credentials"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{1a4635ec-181d-45ae-b691-bc75bec02756}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.ActionCenter"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\ActionCenterCPL.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}"},"System.Setting.SettingID":{"Type":12,"Value":"{1a4635ec-181d-45ae-b691-bc75bec02756}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Check security status"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{201CEF4B-7444-4B2F-B885-5E8F0AA1D614}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,2"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\inetcpl.cpl,-4487"},"System.Setting.PageID":{"Type":12,"Value":"{A3DD4F92-658A-410F-84FD-6FBBBEF2FFFE}"},"System.Setting.SettingID":{"Type":12,"Value":"{201CEF4B-7444-4B2F-B885-5E8F0AA1D614}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Clients\\StartMenuInternet\\IEXPLORE.EXE\\InstallInfo;Regval;ShowIconsCommand"},"System.Comment":{"Type":12,"Value":"Block or allow pop-ups"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{21A5437E-D266-4F56-A146-06744A8BC071}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\inetcpl.cpl,-4487"},"System.Setting.PageID":{"Type":12,"Value":"{A3DD4F92-658A-410F-84FD-6FBBBEF2FFFE}"},"System.Setting.SettingID":{"Type":12,"Value":"{21A5437E-D266-4F56-A146-06744A8BC071}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Clients\\StartMenuInternet\\IEXPLORE.EXE\\InstallInfo;Regval;ShowIconsCommand"},"System.Comment":{"Type":12,"Value":"Change how web pages are displayed in tabs"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{232A1851-808C-4B44-A92A-38E862989CE5}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.StorageSpaces"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\SpaceControl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{F942C606-0914-47AB-BE56-1321B8035096}"},"System.Setting.SettingID":{"Type":12,"Value":"{232A1851-808C-4B44-A92A-38E862989CE5}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegkeyExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\ControlPanel\\NameSpace\\{F942C606-0914-47AB-BE56-1321B8035096}"},"System.Comment":{"Type":12,"Value":"Manage Storage Spaces"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{29B87534-19A8-4A39-AA81-2148E7DE5894}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id PCWDiagnostic -ep ControlPanelSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\diagnostics\\system\\PCW\\DiagPackage.dll,-1001"},"System.Setting.PageID":{"Type":12,"Value":"{7B81BE6A-CE2B-4676-A29E-EB907A5126C5}"},"System.Setting.SettingID":{"Type":12,"Value":"{29B87534-19A8-4A39-AA81-2148E7DE5894}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalEquals;1;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\AppID\\{513D916F-2A8E-4F51-AEAB-0CBC76FB1AF8};Regval;BuildArch;RegvalExpected;ARM"},"System.Comment":{"Type":12,"Value":"Run programs made for previous versions of Windows"},"System.HighKeywords":{"Type":12,"Value":"program compatibility troubleshooter;compatibility;troubleshooters"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{2D06D17B-2A5F-4835-AF30-6D2D58A4A66C}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\inetcpl.cpl,-4487"},"System.Setting.PageID":{"Type":12,"Value":"{A3DD4F92-658A-410F-84FD-6FBBBEF2FFFE}"},"System.Setting.SettingID":{"Type":12,"Value":"{2D06D17B-2A5F-4835-AF30-6D2D58A4A66C}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Delete cookies or temporary files"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{33843DB0-24E7-4682-A019-5393D7F2BFFA}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.Keyboard"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\main.cpl,-200"},"System.Setting.PageID":{"Type":12,"Value":"{725BE8F7-668E-4C7B-8F90-46BDB0936430}"},"System.Setting.SettingID":{"Type":12,"Value":"{33843DB0-24E7-4682-A019-5393D7F2BFFA}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Change cursor blink rate"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{33F1F9B5-BD94-4D77-96AE-62F10E4A010A}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\SystemPropertiesRemote.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-149"},"System.Setting.PageID":{"Type":12,"Value":"{BB06C0E4-D293-4F75-8A90-CB05B6477EEE}"},"System.Setting.SettingID":{"Type":12,"Value":"{33F1F9B5-BD94-4D77-96AE-62F10E4A010A}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Allow Remote Assistance invitations to be sent from this computer"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{36fb1658-3a23-4d62-9bfd-37f4b18a85e9}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.ActionCenter"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\ActionCenterCPL.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}"},"System.Setting.SettingID":{"Type":12,"Value":"{36fb1658-3a23-4d62-9bfd-37f4b18a85e9}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Fix problems with your computer"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{37092408-D49C-451D-B56D-78B243DC475C}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe sysdm.cpl,EditEnvironmentVariables"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-149"},"System.Setting.PageID":{"Type":12,"Value":"{BB06C0E4-D293-4F75-8A90-CB05B6477EEE}"},"System.Setting.SettingID":{"Type":12,"Value":"{37092408-D49C-451D-B56D-78B243DC475C}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Edit environment variables for your account"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{3911D4F8-AD61-4911-A151-5682C26A7427}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id NetworkDiagnosticsWeb -ep ControlPanelSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\diagnostics\\system\\Networking\\DiagPackage.dll,-20001"},"System.Setting.PageID":{"Type":12,"Value":"{8E908FC9-BECC-40F6-915B-F4CA0E70D03D}"},"System.Setting.SettingID":{"Type":12,"Value":"{3911D4F8-AD61-4911-A151-5682C26A7427}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Find and fix network problems"},"System.HighKeywords":{"Type":12,"Value":"troubleshoot network;network troubleshooter;network issues;can't connect to internet;cant connect to internet;internet not working;internet connections;troubleshooters"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{3A100872-EC27-46A5-BBCC-92C90635AE3B}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.PhoneAndModemOptions"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\telephon.cpl,-100"},"System.Setting.PageID":{"Type":12,"Value":"{40419485-C444-4567-851A-2DD7BFA1684D}"},"System.Setting.SettingID":{"Type":12,"Value":"{3A100872-EC27-46A5-BBCC-92C90635AE3B}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Set up dialing rules"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{3D5B54D8-B530-4477-9D5F-2711D317C638}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id WindowsUpdateDiagnostic -ep CortanaSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\diagnostics\\system\\WindowsUpdate\\DiagPackage.dll,-1001"},"System.Setting.PageID":{"Type":12,"Value":"{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}"},"System.Setting.SettingID":{"Type":12,"Value":"{3D5B54D8-B530-4477-9D5F-2711D317C638}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":"Find and fix problems with Windows Update"},"System.HighKeywords":{"Type":12,"Value":"troubleshoot windows update;fix windows update;windows update problems;windows update issues;windows update broken;windows update not working;troubleshooters"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{3F0AD6DB-3246-48E4-ACD7-696FF62AE68D}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\cttune.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\Display.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{C555438B-3C23-4769-A71F-B6D3D9B6053A}"},"System.Setting.SettingID":{"Type":12,"Value":"{3F0AD6DB-3246-48E4-ACD7-696FF62AE68D}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Adjust ClearType text"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{4026492f-2f69-46b8-b9bf-5654fc07e423}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.WindowsFirewall"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\FirewallControlPanel.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{4026492F-2F69-46B8-B9BF-5654FC07E423}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalEquals;1;Regkey;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Environment;Regval;PROCESSOR_ARCHITECTURE;RegvalExpected;ARM"},"System.Comment":{"Type":12,"Value":"Windows Defender Firewall"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{40419485-c444-4567-851a-2dd7bfa1684d}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.PhoneAndModem"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\telephon.cpl,-100"},"System.Setting.PageID":{"Type":12,"Value":"{40419485-C444-4567-851A-2DD7BFA1684D}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Phone and Modem"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{4228F99D-227F-4058-9EA3-BB2B616D7444}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,1"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\inetcpl.cpl,-4487"},"System.Setting.PageID":{"Type":12,"Value":"{A3DD4F92-658A-410F-84FD-6FBBBEF2FFFE}"},"System.Setting.SettingID":{"Type":12,"Value":"{4228F99D-227F-4058-9EA3-BB2B616D7444}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Change security settings"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{475F619B-679D-440E-B320-0E24231D4352}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id PowerDiagnostic -ep CortanaSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\diagnostics\\system\\Power\\DiagPackage.dll,-1001"},"System.Setting.PageID":{"Type":12,"Value":"{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}"},"System.Setting.SettingID":{"Type":12,"Value":"{475F619B-679D-440E-B320-0E24231D4352}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":"Find and fix problems with your computer's power settings"},"System.HighKeywords":{"Type":12,"Value":"troubleshoot power plan;troubleshoot power settings;power issues;battery issues;battery problems;battery life low;battery dying;low battery;troubleshooters"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{5163E94E-4C07-420B-B173-320232B8AFB7}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\dccw.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\Display.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{C555438B-3C23-4769-A71F-B6D3D9B6053A}"},"System.Setting.SettingID":{"Type":12,"Value":"{5163E94E-4C07-420B-B173-320232B8AFB7}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\ICM\\Calibration;Regval;DisplayCalibrator"},"System.Comment":{"Type":12,"Value":"Calibrate display color"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{54692DB7-FC98-4D5E-AC15-CC5095FA5669}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.EaseOfAccessCenter\\pageEasierToSee"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\accessibilitycpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{D555645E-D4F8-4C29-A827-D93C859C4F2A}"},"System.Setting.SettingID":{"Type":12,"Value":"{54692DB7-FC98-4D5E-AC15-CC5095FA5669}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Optimize visual display"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{54D8069E-E75A-4437-B45B-8EB3B8C97434}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\colorcpl.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\colorcpl.exe,-5"},"System.Setting.PageID":{"Type":12,"Value":"{B2C761C6-29BC-4F19-9251-E6195265BAF1}"},"System.Setting.SettingID":{"Type":12,"Value":"{54D8069E-E75A-4437-B45B-8EB3B8C97434}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Change advanced color management settings for displays, scanners, and printers"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{5530E8CC-1B9E-4798-A880-BA719ADFBBBD}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.NetworkAndSharingCenter\\Advanced"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\netcenter.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{8E908FC9-BECC-40F6-915B-F4CA0E70D03D}"},"System.Setting.SettingID":{"Type":12,"Value":"{5530E8CC-1B9E-4798-A880-BA719ADFBBBD}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Manage advanced sharing settings"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{55E51B6E-7D17-4C80-859E-3007A1F2B6AA}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\wfs.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%systemroot%\\system32\\DeviceCenter.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{A8A91A66-3A7D-4424-8D24-04E180695C7A}"},"System.Setting.SettingID":{"Type":12,"Value":"{55E51B6E-7D17-4C80-859E-3007A1F2B6AA}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#SkuEquals;0;Sku;anyprofessional"},"System.Comment":{"Type":12,"Value":"Scan a document or picture"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{58e3c745-d971-4081-9034-86e34b30836a}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.SpeechRecognition"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\Speech\\SpeechUX\\speechuxcpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{58E3C745-D971-4081-9034-86E34B30836A}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegkeyExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\ControlPanel\\NameSpace\\{58E3C745-D971-4081-9034-86E34B30836A}"},"System.Comment":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Classic_{5A2C0E5E-5974-4E44-B4C6-AD4C2B6BAF53}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL TabletPC.cpl @1,buttons"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\tabletpc.cpl,-10200"},"System.Setting.PageID":{"Type":12,"Value":"{80F3F1D5-FECA-45F3-BC32-752C152E456E}"},"System.Setting.SettingID":{"Type":12,"Value":"{5A2C0E5E-5974-4E44-B4C6-AD4C2B6BAF53}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsTabletPC;0"},"System.Comment":{"Type":12,"Value":"Set tablet buttons to perform certain tasks"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{5BB16858-F647-465E-BCFD-010EE9DD41B7}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Options_RunDLL 2"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\system32\\imageres.dll,-166"},"System.Setting.PageID":{"Type":12,"Value":"{6DFD7C5C-2451-11D3-A299-00C04F8EF6AF}"},"System.Setting.SettingID":{"Type":12,"Value":"{5BB16858-F647-465E-BCFD-010EE9DD41B7}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Change search options for files and folders"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{5D461B44-2753-4DD7-B2C0-BAB71B1F4C1A}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.CredentialManager\\?SelectedVault=CredmanVault"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\system32\\Vault.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{1206F5F1-0569-412C-8FEC-3204630DFB70}"},"System.Setting.SettingID":{"Type":12,"Value":"{5D461B44-2753-4DD7-B2C0-BAB71B1F4C1A}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Manage Windows Credentials"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{5ea4f148-308c-46d7-98a9-49041b1dd468}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.MobilityCenter"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\system32\\mblctr.exe,0"},"System.Setting.PageID":{"Type":12,"Value":"{5EA4F148-308C-46D7-98A9-49041B1DD468}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsMobilityCenterEnabled;0"},"System.Comment":{"Type":12,"Value":"Windows Mobility Center"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{638f8e21-e157-40d7-97e0-a0c8e4c4e2b5}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\UserAccountControlSettings.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\ActionCenterCPL.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}"},"System.Setting.SettingID":{"Type":12,"Value":"{638f8e21-e157-40d7-97e0-a0c8e4c4e2b5}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Change User Account Control settings"},"System.HighKeywords":{"Type":12,"Value":"credentials;elevations;LUA;prompts;prompting;security;warnings;UAC;administrator;rights;privileges;permissions;users;accounts;controls;administrater;dialogs;popups"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{641102EF-6463-46E9-842D-176013D7ACC8}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL TabletPC.cpl @0,flicks"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\tabletpc.cpl,-10201"},"System.Setting.PageID":{"Type":12,"Value":"{F82DF8F7-8B9F-442E-A48C-818EA735FF9B}"},"System.Setting.SettingID":{"Type":12,"Value":"{641102EF-6463-46E9-842D-176013D7ACC8}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsPenAvailable;0"},"System.Comment":{"Type":12,"Value":"Turn flicks on and off"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{693E4EF4-9060-469B-AB2E-948B6B68A883}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\mmc.exe %windir%\\system32\\certmgr.msc"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\usercpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{60632754-C523-4B62-B45C-4172DA012619}"},"System.Setting.SettingID":{"Type":12,"Value":"{693E4EF4-9060-469B-AB2E-948B6B68A883}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Manage user certificates"},"System.HighKeywords":{"Type":12,"Value":"certificate;key"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{693E4EF5-9060-469B-AB2E-948B6B68A883}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\mmc.exe %windir%\\system32\\certlm.msc"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-114"},"System.Setting.PageID":{"Type":12,"Value":"{D20EA4E1-3957-11D2-A40B-0C5020524153}"},"System.Setting.SettingID":{"Type":12,"Value":"{693E4EF5-9060-469B-AB2E-948B6B68A883}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Manage computer certificates"},"System.HighKeywords":{"Type":12,"Value":"certificate;key"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{6A10BC7B-2586-4B57-A5AA-C14BDE743DC4}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\SystemPropertiesPerformance.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-149"},"System.Setting.PageID":{"Type":12,"Value":"{BB06C0E4-D293-4F75-8A90-CB05B6477EEE}"},"System.Setting.SettingID":{"Type":12,"Value":"{6A10BC7B-2586-4B57-A5AA-C14BDE743DC4}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Adjust the appearance and performance of Windows"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{6AE88B06-50B2-46B0-93EA-4B5C73D3A0B5}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.Mouse\\2"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\main.cpl,-100"},"System.Setting.PageID":{"Type":12,"Value":"{6C8EEC18-8D75-41B2-A177-8831D59D2D50}"},"System.Setting.SettingID":{"Type":12,"Value":"{6AE88B06-50B2-46B0-93EA-4B5C73D3A0B5}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Change the mouse pointer display or speed"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{6CBA2898-2EFE-4604-9933-F1F64DAE2A32}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\inetcpl.cpl,-4487"},"System.Setting.PageID":{"Type":12,"Value":"{A3DD4F92-658A-410F-84FD-6FBBBEF2FFFE}"},"System.Setting.SettingID":{"Type":12,"Value":"{6CBA2898-2EFE-4604-9933-F1F64DAE2A32}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Clients\\StartMenuInternet\\IEXPLORE.EXE\\InstallInfo;Regval;ShowIconsCommand"},"System.Comment":{"Type":12,"Value":"Delete browsing history"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{6DB095A8-B3C0-4581-A301-095FA36AE2E6}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id BluetoothDiagnostic -ep CortanaSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\system32\\bthprops.cpl,-151"},"System.Setting.PageID":{"Type":12,"Value":"{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}"},"System.Setting.SettingID":{"Type":12,"Value":"{6DB095A8-B3C0-4581-A301-095FA36AE2E6}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":"Find and fix problems with Bluetooth devices"},"System.HighKeywords":{"Type":12,"Value":"troubleshoot Bluetooth;Bluetooth troubleshooter;fix Bluetooth;Bluetooth not working;Bluetooth problems;Bluetooth issues;Bluetooth won’t connect;Bluetooth won’t pair;Bluetooth can’t connect;can’t connect to Bluetooth;can’t turn on Bluetooth;can’t find Bluetooth;troubleshooters"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{6dfd7c5c-2451-11d3-a299-00c04f8ef6af}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.FolderOptions"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\system32\\imageres.dll,-166"},"System.Setting.PageID":{"Type":12,"Value":"{6DFD7C5C-2451-11D3-A299-00C04F8EF6AF}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"File Explorer Options"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{71D0780F-10D2-459C-983B-94A642161220}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL intl.cpl"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\intl.cpl,-200"},"System.Setting.PageID":{"Type":12,"Value":"{62D8ED13-C9D0-4CE8-A914-47DD628FB1B0}"},"System.Setting.SettingID":{"Type":12,"Value":"{71D0780F-10D2-459C-983B-94A642161220}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Change the way currency is displayed"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{725be8f7-668e-4c7b-8f90-46bdb0936430}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.Keyboard"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\main.cpl,-200"},"System.Setting.PageID":{"Type":12,"Value":"{725BE8F7-668E-4C7B-8F90-46BDB0936430}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Keyboard"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{73D949E7-F046-4B70-BF9D-294634C7DA2B}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id VideoPlaybackDiagnostic -ep CortanaSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\diagnostics\\system\\Video\\DiagPackage.dll,-1001"},"System.Setting.PageID":{"Type":12,"Value":"{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}"},"System.Setting.SettingID":{"Type":12,"Value":"{73D949E7-F046-4B70-BF9D-294634C7DA2B}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":"Find and fix problems with playing movies, TV shows, or videos"},"System.HighKeywords":{"Type":12,"Value":"troubleshoot video;video troubleshooter;fix video playback;video problems;video playback problems;video issues;video playback issues;video not working;troubleshooters"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{74442825-D5A6-4C94-A991-DA8A5269C9A2}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id NetworkDiagnosticsDA -ep CortanaSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\diagnostics\\system\\Networking\\DiagPackage.dll,-20005"},"System.Setting.PageID":{"Type":12,"Value":"{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}"},"System.Setting.SettingID":{"Type":12,"Value":"{74442825-D5A6-4C94-A991-DA8A5269C9A2}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":"Find and fix problems with DirectAccess"},"System.HighKeywords":{"Type":12,"Value":"troubleshoot DirectAccess;troubleshoot direct access;fix DirectAccess;fix direct access;connect to workplace;connect to corporate;work network;workplace network;corporate network;troubleshooters"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{75AC9145-7EC9-4883-82A7-AD3429020AA0}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.PowerOptions\\pageGlobalSettings"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\powercpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{025A5937-A6BE-4686-A844-36FE4BEC8B6D}"},"System.Setting.SettingID":{"Type":12,"Value":"{75AC9145-7EC9-4883-82A7-AD3429020AA0}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsMobilePC;0"},"System.Comment":{"Type":12,"Value":"Change what closing the lid does"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{76F31A78-3FDA-4F80-B015-95CFD81463AD}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\FileHistory.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\FileHistory.exe"},"System.Setting.PageID":{"Type":12,"Value":"{F6B6E965-E9B2-444B-9286-10C9152EDBC5}"},"System.Setting.SettingID":{"Type":12,"Value":"{76F31A78-3FDA-4F80-B015-95CFD81463AD}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegkeyExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\ControlPanel\\NameSpace\\{F6B6E965-E9B2-444B-9286-10C9152EDBC5}"},"System.Comment":{"Type":12,"Value":"Restore your files with File History"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{7D13A5DB-6081-48BD-8EA3-A9D7FE67A335}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\dfrgui.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-114"},"System.Setting.PageID":{"Type":12,"Value":"{D20EA4E1-3957-11D2-A40B-0C5020524153}"},"System.Setting.SettingID":{"Type":12,"Value":"{7D13A5DB-6081-48BD-8EA3-A9D7FE67A335}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Defragment and optimize your drives"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{7DE6CF7C-B699-421B-A808-139E798E6C64}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL TabletPC.cpl @1,general"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\tabletpc.cpl,-10200"},"System.Setting.PageID":{"Type":12,"Value":"{80F3F1D5-FECA-45F3-BC32-752C152E456E}"},"System.Setting.SettingID":{"Type":12,"Value":"{7DE6CF7C-B699-421B-A808-139E798E6C64}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsTabletPC;0"},"System.Comment":{"Type":12,"Value":"Calibrate the screen for pen or touch input"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{7E5BC096-F558-419A-9326-BC6414D592C3}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rekeywiz.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\usercpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{60632754-C523-4B62-B45C-4172DA012619}"},"System.Setting.SettingID":{"Type":12,"Value":"{7E5BC096-F558-419A-9326-BC6414D592C3}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#SkuEquals;1;Sku;anyhome"},"System.Comment":{"Type":12,"Value":"Manage file encryption certificates"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{7F8B6C83-2A89-47A0-B334-AA58D042CDEC}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\ServerManager.exe -arw"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\system32\\imageres.dll,-87"},"System.Setting.PageID":{"Type":12,"Value":"{7B81BE6A-CE2B-4676-A29E-EB907A5126C5}"},"System.Setting.SettingID":{"Type":12,"Value":"{7F8B6C83-2A89-47A0-B334-AA58D042CDEC}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;0"},"System.Comment":{"Type":12,"Value":"Turn Windows features on or off"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{8050502B-9B94-408C-BF49-D2D8887C1BCF}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,2"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\inetcpl.cpl,-4487"},"System.Setting.PageID":{"Type":12,"Value":"{A3DD4F92-658A-410F-84FD-6FBBBEF2FFFE}"},"System.Setting.SettingID":{"Type":12,"Value":"{8050502B-9B94-408C-BF49-D2D8887C1BCF}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Enable or disable session cookies"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{84C9670E-825D-4128-B173-2963886C5A3E}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\inetcpl.cpl,-4487"},"System.Setting.PageID":{"Type":12,"Value":"{A3DD4F92-658A-410F-84FD-6FBBBEF2FFFE}"},"System.Setting.SettingID":{"Type":12,"Value":"{84C9670E-825D-4128-B173-2963886C5A3E}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Change temporary Internet file settings"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{875FE7D6-5BDF-496F-B349-91E5E3625B86}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL %windir%\\system32\\cscui.dll ,2"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\SyncCenter.dll,-1000"},"System.Setting.PageID":{"Type":12,"Value":"{9C73F5E5-7AE7-4E32-A8E8-8D23B85255BF}"},"System.Setting.SettingID":{"Type":12,"Value":"{875FE7D6-5BDF-496F-B349-91E5E3625B86}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsOfflineFilesEnabled;0"},"System.Comment":{"Type":12,"Value":"Encrypt your offline files"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{87d66a43-7b11-4a28-9811-c86ee395acf7}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.IndexingOptions"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\srchadmin.dll,-201"},"System.Setting.PageID":{"Type":12,"Value":"{87D66A43-7B11-4A28-9811-C86EE395ACF7}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegkeyExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\ControlPanel\\NameSpace\\{87D66A43-7B11-4A28-9811-C86EE395ACF7}"},"System.Comment":{"Type":12,"Value":"Indexing Options"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{886EDAFC-1051-483F-8AE2-904087A7E580}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.BitLockerDriveEncryption"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\fvecpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{D9EF8727-CAC2-4E60-809E-86F80A666C91}"},"System.Setting.SettingID":{"Type":12,"Value":"{886EDAFC-1051-483F-8AE2-904087A7E580}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#COMCondition;0;CLSID;{8d29c9d4-762d-4ac3-8e77-395aad7790ca}"},"System.Comment":{"Type":12,"Value":"Manage BitLocker"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{88C9D04D-39DD-41EE-A63B-23218D69717F}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"shell:::{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\netcenter.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{8E908FC9-BECC-40F6-915B-F4CA0E70D03D}"},"System.Setting.SettingID":{"Type":12,"Value":"{88C9D04D-39DD-41EE-A63B-23218D69717F}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"View network computers and devices"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{8902C92D-5AB7-433B-9065-3F55F8334E29}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%%windir%\\system32\\rundll32.exe %windir%\\system32\\speech\\speechux\\SpeechUX.dll,RunWizard UserTraining"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\Speech\\SpeechUX\\speechuxcpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{58E3C745-D971-4081-9034-86E34B30836A}"},"System.Setting.SettingID":{"Type":12,"Value":"{8902C92D-5AB7-433B-9065-3F55F8334E29}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalEquals;0;Regkey;HKEY_CURRENT_USER\\Software\\Microsoft\\Speech\\Preferences;Regval;CompletedFTUE;RegvalExpected;1"},"System.Comment":{"Type":12,"Value":"Train the computer to recognize your voice"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{895607E0-D0F9-48bd-B19E-96FBE9BBDCF9}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id MaintenanceDiagnostic -ep ControlPanelSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\diagnostics\\scheduled\\Maintenance\\DiagPackage.dll,-2000"},"System.Setting.PageID":{"Type":12,"Value":"{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}"},"System.Setting.SettingID":{"Type":12,"Value":"{895607E0-D0F9-48bd-B19E-96FBE9BBDCF9}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":"Perform recommended maintenance tasks automatically"},"System.HighKeywords":{"Type":12,"Value":"system maintenance;cleanup;scheduled;troubleshooters"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{8bb27ec5-5cb3-4781-baee-3439df4806e4}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.PowerOptions"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\powercpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{025A5937-A6BE-4686-A844-36FE4BEC8B6D}"},"System.Setting.SettingID":{"Type":12,"Value":"{8bb27ec5-5cb3-4781-baee-3439df4806e4}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Choose a power plan"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{906435EC-336D-4B77-BCD6-397DE8318852}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe keymgr.dll,PRShowSaveWizardExW"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\usercpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{60632754-C523-4B62-B45C-4172DA012619}"},"System.Setting.SettingID":{"Type":12,"Value":"{906435EC-336D-4B77-BCD6-397DE8318852}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsMachineOnDomain;1"},"System.Comment":{"Type":12,"Value":"Create a password reset disk"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{907F262A-012A-4F6A-94C9-F479F3E6EE16}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,3"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\inetcpl.cpl,-4487"},"System.Setting.PageID":{"Type":12,"Value":"{A3DD4F92-658A-410F-84FD-6FBBBEF2FFFE}"},"System.Setting.SettingID":{"Type":12,"Value":"{907F262A-012A-4F6A-94C9-F479F3E6EE16}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Clients\\StartMenuInternet\\IEXPLORE.EXE\\InstallInfo;Regval;ShowIconsCommand"},"System.Comment":{"Type":12,"Value":"Tell if an RSS feed is available on a website"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{90ab71ce-bab6-4ca2-84fe-629338405756}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.ActionCenter\\pageReliabilityView"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\ActionCenterCPL.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}"},"System.Setting.SettingID":{"Type":12,"Value":"{90ab71ce-bab6-4ca2-84fe-629338405756}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"View reliability history"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{91BA8E01-F854-4418-A108-E63323DDAE60}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\OptionalFeatures.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\system32\\imageres.dll,-87"},"System.Setting.PageID":{"Type":12,"Value":"{7B81BE6A-CE2B-4676-A29E-EB907A5126C5}"},"System.Setting.SettingID":{"Type":12,"Value":"{91BA8E01-F854-4418-A108-E63323DDAE60}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":"Turn Windows features on or off"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{9389633E-8BCB-4448-93CD-EBFFA0759257}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,3"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\inetcpl.cpl,-4487"},"System.Setting.PageID":{"Type":12,"Value":"{A3DD4F92-658A-410F-84FD-6FBBBEF2FFFE}"},"System.Setting.SettingID":{"Type":12,"Value":"{9389633E-8BCB-4448-93CD-EBFFA0759257}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Clients\\StartMenuInternet\\IEXPLORE.EXE\\InstallInfo;Regval;ShowIconsCommand"},"System.Comment":{"Type":12,"Value":"Turn autocomplete in Internet Explorer on or off"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{9430DB91-B966-4971-A955-E3DBA1F889E7}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\mdsched.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-114"},"System.Setting.PageID":{"Type":12,"Value":"{D20EA4E1-3957-11D2-A40B-0C5020524153}"},"System.Setting.SettingID":{"Type":12,"Value":"{9430DB91-B966-4971-A955-E3DBA1F889E7}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegkeyExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Reliability\\MemoryDiagnostic"},"System.Comment":{"Type":12,"Value":"Diagnose your computer's memory problems"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{950fd00b-c4a9-4465-852a-b1eb51e2e7f6}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.ActionCenter"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\ActionCenterCPL.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}"},"System.Setting.SettingID":{"Type":12,"Value":"{950fd00b-c4a9-4465-852a-b1eb51e2e7f6}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"View recent messages about your computer"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{99D84828-EAC0-49B1-978A-C5B829502BF3}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id BITSDiagnostic -ep CortanaSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\diagnostics\\system\\BITS\\DiagPackage.dll,-1001"},"System.Setting.PageID":{"Type":12,"Value":"{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}"},"System.Setting.SettingID":{"Type":12,"Value":"{99D84828-EAC0-49B1-978A-C5B829502BF3}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":"Find and fix problems with background downloads"},"System.HighKeywords":{"Type":12,"Value":"windows update problems;windows update issues;troubleshoot BITS;reset BITS;fix BITS;BITS;Background Intelligent Transfer Service;troubleshooters"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{9B802EF5-59B7-4974-9022-06DC2A9B1677}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\xwizard.exe RunWizard {C03E8585-781E-49a1-8190-CE902D0B2CE7}"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\netcenter.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{8E908FC9-BECC-40F6-915B-F4CA0E70D03D}"},"System.Setting.SettingID":{"Type":12,"Value":"{9B802EF5-59B7-4974-9022-06DC2A9B1677}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Set up a broadband connection"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{9BA8A9A5-F1C1-4F09-AE9A-EFEAA5961BE3}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,2"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\inetcpl.cpl,-4487"},"System.Setting.PageID":{"Type":12,"Value":"{A3DD4F92-658A-410F-84FD-6FBBBEF2FFFE}"},"System.Setting.SettingID":{"Type":12,"Value":"{9BA8A9A5-F1C1-4F09-AE9A-EFEAA5961BE3}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Block or allow third-party cookies"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{9EF86966-2F35-49BE-A9F6-398E0B844411}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"shell:::{26EE0668-A00A-44D7-9371-BEB064C98683}\\3\\::{7007ACC7-3202-11D1-AAD2-00805FC1270E}"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\netcenter.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{8E908FC9-BECC-40F6-915B-F4CA0E70D03D}"},"System.Setting.SettingID":{"Type":12,"Value":"{9EF86966-2F35-49BE-A9F6-398E0B844411}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"View network connections"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{9c73f5e5-7ae7-4e32-a8e8-8d23b85255bf}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.SyncCenter"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\SyncCenter.dll,-1000"},"System.Setting.PageID":{"Type":12,"Value":"{9C73F5E5-7AE7-4E32-A8E8-8D23B85255BF}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsOfflineFilesEnabled;0"},"System.Comment":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Classic_{A73DCDB5-E233-4FC2-8083-6E431939002A}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\inetcpl.cpl,-4487"},"System.Setting.PageID":{"Type":12,"Value":"{A3DD4F92-658A-410F-84FD-6FBBBEF2FFFE}"},"System.Setting.SettingID":{"Type":12,"Value":"{A73DCDB5-E233-4FC2-8083-6E431939002A}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Clients\\StartMenuInternet\\IEXPLORE.EXE\\InstallInfo;Regval;ShowIconsCommand"},"System.Comment":{"Type":12,"Value":"Change the search provider in Internet Explorer"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{AAF384A9-978C-41B6-B394-0C40C2EAAA4B}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.AutoPlay"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%systemroot%\\system32\\DeviceCenter.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{A8A91A66-3A7D-4424-8D24-04E180695C7A}"},"System.Setting.SettingID":{"Type":12,"Value":"{AAF384A9-978C-41B6-B394-0C40C2EAAA4B}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsProximityProviderAvailable;0"},"System.Comment":{"Type":12,"Value":"Change settings for content received using Tap and send"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{B1207959-FFBF-4417-A6B1-4BF0EDA51F5A}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.FolderOptions"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\system32\\imageres.dll,-166"},"System.Setting.PageID":{"Type":12,"Value":"{6DFD7C5C-2451-11D3-A299-00C04F8EF6AF}"},"System.Setting.SettingID":{"Type":12,"Value":"{B1207959-FFBF-4417-A6B1-4BF0EDA51F5A}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Specify single- or double-click to open"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{B123B0AB-2E4E-4325-804A-32F99784DA0B}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id AudioRecordingDiagnostic -ep ControlPanelSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\diagnostics\\system\\Audio\\DiagPackage.dll,-1003"},"System.Setting.PageID":{"Type":12,"Value":"{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}"},"System.Setting.SettingID":{"Type":12,"Value":"{B123B0AB-2E4E-4325-804A-32F99784DA0B}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":"Find and fix problems with recording sound"},"System.HighKeywords":{"Type":12,"Value":"troubleshoot audio;troubleshoot microphone;troubleshoot mic;fix audio;fix microphone;fix mic;audio issues;audio problems;audio not working;microphone not working;mic not working;recording audio;troubleshooters"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{B1FE5142-DEDD-409B-BCC8-547EC08DE84E}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\SystemPropertiesAdvanced.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-149"},"System.Setting.PageID":{"Type":12,"Value":"{BB06C0E4-D293-4F75-8A90-CB05B6477EEE}"},"System.Setting.SettingID":{"Type":12,"Value":"{B1FE5142-DEDD-409B-BCC8-547EC08DE84E}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"View advanced system settings"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{B3FE79D9-2B3C-46AB-9651-0FD22EC5A054}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id BlueScreenDiagnostic -ep CortanaBluescreenSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\DiagCpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}"},"System.Setting.SettingID":{"Type":12,"Value":"{B3FE79D9-2B3C-46AB-9651-0FD22EC5A054}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":"Find and fix bluescreen problems"},"System.HighKeywords":{"Type":12,"Value":"blueScreen;bluescreen issues;bluescreen;bad driver;drivers;blue screen;bug check"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{B6B2793F-F4B9-49FD-B578-212C3C020892}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL TabletPC.cpl @0,flicks"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\tabletpc.cpl,-10201"},"System.Setting.PageID":{"Type":12,"Value":"{F82DF8F7-8B9F-442E-A48C-818EA735FF9B}"},"System.Setting.SettingID":{"Type":12,"Value":"{B6B2793F-F4B9-49FD-B578-212C3C020892}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsPenAvailable;0"},"System.Comment":{"Type":12,"Value":"Set flicks to perform certain tasks"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{B896819B-CF73-4da0-8F59-6E744A6BCD5F}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id AudioPlaybackDiagnostic -ep ControlPanelSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\diagnostics\\system\\Audio\\DiagPackage.dll,-1001"},"System.Setting.PageID":{"Type":12,"Value":"{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}"},"System.Setting.SettingID":{"Type":12,"Value":"{B896819B-CF73-4da0-8F59-6E744A6BCD5F}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":"Find and fix problems with playing sound"},"System.HighKeywords":{"Type":12,"Value":"troubleshoot audio;fix audio;fix sound;audio issues;sound issues;audio problems;sound problems;audio not working;sound not working;playing audio;audio playback problems;troubleshooters"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{B935C3B6-969C-4FC2-B96C-7F06794471AF}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\SystemPropertiesComputerName.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-149"},"System.Setting.PageID":{"Type":12,"Value":"{BB06C0E4-D293-4F75-8A90-CB05B6477EEE}"},"System.Setting.SettingID":{"Type":12,"Value":"{B935C3B6-969C-4FC2-B96C-7F06794471AF}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsMachineOnDomain;1"},"System.Comment":{"Type":12,"Value":"Change workgroup name"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{BABB24A6-0242-4AE5-BD83-C5816526F63D}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,0"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\inetcpl.cpl,-4487"},"System.Setting.PageID":{"Type":12,"Value":"{A3DD4F92-658A-410F-84FD-6FBBBEF2FFFE}"},"System.Setting.SettingID":{"Type":12,"Value":"{BABB24A6-0242-4AE5-BD83-C5816526F63D}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Clients\\StartMenuInternet\\IEXPLORE.EXE\\InstallInfo;Regval;ShowIconsCommand"},"System.Comment":{"Type":12,"Value":"Change your homepage"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{BD256B65-94BE-4194-84BF-41D50D0EF26E}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.NetworkAndSharingCenter"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\netcenter.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{8E908FC9-BECC-40F6-915B-F4CA0E70D03D}"},"System.Setting.SettingID":{"Type":12,"Value":"{BD256B65-94BE-4194-84BF-41D50D0EF26E}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"View network status and tasks"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{BEC9E135-14C1-4e00-B5C8-899F26833A5A}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id SearchDiagnostic -ep ControlPanelSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\diagnostics\\system\\Search\\DiagPackage.dll,-1001"},"System.Setting.PageID":{"Type":12,"Value":"{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}"},"System.Setting.SettingID":{"Type":12,"Value":"{BEC9E135-14C1-4e00-B5C8-899F26833A5A}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Find and fix problems with Windows Search"},"System.HighKeywords":{"Type":12,"Value":"troubleshoot search;troubleshoot windows search;fix search;fix windows search;reindex;re-index;fix search index;search problems;search issues;search not working;troubleshooters"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{C5361E07-6AA3-4453-81BC-93E8F85EABED}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.DeviceManager"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%systemroot%\\system32\\DeviceCenter.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{A8A91A66-3A7D-4424-8D24-04E180695C7A}"},"System.Setting.SettingID":{"Type":12,"Value":"{C5361E07-6AA3-4453-81BC-93E8F85EABED}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Device Manager"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{C5AE651D-D027-4D11-8125-595B9933C78B}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\mmc.exe %windir%\\system32\\gpedit.msc"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-114"},"System.Setting.PageID":{"Type":12,"Value":"{D20EA4E1-3957-11D2-A40B-0C5020524153}"},"System.Setting.SettingID":{"Type":12,"Value":"{C5AE651D-D027-4D11-8125-595B9933C78B}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#SkuEquals;1;Sku;anyhome"},"System.Comment":{"Type":12,"Value":"Edit group policy"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{C7C81DAD-835C-45B0-9632-60F3EB5D55AC}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.System"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-149"},"System.Setting.PageID":{"Type":12,"Value":"{BB06C0E4-D293-4F75-8A90-CB05B6477EEE}"},"System.Setting.SettingID":{"Type":12,"Value":"{C7C81DAD-835C-45B0-9632-60F3EB5D55AC}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsMachineOnDomain;0"},"System.Comment":{"Type":12,"Value":"Show which domain your computer is on"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{C86B1923-8E1F-414B-83DB-94B09BA73E15}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\RecoveryDrive.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-149"},"System.Setting.PageID":{"Type":12,"Value":"{BB06C0E4-D293-4F75-8A90-CB05B6477EEE}"},"System.Setting.SettingID":{"Type":12,"Value":"{C86B1923-8E1F-414B-83DB-94B09BA73E15}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":"Create a recovery drive"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{CD2A5953-36A2-427D-B762-3610F37A5D89}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL %windir%\\system32\\joy.cpl"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%systemroot%\\system32\\DeviceCenter.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{A8A91A66-3A7D-4424-8D24-04E180695C7A}"},"System.Setting.SettingID":{"Type":12,"Value":"{CD2A5953-36A2-427D-B762-3610F37A5D89}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Set up USB game controllers"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{CD95D0E3-6B3A-495B-9FDA-57FAD586304D}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\taskmgr.exe /6"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-149"},"System.Setting.PageID":{"Type":12,"Value":"{BB06C0E4-D293-4F75-8A90-CB05B6477EEE}"},"System.Setting.SettingID":{"Type":12,"Value":"{CD95D0E3-6B3A-495B-9FDA-57FAD586304D}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"View system resource usage in Task Manager"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{CE4F7091-EEC0-400E-A019-38503D525293}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.EaseOfAccessCenter\\pageEasierToClick"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\accessibilitycpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{D555645E-D4F8-4C29-A827-D93C859C4F2A}"},"System.Setting.SettingID":{"Type":12,"Value":"{CE4F7091-EEC0-400E-A019-38503D525293}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Turn off automatic window arrangement"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{D4690CFE-6A59-4BAB-BFF7-9ED0D083E798}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.IndexingOptions\\2"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\srchadmin.dll,-201"},"System.Setting.PageID":{"Type":12,"Value":"{87D66A43-7B11-4A28-9811-C86EE395ACF7}"},"System.Setting.SettingID":{"Type":12,"Value":"{D4690CFE-6A59-4BAB-BFF7-9ED0D083E798}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegkeyExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\ControlPanel\\NameSpace\\{87D66A43-7B11-4A28-9811-C86EE395ACF7}"},"System.Comment":{"Type":12,"Value":"Change how Windows searches"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{D5D5B38A-0FD8-43B6-8C7D-372D84BD357D}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL inetcpl.cpl,,5"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\inetcpl.cpl,-4487"},"System.Setting.PageID":{"Type":12,"Value":"{A3DD4F92-658A-410F-84FD-6FBBBEF2FFFE}"},"System.Setting.SettingID":{"Type":12,"Value":"{D5D5B38A-0FD8-43B6-8C7D-372D84BD357D}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Clients\\StartMenuInternet\\IEXPLORE.EXE\\InstallInfo;Regval;ShowIconsCommand"},"System.Comment":{"Type":12,"Value":"Choose how you open links"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{D652F9E4-08FD-4A24-8EAC-05715188233E}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%SystemRoot%\\system32\\msra.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-149"},"System.Setting.PageID":{"Type":12,"Value":"{BB06C0E4-D293-4F75-8A90-CB05B6477EEE}"},"System.Setting.SettingID":{"Type":12,"Value":"{D652F9E4-08FD-4A24-8EAC-05715188233E}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Invite someone to connect to your PC and help you, or offer to help someone else"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{D679D992-D843-4D3C-BFEA-5EDF4D37EE9F}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.UserAccounts"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\usercpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{60632754-C523-4B62-B45C-4172DA012619}"},"System.Setting.SettingID":{"Type":12,"Value":"{D679D992-D843-4D3C-BFEA-5EDF4D37EE9F}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#COMCondition;0;CLSID;{133736A7-1B6C-4FE8-BDD6-DF1F4CF7102A}"},"System.Comment":{"Type":12,"Value":"Reset Security Policies"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{D995F7E9-727D-4AD6-83F3-A4A753965A8F}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.System"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-149"},"System.Setting.PageID":{"Type":12,"Value":"{BB06C0E4-D293-4F75-8A90-CB05B6477EEE}"},"System.Setting.SettingID":{"Type":12,"Value":"{D995F7E9-727D-4AD6-83F3-A4A753965A8F}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsMachineOnDomain;1"},"System.Comment":{"Type":12,"Value":"Show which workgroup this computer is on"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{DC8AF222-C00F-492E-A626-3B7C182797AF}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id PrinterDiagnostic -ep CortanaSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\diagnostics\\system\\Printer\\DiagPackage.dll,-1001"},"System.Setting.PageID":{"Type":12,"Value":"{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}"},"System.Setting.SettingID":{"Type":12,"Value":"{DC8AF222-C00F-492E-A626-3B7C182797AF}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":"Find and fix problems with printing"},"System.HighKeywords":{"Type":12,"Value":"troubleshoot printer;fix printer;printer issues;printer problems;printer not working;troubleshooters"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{DD338333-7000-45CC-A84D-64680D6E683D}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\SystemPropertiesProtection.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-149"},"System.Setting.PageID":{"Type":12,"Value":"{BB06C0E4-D293-4F75-8A90-CB05B6477EEE}"},"System.Setting.SettingID":{"Type":12,"Value":"{DD338333-7000-45CC-A84D-64680D6E683D}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalEquals;1;Regkey;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Environment;Regval;PROCESSOR_ARCHITECTURE;RegvalExpected;ARM"},"System.Comment":{"Type":12,"Value":"Create a restore point"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{DF7B19EF-DEA5-47D7-BBA5-9FCBE400A59D}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL desk.cpl,screensaver,@screensaver"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\themecpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{025A5937-A6BE-4686-A844-36FE4BEC8B6D}"},"System.Setting.SettingID":{"Type":12,"Value":"{DF7B19EF-DEA5-47D7-BBA5-9FCBE400A59D}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Change screen saver"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{E00117F3-53BA-4E06-B9BF-B8E22A1469E6}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.Keyboard\\1"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\main.cpl,-200"},"System.Setting.PageID":{"Type":12,"Value":"{725BE8F7-668E-4C7B-8F90-46BDB0936430}"},"System.Setting.SettingID":{"Type":12,"Value":"{E00117F3-53BA-4E06-B9BF-B8E22A1469E6}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Check keyboard status"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{E07F215A-6022-40E0-A109-17078992E5F9}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"shell:::{26EE0668-A00A-44D7-9371-BEB064C98683}\\8\\::{15EAE92E-F17A-4431-9F28-805E482dAFD4}"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\system32\\imageres.dll,-87"},"System.Setting.PageID":{"Type":12,"Value":"{7B81BE6A-CE2B-4676-A29E-EB907A5126C5}"},"System.Setting.SettingID":{"Type":12,"Value":"{E07F215A-6022-40E0-A109-17078992E5F9}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsMachineOnDomain;0"},"System.Comment":{"Type":12,"Value":"Install a program from the network"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{E2394C16-F45A-496F-83CC-49E163281662}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\SystemPropertiesAdvanced.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-149"},"System.Setting.PageID":{"Type":12,"Value":"{BB06C0E4-D293-4F75-8A90-CB05B6477EEE}"},"System.Setting.SettingID":{"Type":12,"Value":"{E2394C16-F45A-496F-83CC-49E163281662}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Edit the system environment variables"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{E6243488-3449-4D4D-98AA-FFC14E3FF0F8}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.AutoPlay"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\autoplay.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{9C60DE1E-E5FC-40F4-A487-460851A8D915}"},"System.Setting.SettingID":{"Type":12,"Value":"{E6243488-3449-4D4D-98AA-FFC14E3FF0F8}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Play CDs or other media automatically"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{E79BCB1B-EEB7-4180-98FD-BD47F6DCFF79}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.System"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-149"},"System.Setting.PageID":{"Type":12,"Value":"{BB06C0E4-D293-4F75-8A90-CB05B6477EEE}"},"System.Setting.SettingID":{"Type":12,"Value":"{E79BCB1B-EEB7-4180-98FD-BD47F6DCFF79}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#SkuEquals;0;Sku;starter"},"System.Comment":{"Type":12,"Value":"View basic information about your computer"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{ED0FF627-BFD1-4F68-9A74-974E73F41A3A}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL TabletPC.cpl @0,touch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\tabletpc.cpl,-10201"},"System.Setting.PageID":{"Type":12,"Value":"{F82DF8F7-8B9F-442E-A48C-818EA735FF9B}"},"System.Setting.SettingID":{"Type":12,"Value":"{ED0FF627-BFD1-4F68-9A74-974E73F41A3A}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsTouchAvailable;0"},"System.Comment":{"Type":12,"Value":"Change touch input settings"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{EE423D17-7ED8-4B33-9555-C23DEEAFB4B6}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\mmc.exe %windir%\\system32\\diskmgmt.msc"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-114"},"System.Setting.PageID":{"Type":12,"Value":"{D20EA4E1-3957-11D2-A40B-0C5020524153}"},"System.Setting.SettingID":{"Type":12,"Value":"{EE423D17-7ED8-4B33-9555-C23DEEAFB4B6}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsUserAdmin;0"},"System.Comment":{"Type":12,"Value":"Create and format hard disk partitions"},"System.HighKeywords":{"Type":12,"Value":"management;managment"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{EE439E7E-CE1E-4ABE-9EA8-50F12ED01FE0}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.EaseOfAccessCenter\\pageQuestionsCognitive"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\accessibilitycpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{D555645E-D4F8-4C29-A827-D93C859C4F2A}"},"System.Setting.SettingID":{"Type":12,"Value":"{EE439E7E-CE1E-4ABE-9EA8-50F12ED01FE0}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Accommodate learning abilities"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{EF8F379B-747B-4C8E-B3D1-4A29E6CF45AE}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe pwlauncher.dll,ShowPortableWorkspaceLauncherConfigurationUX"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%systemroot%\\system32\\DeviceCenter.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{A8A91A66-3A7D-4424-8D24-04E180695C7A}"},"System.Setting.SettingID":{"Type":12,"Value":"{EF8F379B-747B-4C8E-B3D1-4A29E6CF45AE}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":"Change Windows To Go startup options"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{EFACECBA-BCCD-468B-BAB3-7CA40A898982}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\rundll32.exe shell32.dll,Control_RunDLL desk.cpl,screensaver,@screensaver"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\themecpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{025A5937-A6BE-4686-A844-36FE4BEC8B6D}"},"System.Setting.SettingID":{"Type":12,"Value":"{EFACECBA-BCCD-468B-BAB3-7CA40A898982}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Turn screen saver on or off"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{F120B10E-C882-4613-955F-B4DF13C6E803}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.EaseOfAccessCenter\\pageQuestionsEyesight"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\accessibilitycpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{D555645E-D4F8-4C29-A827-D93C859C4F2A}"},"System.Setting.SettingID":{"Type":12,"Value":"{F120B10E-C882-4613-955F-B4DF13C6E803}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Let Windows suggest Ease of Access settings"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{F2E71049-6F88-4A3B-9475-5A2B40B36092}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.WindowsFirewall"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\FirewallControlPanel.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{4026492F-2F69-46B8-B9BF-5654FC07E423}"},"System.Setting.SettingID":{"Type":12,"Value":"{F2E71049-6F88-4A3B-9475-5A2B40B36092}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalEquals;1;Regkey;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Session Manager\\Environment;Regval;PROCESSOR_ARCHITECTURE;RegvalExpected;ARM"},"System.Comment":{"Type":12,"Value":"Check firewall status"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{F3D0EA8F-A47F-4507-8CA3-C4F49B20480A}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id NetworkDiagnosticsFileShare -ep CortanaSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\diagnostics\\system\\Networking\\DiagPackage.dll,-20002"},"System.Setting.PageID":{"Type":12,"Value":"{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}"},"System.Setting.SettingID":{"Type":12,"Value":"{F3D0EA8F-A47F-4507-8CA3-C4F49B20480A}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":"Find and fix problems with Shared Folders"},"System.HighKeywords":{"Type":12,"Value":"troubleshoot shared folders;shared folders troubleshooter;fix shared folders;fileshare;file share;file sharing;folder share;folder sharing;troubleshooters"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{F3F491FD-B863-4227-9657-8E152DE81E7A}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id KeyboardDiagnostic -ep CortanaSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\diagnostics\\system\\Keyboard\\DiagPackage.dll,-1001"},"System.Setting.PageID":{"Type":12,"Value":"{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}"},"System.Setting.SettingID":{"Type":12,"Value":"{F3F491FD-B863-4227-9657-8E152DE81E7A}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Classic_{F3FD1F8E-B34A-49AE-95B9-5DBEAB5BFB49}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\presentationsettings.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\system32\\mblctr.exe,0"},"System.Setting.PageID":{"Type":12,"Value":"{5EA4F148-308C-46D7-98A9-49041B1DD468}"},"System.Setting.SettingID":{"Type":12,"Value":"{F3FD1F8E-B34A-49AE-95B9-5DBEAB5BFB49}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsPresentationSettingsEnabled;0"},"System.Comment":{"Type":12,"Value":"Adjust settings before giving a presentation"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{F66F579B-F17B-4303-BD2C-FF4327478D6A}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id NetworkDiagnosticsNetworkAdapter -ep CortanaSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\diagnostics\\system\\Networking\\DiagPackage.dll,-20003"},"System.Setting.PageID":{"Type":12,"Value":"{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}"},"System.Setting.SettingID":{"Type":12,"Value":"{F66F579B-F17B-4303-BD2C-FF4327478D6A}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":"Find and fix problems with your network adapter"},"System.HighKeywords":{"Type":12,"Value":"troubleshoot adapter;troubleshoot network adapter;fix adapter;fix network adapter;fix wireless adapter;fix ethernet adapter;wireless adapter problems;wireless adapter issues;ethernet adapter problems;ethernet adapter issues;network adapter problems;network adapter issues;troubleshooters"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{F96E2F30-2018-4F0E-BBEE-7CCBEE8CE714}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\msdt.exe -id SpeechDiagnosticCalibrate -ep CortanaSearch"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\diagnostics\\system\\Speech\\DiagPackage.dll,-1001"},"System.Setting.PageID":{"Type":12,"Value":"{C58C4893-3BE0-4B45-ABB5-A63E4B8C8651}"},"System.Setting.SettingID":{"Type":12,"Value":"{F96E2F30-2018-4F0E-BBEE-7CCBEE8CE714}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegkeyExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\ControlPanel\\NameSpace\\{58E3C745-D971-4081-9034-86E34B30836A}"},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Classic_{FADA4BFB-4853-4547-B70F-1B565E7D907B}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.ActionCenter\\MaintenanceSettings"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\ActionCenterCPL.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}"},"System.Setting.SettingID":{"Type":12,"Value":"{FADA4BFB-4853-4547-B70F-1B565E7D907B}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Change Automatic Maintenance settings"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{FD4FB8FA-F752-4E78-933B-8969E18BC9B5}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\speech\\common\\sapisvr.exe -SpeechUX"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\Speech\\SpeechUX\\speechuxcpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{58E3C745-D971-4081-9034-86E34B30836A}"},"System.Setting.SettingID":{"Type":12,"Value":"{FD4FB8FA-F752-4E78-933B-8969E18BC9B5}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegkeyExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\ControlPanel\\NameSpace\\{58E3C745-D971-4081-9034-86E34B30836A}"},"System.Comment":{"Type":12,"Value":"Start speech recognition"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{FEBB9292-6110-4B9E-8565-91C4076E0A43}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.ActionCenter"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\ActionCenterCPL.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}"},"System.Setting.SettingID":{"Type":12,"Value":"{FEBB9292-6110-4B9E-8565-91C4076E0A43}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Review your computer's status and resolve issues"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{FEFF8F5D-EB40-485d-AC2A-EB7942DDF624}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.ActionCenter\\pageProblems"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\ActionCenterCPL.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}"},"System.Setting.SettingID":{"Type":12,"Value":"{FEFF8F5D-EB40-485d-AC2A-EB7942DDF624}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"View all problem reports"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{FFA33B6C-DC4D-438C-893F-EBF44A09BFC0}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\eudcedit.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\fontext.dll"},"System.Setting.PageID":{"Type":12,"Value":"{BD84B380-8CA2-1069-AB1D-08000948F534}"},"System.Setting.SettingID":{"Type":12,"Value":"{FFA33B6C-DC4D-438C-893F-EBF44A09BFC0}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Private Character Editor"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{a3dd4f92-658a-410f-84fd-6fbbbef2fffe}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.InternetOptions"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\inetcpl.cpl,-4487"},"System.Setting.PageID":{"Type":12,"Value":"{A3DD4F92-658A-410F-84FD-6FBBBEF2FFFE}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Internet Options"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{b2c761c6-29bc-4f19-9251-e6195265baf1}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.ColorManagement"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\colorcpl.exe,-5"},"System.Setting.PageID":{"Type":12,"Value":"{B2C761C6-29BC-4F19-9251-E6195265BAF1}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Color Management"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{bb06c0e4-d293-4f75-8a90-cb05b6477eee}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.System"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-149"},"System.Setting.PageID":{"Type":12,"Value":"{BB06C0E4-D293-4F75-8A90-CB05B6477EEE}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"System"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{bb64f8a7-bee7-4e1a-ab8d-7d8273f7fdb6}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.ActionCenter"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\ActionCenterCPL.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{BB64F8A7-BEE7-4E1A-AB8D-7D8273F7FDB6}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Classic_{d9ef8727-cac2-4e60-809e-86f80a666c91}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.BitLockerDriveEncryption"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\fvecpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{D9EF8727-CAC2-4E60-809E-86F80A666C91}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#COMCondition;0;CLSID;{23562980-5ded-4367-8df1-f7f1f3aeeddf}"},"System.Comment":{"Type":12,"Value":"Device Encryption"}},{"System.ParsingName":{"Type":12,"Value":"Classic_{f56fbb39-e6d9-4b6d-9c29-ae82cff2925f}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.PowerOptions\\pagePlanSettings"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\powercpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{025A5937-A6BE-4686-A844-36FE4BEC8B6D}"},"System.Setting.SettingID":{"Type":12,"Value":"{f56fbb39-e6d9-4b6d-9c29-ae82cff2925f}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":"Edit power plan"}},{"System.ParsingName":{"Type":12,"Value":"aaa_classic_{241d7c96-f8bf-4f85-b01f-e2b043341a4b}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.RemoteAppAndDesktopConnections"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\tsworkspace.dll,-300"},"System.Setting.PageID":{"Type":12,"Value":"{241D7C96-F8BF-4F85-B01F-E2B043341A4B}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Comment":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"aaa_classic_{7940acf8-60ba-4213-a7c3-f3b400ee266d}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\xwizard.exe RunWizard {7940ACF8-60BA-4213-A7C3-F3B400EE266D}"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\tsworkspace.dll,-300"},"System.Setting.PageID":{"Type":12,"Value":"{241D7C96-F8BF-4F85-B01F-E2B043341A4B}"},"System.Setting.SettingID":{"Type":12,"Value":"{7940ACF8-60BA-4213-A7C3-F3B400EE266D}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Access RemoteApp and desktops"}},{"System.ParsingName":{"Type":12,"Value":"aaa_classic_{a88f43d0-b9c8-42f2-b9f3-90902fc0b22b}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\mmc.exe %windir%\\system32\\lusrmgr.msc"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\usercpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{60632754-C523-4B62-B45C-4172DA012619}"},"System.Setting.SettingID":{"Type":12,"Value":"{A88F43D0-B9C8-42F2-B9F3-90902FC0B22B}"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsMachineOnDomain;0"},"System.Comment":{"Type":12,"Value":"Edit local users and groups"}},{"System.ParsingName":{"Type":12,"Value":"classic_{38bd6d6e-bf78-4c31-b05a-7447ee37669f}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.WorkFolders"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\WorkFoldersControl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{ECDB0924-4208-451E-8EE0-373C0956DE16}"},"System.Setting.SettingID":{"Type":12,"Value":"{38BD6D6E-BF78-4C31-B05A-7447EE37669F}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegkeyExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\ControlPanel\\NameSpace\\{ECDB0924-4208-451E-8EE0-373C0956DE16}"},"System.Comment":{"Type":12,"Value":"Manage Work Folders"}},{"System.ParsingName":{"Type":12,"Value":"classic_{685e7dc2-db57-4ed0-8b6d-5fe44d78d4f0}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.BitLockerDriveEncryption"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\fvecpl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{D9EF8727-CAC2-4E60-809E-86F80A666C91}"},"System.Setting.SettingID":{"Type":12,"Value":"{685e7dc2-db57-4ed0-8b6d-5fe44d78d4f0}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#COMCondition;0;CLSID;{fa7fe544-5d0c-48d8-a05f-dc0ee14d61e8}"},"System.Comment":{"Type":12,"Value":"Back up your recovery key"}},{"System.ParsingName":{"Type":12,"Value":"classic_{9fe63afd-59cf-4419-9775-abcc3849f861}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.Recovery"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\imageres.dll,-1022"},"System.Setting.PageID":{"Type":12,"Value":"{9FE63AFD-59CF-4419-9775-ABCC3849F861}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegkeyExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\ControlPanel\\NameSpace\\{9FE63AFD-59CF-4419-9775-ABCC3849F861}"},"System.Comment":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"classic_{ecdb0924-4208-451e-8ee0-373c0956de16}.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Microsoft.WorkFolders"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%SystemRoot%\\System32\\WorkFoldersControl.dll,-1"},"System.Setting.PageID":{"Type":12,"Value":"{ECDB0924-4208-451E-8EE0-373C0956DE16}"},"System.Setting.HostID":{"Type":16,"Value":"{7E0522FC-1AC4-41CA-AFD0-3610417A9C41}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegkeyExists;0;Regkey;HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\ControlPanel\\NameSpace\\{ECDB0924-4208-451E-8EE0-373C0956DE16}"},"System.Comment":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"AddOrRemovePrograms.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsSizes"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupAppSizesList"},"System.Comment":{"Type":12,"Value":"Add or remove programs"},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"ControlPanel.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"%windir%\\system32\\control.exe"},"System.Tile.SmallLogoPath":{"Type":12,"Value":"%windir%\\system32\\control.exe"},"System.Setting.HostID":{"Type":16,"Value":"{12B1697E-D3A0-4DBC-B568-CCF64A3F934D}"},"System.Comment":{"Type":12,"Value":"Control Panel"}},{"System.ParsingName":{"Type":12,"Value":"Defender_AccountProtection.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"AccountProtection"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.HostID":{"Type":16,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Defender_AllowApps.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"AllowAppThroughFolder"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.HostID":{"Type":16,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalEquals;1;Regkey;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\CI\\Policy;Regval;SkuPolicyRequired;RegvalExpected;1\""},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Defender_AppBrowser.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"AppBrowser"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.HostID":{"Type":16,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Defender_ControlledFolderAccess.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"RansomwareProtection"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.HostID":{"Type":16,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalEquals;1;Regkey;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\CI\\Policy;Regval;SkuPolicyRequired;RegvalExpected;1\""},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Defender_CoreSecurity.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"CoreIsolation"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.HostID":{"Type":16,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Defender_Dashboard.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"None"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.HostID":{"Type":16,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Defender_DeviceSecurity.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"DeviceSecurity"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.HostID":{"Type":16,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Defender_DynamicLockStatus.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"AccountProtection"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.HostID":{"Type":16,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Defender_ExploitProtection.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"ExploitProtection"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.HostID":{"Type":16,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalEquals;1;Regkey;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\CI\\Policy;Regval;SkuPolicyRequired;RegvalExpected;1\""},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Defender_FamilyCenter.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Family"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.HostID":{"Type":16,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Defender_FirewallNetworkProtection.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Network"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.HostID":{"Type":16,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Defender_HealthPage.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"PerfHealth"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.HostID":{"Type":16,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Defender_ProtectedFolders.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"ProtectedFolders"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.HostID":{"Type":16,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalEquals;1;Regkey;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\CI\\Policy;Regval;SkuPolicyRequired;RegvalExpected;1\""},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Defender_RansomwareProtection.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"RansomwareProtection"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.HostID":{"Type":16,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalEquals;1;Regkey;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\CI\\Policy;Regval;SkuPolicyRequired;RegvalExpected;1\""},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Defender_SecurityProcessor.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"SecurityProcessor"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.HostID":{"Type":16,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Defender_SecurityProcessorTroubleshooting.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"SecurityProcessorTroubleshooting"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.HostID":{"Type":16,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#IsServer;1"},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Defender_SmartScreenPua.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"SmartScreenPua"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.HostID":{"Type":16,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Defender_TamperProtection.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"ThreatSettings"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.HostID":{"Type":16,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.Condition":{"Type":12,"Value":"shcond://v1#RegvalEquals;1;Regkey;HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\CI\\Policy;Regval;SkuPolicyRequired;RegvalExpected;1\""},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"Defender_VirusThreat.settingcontent-ms"},"System.AppUserModel.ActivationContext":{"Type":12,"Value":"Threat"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Setting.HostID":{"Type":16,"Value":"{6E6DDBCB-9C89-434B-A994-D5F22239523B}"},"System.Comment":{"Type":12,"Value":""},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"AAA_BatterySaver_LandingPage_SettingsOverview.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageBatterySaver"},"System.Setting.GroupID":{"Type":12,"Value":"BatterySaver_LandingPage_SettingsOverview"},"System.Comment":{"Type":12,"Value":"Battery Saver Overview"},"System.HighKeywords":{"Type":12,"Value":"battery saver settings;power settings;battery saver usage;apps power usage"}},{"System.ParsingName":{"Type":12,"Value":"AAA_BatterySaver_UsagePage_AppsBreakdown.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageBatterySaver"},"System.Setting.GroupID":{"Type":12,"Value":"BatterySaver_UsagePage_AppsBreakdown"},"System.Comment":{"Type":12,"Value":"Customize app background activity"},"System.HighKeywords":{"Type":12,"Value":"batteries;battery saver settings;save battery;app battery;app power"}},{"System.ParsingName":{"Type":12,"Value":"AAA_CortanaSettingsPageGroup_PermissionsAndHistory.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageCortanaPermissions"},"System.Setting.GroupID":{"Type":12,"Value":"CortanaSettingsPageGroup_PermissionsAndHistory"},"System.Comment":{"Type":12,"Value":"Manage what Cortana can do, see, and use"},"System.HighKeywords":{"Type":12,"Value":"cortana settings;cortana privacy settings;cortana permissions;manage what cortana can do see and use"}},{"System.ParsingName":{"Type":12,"Value":"AAA_HolographicEnvironment_HomeResetControl.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEnvironmentPrivacy"},"System.Setting.GroupID":{"Type":12,"Value":"HolographicEnvironment_HomeResetControl"},"System.Comment":{"Type":12,"Value":"Reset my Mixed Reality device"},"System.HighKeywords":{"Type":12,"Value":"Windows mixed reality settings;Hololens settings;MR settings;Windows MR settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_Proxy_Automatic_Config_Group.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkProxy"},"System.Setting.GroupID":{"Type":12,"Value":"Proxy_Automatic_Config_Group"},"System.Comment":{"Type":12,"Value":"Change proxy settings"},"System.HighKeywords":{"Type":12,"Value":"edit proxy settings;configurations;configuration settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsCorpDeviceWorkplaceJoinGroup.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkWorkplace"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsCorpDeviceWorkplaceJoinGroup"},"System.Comment":{"Type":12,"Value":"Sign in to Azure AD"},"System.HighKeywords":{"Type":12,"Value":"workplace settings;accounts settings;users settings;join workplace group;Azure settings;AAD settings;Azure Active Directory settings;access work or school"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupAltTabBlowout.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMultiTasking"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupAltTabBlowout"},"System.Comment":{"Type":12,"Value":"Choose what windows and tabs appear when pressing Alt+Tab"},"System.HighKeywords":{"Type":12,"Value":"sets settings;multitasking settings;groups;tabbing;alt tab;alttab;alt + tab;alt-tab;alt – tab;view tabs;view browser tabs;tabs in Edge;browser tabs;switch tabs;switch apps;switch windows;show tabs in Edge;open windows;open tabs"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupAppControl.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsSizes"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupAppControl"},"System.Comment":{"Type":12,"Value":"Choose where to install apps from"},"System.HighKeywords":{"Type":12,"Value":"store;applications;installing apps;app installation control;download settings;default download location;default installation settings;default installation location"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupAutoplayDefaults.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemAutoPlay"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupAutoplayDefaults"},"System.Comment":{"Type":12,"Value":"Choose AutoPlay defaults"},"System.HighKeywords":{"Type":12,"Value":"AutoPlay settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupCloudClipboard.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageClipboard"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupCloudClipboard"},"System.Comment":{"Type":12,"Value":"Cloud clipboard syncing"},"System.HighKeywords":{"Type":12,"Value":"sync cloud clipboard;clipboard settings;sync clipboard;sync across devices"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupDomainUsers.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsUsers"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDomainUsers"},"System.Comment":{"Type":12,"Value":"Work or school users"},"System.HighKeywords":{"Type":12,"Value":"work users;workplace settings;accounts settings;users settings;domain settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupFamilyUsers.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageYourFamilyGroup"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupFamilyUsers"},"System.Comment":{"Type":12,"Value":"Allow family members to use this PC"},"System.HighKeywords":{"Type":12,"Value":"families;child;children;kid;kids;parent;parents;safety;family access;family sharing"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupGameBarKeyboardShorcuts.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageGameBar"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupGameBarKeyboardShorcuts"},"System.Comment":{"Type":12,"Value":"Game bar shortcuts"},"System.HighKeywords":{"Type":12,"Value":"gamebar settings;game bar settings;gaming settings;game bar keyboard shortcuts"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupInputMouse.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDeviceSettings"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputMouse"},"System.Comment":{"Type":12,"Value":"Change your mouse settings"},"System.HighKeywords":{"Type":12,"Value":"left click;mice;right click;change mouse settings;edit mouse settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupInputTouchPad.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchPad"},"System.Comment":{"Type":12,"Value":"Precision touchpad settings"},"System.HighKeywords":{"Type":12,"Value":"touch pad settings;precision touch pad settings;trackpad settings;track pad settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupInputTouchpadScrollZoom.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchpadScrollZoom"},"System.Comment":{"Type":12,"Value":"Change the touchpad’s scrolling direction and zoom behavior"},"System.HighKeywords":{"Type":12,"Value":"scroll;track pad;touchpad settings;trackpad settings;touchpad zoom;touchpad scrolling"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupInputTouchpadTaps.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchpadTaps"},"System.Comment":{"Type":12,"Value":"Turn off taps or change the delay on your touchpad"},"System.HighKeywords":{"Type":12,"Value":"touch pad;track pad;touchpad settings;trackpad settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupMapsUpdates.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMaps"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMapsUpdates"},"System.Comment":{"Type":12,"Value":"Manage map updates"},"System.HighKeywords":{"Type":12,"Value":"map update;maps update;automatic updates;map settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupMicrophoneOptions-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAudio"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMicrophoneOptions"},"System.Comment":{"Type":12,"Value":"Choose your sound input device"},"System.HighKeywords":{"Type":12,"Value":"sound settings;audio settings;choose microphone;choose your microphone;configure microphone;choose my input device;choose my microphone;recording device;microphone;mic settings;audio input"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupMultiTaskingSnap.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMultiTasking"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMultiTaskingSnap"},"System.Comment":{"Type":12,"Value":"Snap settings"},"System.HighKeywords":{"Type":12,"Value":"multitasking settings;snap windows;snap a window;arrange windows"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupNearShare.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSharedExperiences"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupNearShare"},"System.Comment":{"Type":12,"Value":"Nearby sharing settings"},"System.HighKeywords":{"Type":12,"Value":"shared experience settings;airdrop settings;share local files;local file sharing;nearby devices"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupNotificationsAppList.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsNotifications"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupNotificationsAppList"},"System.Comment":{"Type":12,"Value":"Choose which apps show notifications"},"System.HighKeywords":{"Type":12,"Value":"announcement;announcements;notification;app notifications;app notification settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupOtherPeople.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageOtherUsers"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupOtherPeople"},"System.Comment":{"Type":12,"Value":"Other people"},"System.HighKeywords":{"Type":12,"Value":"work users;school users;workplace settings;accounts settings;users settings;domain settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupOtherSharedExperiences.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSharedExperiences"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupOtherSharedExperiences"},"System.Comment":{"Type":12,"Value":"Share across devices"},"System.HighKeywords":{"Type":12,"Value":"cross device settings;cross-device settings;x-device settings;xdevice settings;shared experience settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupOtherUsers.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsUsers"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupOtherUsers"},"System.Comment":{"Type":12,"Value":"Other users"},"System.HighKeywords":{"Type":12,"Value":"work users;school users;workplace settings;accounts settings;users settings;domain settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupPCSystemDeviceDetails.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAbout"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemDeviceDetails"},"System.Comment":{"Type":12,"Value":"Device specifications"},"System.HighKeywords":{"Type":12,"Value":"about pc;about your pc;about my pc;pc info;device info"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupPCSystemHardwareKeyboard.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemHardwareKeyboard"},"System.Comment":{"Type":12,"Value":"Hardware keyboard settings"},"System.HighKeywords":{"Type":12,"Value":"key board settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupPCSystemSupportInfo.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemInfo"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemSupportInfo"},"System.Comment":{"Type":12,"Value":"Get PC support info"},"System.HighKeywords":{"Type":12,"Value":"help;device support info"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupPCSystemTouchKeyboard.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemTouchKeyboard"},"System.Comment":{"Type":12,"Value":"Touch keyboard settings"},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupPCSystemWindowDetails.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAbout"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemWindowDetails"},"System.Comment":{"Type":12,"Value":"Windows specifications"},"System.HighKeywords":{"Type":12,"Value":"about pc;about your pc;about my pc;pc info;device info"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupPCSystemWindowsInfo.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageActivate"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemWindowsInfo"},"System.Comment":{"Type":12,"Value":"See if Windows is activated"},"System.HighKeywords":{"Type":12,"Value":"activates;activation;activations;activate windows"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupPasswordLessSignIn.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSignInOptions"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPasswordLessSignIn"},"System.Comment":{"Type":12,"Value":"Make your device password-less"},"System.HighKeywords":{"Type":12,"Value":"passwordless settings;password less settings;sign in options;signin options;sign in settings;signin settings;hide my password;no password settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupPen.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPen"},"System.Comment":{"Type":12,"Value":"Change your pen settings"},"System.HighKeywords":{"Type":12,"Value":"pens;handedness;cursor;cursors;visual;visuals;edit pen settings;change my pen settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupPenButtonCustomization.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPenButtonCustomization"},"System.Comment":{"Type":12,"Value":"Pen shortcuts"},"System.HighKeywords":{"Type":12,"Value":"handwriting settings;typing settings;ink settings;windows ink settings;pen settings;embedded ink control settings;EIC settings;pen shortcut settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupPenHandwritingPanel.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPenHandwritingPanel"},"System.Comment":{"Type":12,"Value":"Handwriting Input Panel settings"},"System.HighKeywords":{"Type":12,"Value":"handwriting settings;typing settings;ink settings;windows ink settings;pen settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupPenWorkspace.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPenWorkspace"},"System.Comment":{"Type":12,"Value":"Windows Ink Workspace settings"},"System.HighKeywords":{"Type":12,"Value":"pen;pens;windows ink settings;ink settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupPersonalizeColorChoose.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageColors"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPersonalizeColorChoose"},"System.Comment":{"Type":12,"Value":"Choose your accent color"},"System.HighKeywords":{"Type":12,"Value":"colors;theme;appearances;appearance settings;color settings;accent settings;choose my accent color"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupPowerAndSleepDisplayOff.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageScreenPowerAndSleep"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPowerAndSleepDisplayOff"},"System.Comment":{"Type":12,"Value":"Choose when to turn off the screen"},"System.HighKeywords":{"Type":12,"Value":"display;displays;monitor;monitors;screens;turn off screens;turn off displays;turn off monitors"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupPowerAndSleepDisplayOffAoAc.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageScreenPowerAndSleep"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPowerAndSleepDisplayOffAoAc"},"System.Comment":{"Type":12,"Value":"Change when the screen is turned off"},"System.HighKeywords":{"Type":12,"Value":"display;displays;monitor;monitors;screens;turn off screens;turn off displays;turn off monitors"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupPowerAndSleepSleep.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageScreenPowerAndSleep"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPowerAndSleepSleep"},"System.Comment":{"Type":12,"Value":"Change when the PC sleeps"},"System.HighKeywords":{"Type":12,"Value":"screens;sleep;computer sleeps;screen sleeps;monitor sleeps;display sleeps"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupPowerAndSleepWifi.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageScreenPowerAndSleep"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPowerAndSleepWifi"},"System.Comment":{"Type":12,"Value":"Power and sleep WiFi settings"},"System.HighKeywords":{"Type":12,"Value":"power settings;sleep settings;power and sleep settings;wi-fi settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupPrivacyActivityAccountsFilter.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyActivityHistory"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacyActivityAccountsFilter"},"System.Comment":{"Type":12,"Value":"Choose which accounts appear in your timeline"},"System.HighKeywords":{"Type":12,"Value":"activity history accounts;timeline accounts;activity history settings;activity history privacy settings;timeline settings;timeline privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupPrivacyLocationGeofencing.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyLocation"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacyLocationGeofencing"},"System.Comment":{"Type":12,"Value":"Geofencing settings"},"System.HighKeywords":{"Type":12,"Value":"geofence;location settings;location privacy settings;location permissions;GPS settings;GPS privacy settings;GPS permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupRegionFormat.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionRegion"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRegionFormat"},"System.Comment":{"Type":12,"Value":"See the current date and time formats"},"System.HighKeywords":{"Type":12,"Value":"formats;formatted;date and time settings;date settings;time settings;calendar;currency"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupSMode.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageActivate"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSMode"},"System.Comment":{"Type":12,"Value":"Switch out of S Mode"},"System.HighKeywords":{"Type":12,"Value":"S mode settings;Windows S mode settings;activation settings;Windows activation settings;switch from S mode"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupSoundOptions-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAudio"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSoundOptions"},"System.Comment":{"Type":12,"Value":"Choose your sound output device"},"System.HighKeywords":{"Type":12,"Value":"sound settings;audio settings;choose speakers;choose your speaker;configure speaker;choose my output device;choose my speaker;playback device"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupSpeechMicrophone.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSpeech"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSpeechMicrophone"},"System.Comment":{"Type":12,"Value":"Microphone setup"},"System.HighKeywords":{"Type":12,"Value":"microphone settings;mic settings;setup microphone;setup a microphone;set up microphone;set up a microphone"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupSpeechTextToSpeech.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSpeech"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSpeechTextToSpeech"},"System.Comment":{"Type":12,"Value":"Change text-to-speech settings"},"System.HighKeywords":{"Type":12,"Value":"voice settings;voice speed;TTS settings;dictation settings;text to speech settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupSurfaceHubBitLocker.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreRestore"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSurfaceHubBitLocker"},"System.Comment":{"Type":12,"Value":"Surface Hub BitLocker settings"},"System.HighKeywords":{"Type":12,"Value":"Surface Hub settings;reset this device;reset device settings;device reset settings;device recovery settings;Surface Hub reset settings;BitLocker recovery key"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupSurfaceHubLogsCollection.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreRestore"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSurfaceHubLogsCollection"},"System.Comment":{"Type":12,"Value":"Collect Surface Hub logs"},"System.HighKeywords":{"Type":12,"Value":"Surface Hub settings;reset this device;reset device settings;device reset settings;device recovery settings;Surface Hub reset settings;collect logs"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupSurfaceHubLogsCollectionNew.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageWindowsTeamLogs"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSurfaceHubLogsCollectionNew"},"System.Comment":{"Type":12,"Value":"Collect Surface Hub logs"},"System.HighKeywords":{"Type":12,"Value":"Surface Hub settings;reset this device;reset device settings;device reset settings;device recovery settings;Surface Hub reset settings;collect logs"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupSurfaceHubSystemDetails.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemInfo"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSurfaceHubSystemDetails"},"System.Comment":{"Type":12,"Value":"Surface Hub device info"},"System.HighKeywords":{"Type":12,"Value":"surface hub settings;about pc;about your pc;about my pc;pc info"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupSyncAccounts.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsEmailApp"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSyncAccounts"},"System.Comment":{"Type":12,"Value":"Add, remove, or manage email accounts"},"System.HighKeywords":{"Type":12,"Value":"remove;e-mail;mail;account;email settings;add remove or manage email accounts"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupTabWindows.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMultiTasking"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTabWindows"},"System.Comment":{"Type":12,"Value":"Tabs in apps settings"},"System.HighKeywords":{"Type":12,"Value":"sets settings;tabbed shell settings;multitasking settings;groups;tabbed groups;collections;tabbed app settings;tab app settings;tabbing"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupTaskbarMultiMon.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbarMultiMon"},"System.Comment":{"Type":12,"Value":"Customize the taskbar on multiple displays"},"System.HighKeywords":{"Type":12,"Value":"multimon;multi mon;taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupTaskbarNotificationArea.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbarNotificationArea"},"System.Comment":{"Type":12,"Value":"Taskbar notification area"},"System.HighKeywords":{"Type":12,"Value":"icon;icons;system;taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupVideoBatteryOptions.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageVideo"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupVideoBatteryOptions"},"System.Comment":{"Type":12,"Value":"Video on battery options"},"System.HighKeywords":{"Type":12,"Value":"save battery when playing video;video settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupVirtualDesktops.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMultiTasking"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupVirtualDesktops"},"System.Comment":{"Type":12,"Value":"Customize virtual desktop settings"},"System.HighKeywords":{"Type":12,"Value":"virtual desktops"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupWebAccounts.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsEmailApp"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupWebAccounts"},"System.Comment":{"Type":12,"Value":"Add, remove, or manage app accounts"},"System.HighKeywords":{"Type":12,"Value":"apps;website;websites;SSO;account settings;add remove or manage app accounts;add a Microsoft account;accounts used by other apps"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsGroupYourAccount.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsPicture"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupYourAccount"},"System.Comment":{"Type":12,"Value":"Manage your account"},"System.HighKeywords":{"Type":12,"Value":"connect account;edit account info;change account info;account settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageAccountsEmailApp-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsEmailApp"},"System.Comment":{"Type":12,"Value":"Email & accounts"},"System.HighKeywords":{"Type":12,"Value":"e-mail;mail;apps;email settings;account settings;email and accounts settings;email and app account settings;accounts on my device;accounts on my pc;add microsoft account;add school account;add work account;work account;create an account;delete an account;email address"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageAccountsPicture-3.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsPicture"},"System.Comment":{"Type":12,"Value":"Your account info"},"System.HighKeywords":{"Type":12,"Value":"account information"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageAccountsPicture.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsPicture"},"System.Comment":{"Type":12,"Value":"Change your account picture"},"System.HighKeywords":{"Type":12,"Value":"my account info;your info;my info;your profile;my profile;profiles;user;users;accounts;photo;admin;admins;administrator;administrators;your picture;my picture;my account picture;account picture settings;account settings;update picture;picture settings;profile picture;profile photo;account photo;update photo;update profile"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageAccountsSync-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsSync"},"System.Comment":{"Type":12,"Value":"Sync your settings"},"System.HighKeywords":{"Type":12,"Value":"roam settings;roaming settings;sync settings;sync my settings;settings sync;syncing;how does syncing work;wallpaper sync;accessibility sync;sync my theme;sync accessibility settings;transfer settings;share settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageAccountsUsers-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsUsers"},"System.Comment":{"Type":12,"Value":"Add, edit, or remove other users"},"System.HighKeywords":{"Type":12,"Value":"user;account settings;accounts;family;families;child;children;admin;admins;administrator;administrators;add edit or remove other users;add edit or remove other people;add someone else to this pc;add other accounts;add other users;people who use this pc;people on this device;people using this computer;other accounts"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageAccountsWindowsAnywhere.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsWindowsAnywhere"},"System.Comment":{"Type":12,"Value":"Windows Anywhere settings"},"System.HighKeywords":{"Type":12,"Value":"sync windows settings;use windows anywhere"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageActivate-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageActivate"},"System.Comment":{"Type":12,"Value":"Activation settings"},"System.HighKeywords":{"Type":12,"Value":"Windows activation settings;activate Windows;product key;activate product key;update product key;change product key;activate device;windows subscription;windows license;digital license;where is the product key"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageAppDefaultBrowserSettingsView.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsDefaults"},"System.Setting.SettingID":{"Type":12,"Value":"SettingsPageAppDefaultBrowserSettingsView"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDefaultApps"},"System.Comment":{"Type":12,"Value":"Recommended browser settings"},"System.HighKeywords":{"Type":12,"Value":"edge;microsoft edge;ie;internet explorer;apps;browsers;web browsers;search provider;internet settings;internet options;web browser settings;search engine settings;defaults;default apps;default programs;default browser;default web browser;default search engine;app defaults;program defaults;browser defaults;search defaults;choose browser;choose web browser;choose search engine;change browser;change web browser;change search engine;choose default apps;choose default browser;change default browser"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageAppsDefaults-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsDefaults"},"System.Comment":{"Type":12,"Value":"Default apps"},"System.HighKeywords":{"Type":12,"Value":"apps;defaults;app defaults;program defaults;default programs;choose default apps;default app settings;default apps settings;change default programs;changing default programs;set default programs;set default apps"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageAppsDefaultsDefaultAppsListView.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsDefaults"},"System.Setting.SettingID":{"Type":12,"Value":"SettingsPageAppsDefaultsDefaultAppsListView"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDefaultApps"},"System.Comment":{"Type":12,"Value":"Choose file types and protocols opened by each app"},"System.HighKeywords":{"Type":12,"Value":"apps;defaults;files;program;programs;protocol;default programs"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageAppsDefaultsFileExtensionView.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsDefaults"},"System.Setting.SettingID":{"Type":12,"Value":"SettingsPageAppsDefaultsFileExtensionView"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDefaultApps"},"System.Comment":{"Type":12,"Value":"Choose a default app for each type of file"},"System.HighKeywords":{"Type":12,"Value":"apps;defaults;app defaults;file extension;file extensions;default programs;program defaults;file association;file associations;filetype association;filetype associations;file type association;file type associations"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageAppsDefaultsProtocolView.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsDefaults"},"System.Setting.SettingID":{"Type":12,"Value":"SettingsPageAppsDefaultsProtocolView"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDefaultApps"},"System.Comment":{"Type":12,"Value":"Choose a default app for each protocol"},"System.HighKeywords":{"Type":12,"Value":"apps;defaults;program;programs;protocols;default programs;protocol handler;protocol associations"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageAppsForWebsites.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsForWebsites"},"System.Comment":{"Type":12,"Value":"Choose a default app for each website"},"System.HighKeywords":{"Type":12,"Value":"web to app linking;web to app link;apps for websites;app for websites;applinks;app links;weblinks;web links;universal links;apps to open websites;website apps;web apps;associate apps with websites"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageAppsNotifications-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsNotifications"},"System.Comment":{"Type":12,"Value":"Notifications & actions settings"},"System.HighKeywords":{"Type":12,"Value":"notifications and actions settings;notification settings;notifications settings;action settings;notification and action settings;banner;notification banner;action center;tips;pop-up;popup(s);toast;reminders;get notifications;stop notifications"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageAppsSizes-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsSizes"},"System.Comment":{"Type":12,"Value":"Apps & features"},"System.HighKeywords":{"Type":12,"Value":"install apps;uninstall apps;modify apps;install programs;uninstall programs;install features;uninstall features;modify features;move apps;apps and features settings;optional features;uninstalling apps"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageAudio-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAudio"},"System.Comment":{"Type":12,"Value":"Sound settings"},"System.HighKeywords":{"Type":12,"Value":"default sound;sound playback options;sound options;audio settings;playback device;recording device;change volume;troubleshoot audio;speakers;sound device;audio device;advanced sound options;advanced sound settings;manage sound devices;stereo mix;test your microphone;noise"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageBackground-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageBackground"},"System.Comment":{"Type":12,"Value":"Background image settings"},"System.HighKeywords":{"Type":12,"Value":"wallpaper settings;desktop wallpaper;desktop background settings;personalize desktop;personalize background;personalization settings;pictures;picture background;images"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageBatterySaver.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageBatterySaver"},"System.Comment":{"Type":12,"Value":"Battery saver settings"},"System.HighKeywords":{"Type":12,"Value":"save battery;battery mode;battery saver mode"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageClipboard-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageClipboard"},"System.Comment":{"Type":12,"Value":"Clipboard settings"},"System.HighKeywords":{"Type":12,"Value":"clipboard history;cut and paste;pasting;cutting and pasting;copying"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageColors-3.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageColors"},"System.Comment":{"Type":12,"Value":"Color settings"},"System.HighKeywords":{"Type":12,"Value":"choose your color"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageColors.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageColors"},"System.Comment":{"Type":12,"Value":"Light theme settings"},"System.HighKeywords":{"Type":12,"Value":"personalization settings;white theme;turn on light theme;turn on light mode;turn off light theme;turn off light mode;light mode"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageContinuum.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageContinuum"},"System.Comment":{"Type":12,"Value":"Projection settings"},"System.HighKeywords":{"Type":12,"Value":"project;miracast;connect;projecting to this PC"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageCortanaLanguage.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageCortanaLanguage"},"System.Comment":{"Type":12,"Value":"Cortana language settings"},"System.HighKeywords":{"Type":12,"Value":"change cortana language"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageCortanaPermissions.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageCortanaPermissions"},"System.Comment":{"Type":12,"Value":"Cortana permissions"},"System.HighKeywords":{"Type":12,"Value":"Cortana settings;Cortana privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageCortanaTalkToCortana-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageCortanaTalkToCortana"},"System.Comment":{"Type":12,"Value":"Talk to Cortana"},"System.HighKeywords":{"Type":12,"Value":"Cortana settings;Cortana speech settings;talk to Cortana settings;learn how to use cortana;cortana keyboard shortcut;keyboard shortcut cortana"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageDeliveryOptimization-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDeliveryOptimization"},"System.Comment":{"Type":12,"Value":"Windows Update delivery settings"},"System.HighKeywords":{"Type":12,"Value":"wudo;windows update delivery optimization;bandwidth;save bandwidth;limit bandwidth;save data;cache;caching;quick updates;reliable updates;fast updates;faster updates;allow downloads from other pcs;optimize delivery;optimize downloads"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageDeviceEncryption.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDeviceEncryption"},"System.Comment":{"Type":12,"Value":"Device encryption settings"},"System.HighKeywords":{"Type":12,"Value":"bitlocker;cryptography;decode;devices;encode;encodes;encryptions;locker;protection;secure;tpm;decryption settings;change encryption settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageDevices.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevices"},"System.Comment":{"Type":12,"Value":"Bluetooth and other devices settings"},"System.HighKeywords":{"Type":12,"Value":"device;projector;projectors;pair bluetooth device;unpair device;pair device;bluetooth settings;add bluetooth device;add device"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageDevicesPen-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Comment":{"Type":12,"Value":"Pen & Windows Ink settings"},"System.HighKeywords":{"Type":12,"Value":"pens;handedness;cursor;cursors;writing;write;workspace;pen shortcuts;handwrite;hand write;pen and windows ink settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageDevicesPrinters.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPrinters"},"System.Comment":{"Type":12,"Value":"Printers & scanners"},"System.HighKeywords":{"Type":12,"Value":"print;printing;scan;scanning;fax;faxes;add printer;add a printer;add printers;install printer;install a printer;install printers;printers and scanners;printer settings;scanner settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageDevicesTouchpad.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Comment":{"Type":12,"Value":"Touchpad settings"},"System.HighKeywords":{"Type":12,"Value":"trackpad settings;track pad settings;touch pad settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessAudio-3.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessAudio"},"System.Comment":{"Type":12,"Value":"Show a visual alert for audio notifications"},"System.HighKeywords":{"Type":12,"Value":"show visual alerts;make audio alerts visible;show audio notifications"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessAudio-4.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessAudio"},"System.Comment":{"Type":12,"Value":"Turn mono audio on or off"},"System.HighKeywords":{"Type":12,"Value":"turn on mono audio;hear in one ear;sound in one ear;single channel audio;combine audio channels"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessAudio-5.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessAudio"},"System.Comment":{"Type":12,"Value":"Ease of Access audio settings"},"System.HighKeywords":{"Type":12,"Value":"can't hear;deaf;hard of hearing;hard-of-hearing;hear poorly;hearing;sign language;sound;volume;ease of access settings;accessibility"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessAudio.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessAudio"},"System.Comment":{"Type":12,"Value":"Make your device easier to hear"},"System.HighKeywords":{"Type":12,"Value":"audio accessibility;hear windows better;make windows louder;make computer louder;make pc louder"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessClosedCaptioning-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessClosedCaptioning"},"System.Comment":{"Type":12,"Value":"Closed captions"},"System.HighKeywords":{"Type":12,"Value":"audio as text;captions;change caption background;change caption font;change captions;change movie captions;change movie subtitles;change subtitles;change video captions;change video subtitles;closed captioning;closed captions settings;dim window content;ease of access closed captions settings;hearing;video captions;without sound;ease of access settings;accessibility"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessColorFilter-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessColorFilter"},"System.Comment":{"Type":12,"Value":"Color filters"},"System.HighKeywords":{"Type":12,"Value":"vision;ease of access color filters settings;color filters settings;dark colors;ease of access settings;accessibility;invert colors;change colors;make windows different colors"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessDisplay-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessDisplay"},"System.Comment":{"Type":12,"Value":"Ease of Access vision settings"},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessDisplay-3.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessDisplay"},"System.Comment":{"Type":12,"Value":"Ease of Access display settings"},"System.HighKeywords":{"Type":12,"Value":"vision;make it easier to see;easier to see;harder to see;ease of access settings;accessibility"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessDisplay-4.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessDisplay"},"System.Comment":{"Type":12,"Value":"Make text size bigger"},"System.HighKeywords":{"Type":12,"Value":"make font bigger"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessDisplay.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessDisplay"},"System.Comment":{"Type":12,"Value":"Ease of Access settings"},"System.HighKeywords":{"Type":12,"Value":"accessibility settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessEyeGaze-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessEyeGaze"},"System.Comment":{"Type":12,"Value":"Eye control settings"},"System.HighKeywords":{"Type":12,"Value":"accessibility;mobility;eye gaze;ease of access settings;eye tracking;control pc with eyes;control with eyes;use eye control;set up eye control;add eye control"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessHighContrast-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessHighContrast"},"System.Comment":{"Type":12,"Value":"Invert colors using high contrast"},"System.HighKeywords":{"Type":12,"Value":"invert colors on my screen;make colors negative;change contrast"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessHighContrast.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessHighContrast"},"System.Comment":{"Type":12,"Value":"Ease of Access high contrast settings"},"System.HighKeywords":{"Type":12,"Value":"vision;ease of access settings;accessibility"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessKeyboard-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Comment":{"Type":12,"Value":"Ease of Access keyboard settings"},"System.HighKeywords":{"Type":12,"Value":"interaction;ease of access settings;accessibility;change how keyboard shortcuts work;underline access keys;make it easier to type"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessMagnifier-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMagnifier"},"System.Comment":{"Type":12,"Value":"Invert Magnifier colors"},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessMagnifier-3.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMagnifier"},"System.Comment":{"Type":12,"Value":"Turn Magnifier on or off"},"System.HighKeywords":{"Type":12,"Value":"magnifying glass;make everything on my computer bigger"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessMagnifier.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMagnifier"},"System.Comment":{"Type":12,"Value":"Ease of Access Magnifier settings"},"System.HighKeywords":{"Type":12,"Value":"vision;ease of access settings;accessibility"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessMouse-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMouse"},"System.Comment":{"Type":12,"Value":"Ease of Access mouse settings"},"System.HighKeywords":{"Type":12,"Value":"interaction;ease of access settings;accessibility;use num keys for mouse;use number keys for mouse;use keypad for mouse;move mouse with keyboard"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessMousePointer-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMousePointer"},"System.Comment":{"Type":12,"Value":"Ease of Access mouse pointer size settings"},"System.HighKeywords":{"Type":12,"Value":"vision;pointer settings;make it easier to see;easier to see;harder to see;make pointers easier to see;ease of access settings;accessibility"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessMousePointer.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMousePointer"},"System.Comment":{"Type":12,"Value":"Make the mouse pointer easier to see when typing"},"System.HighKeywords":{"Type":12,"Value":"change mouse size;make mouse bigger;make mouse smaller;invert pointer;mouse cursor;mouse arrow;see my mouse better"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessNarrator-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Comment":{"Type":12,"Value":"Change Narrator settings"},"System.HighKeywords":{"Type":12,"Value":"Voiceover;accessibility;ease of access settings;reader;screen reader settings;talk back;talk-back;talkback;vision;narrator’s voice;read faster;change narrator keyboard;choose narrator keyboard;brltty;liblouis;choose narrator voice;make narrator talk faster;make narrator talk slower;make narrator talk louder;make narrator talk softer;make narrator stop talking;change what I hear from narrator;change what narrator says when I type;change narrator key;choose narrator key"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessSpeechRecognition-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessSpeechRecognition"},"System.Comment":{"Type":12,"Value":"Ease of Access speech settings"},"System.HighKeywords":{"Type":12,"Value":"interaction;ease of access settings;accessibility"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessSpeechRecognition-3.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessSpeechRecognition"},"System.Comment":{"Type":12,"Value":"Ease of Access dictation"},"System.HighKeywords":{"Type":12,"Value":"dictate;dictation settings;speech recognition;transcribe;transcription;speech to text;speech-to-text"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessSpeechRecognition-4.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessSpeechRecognition"},"System.Comment":{"Type":12,"Value":"Use your voice to control your PC"},"System.HighKeywords":{"Type":12,"Value":"turn on dictation;voice control;control pc with my voice;control device with my voice;talk to my pc;talk instead of type;voice dictation;dictation"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessSpeechRecognition.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessSpeechRecognition"},"System.Comment":{"Type":12,"Value":"Ease of Access interaction settings"},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEaseOfAccessTextCursor.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessTextCursor"},"System.Comment":{"Type":12,"Value":"Change text cursor color and size"},"System.HighKeywords":{"Type":12,"Value":"make the cursor bigger;make cursor bigger;change cursor color;make the cursor thicker;caret;insertion point;settings;large cursor;small cursor;Ease of Access cursor;easier to see;make cursor easier to see;cannot see cursor;find cursor;text cursor indicator;color cursor"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageEnvironmentPrivacy.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEnvironmentPrivacy"},"System.Comment":{"Type":12,"Value":"Clear environment data captured by Windows Mixed Reality"},"System.HighKeywords":{"Type":12,"Value":"environment privacy;holographic;chaperone;boundary;hololens settings;mixed reality privacy settings;MR settings;Windows MR settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageFindMyDevice-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageFindMyDevice"},"System.Comment":{"Type":12,"Value":"Find My Device"},"System.HighKeywords":{"Type":12,"Value":"devices;missing device;missing pen;device lost;pen lost;lost device;lost pen;pen missing;device missing;find your device;locate"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageFlights-2.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageFlights"},"System.Comment":{"Type":12,"Value":"Windows Insider Program settings"},"System.HighKeywords":{"Type":12,"Value":"Flight Settings;Preview Builds;Insider Settings;windows insider settings;join windows insider program"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageFonts-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageFonts"},"System.Comment":{"Type":12,"Value":"Font settings"},"System.HighKeywords":{"Type":12,"Value":"fount;type;truetype;opentype;font preview;fonts settings;add fonts;add a font;install fonts;install a font;personalization settings;available fonts;fonts available;fonts install;uninstall fonts;fonts uninstall;view fonts;fonts view;manage fonts;font management;install .ttf file;install .otf file;install ttf file;install otf file;install TrueType font;install opentype font"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageGameBar-2.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageGameBar"},"System.Comment":{"Type":12,"Value":"Enable Xbox Game Bar"},"System.HighKeywords":{"Type":12,"Value":"clip;DVR;win+g;game settings;gaming settings;capture;captures;recording game clips;recording games"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageGameDVR.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageGameDVR"},"System.Comment":{"Type":12,"Value":"Captures settings"},"System.HighKeywords":{"Type":12,"Value":"game captures settings;screenshots;game screenshots;game clips;record gameplay;game DVR settings;game settings;gaming settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageGameMode.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageGameMode"},"System.Comment":{"Type":12,"Value":"Game Mode settings"},"System.HighKeywords":{"Type":12,"Value":"performance;optimize performance;game performance settings;game settings;gaming settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageGameXboxNetworking-2.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageGameXboxNetworking"},"System.Comment":{"Type":12,"Value":"Xbox networking"},"System.HighKeywords":{"Type":12,"Value":"game settings;gaming settings;Xbox multiplayer settings;Xbox networking settings;connection status;xbox performance;multiplayer;multi-player;xbox live"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageGpuPreferenceView.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SettingsPageGpuPreferenceView"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayMultiDisplaySettings"},"System.Comment":{"Type":12,"Value":"Graphics settings"},"System.HighKeywords":{"Type":12,"Value":"game settings;gaming settings;hybrid;external gpu;gpu settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageGroup_GranularCloudSearch.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSearchPermissionsAndHistoryObsolete"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsPageGroup_GranularCloudSearch"},"System.Comment":{"Type":12,"Value":"Cloud Search settings"},"System.HighKeywords":{"Type":12,"Value":"cloud content search;search permissions;search OneDrive;search Outlook;search email;search people"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageGroup_History.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSearchPermissionsAndHistoryObsolete"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsPageGroup_History"},"System.Comment":{"Type":12,"Value":"Change Search history settings"},"System.HighKeywords":{"Type":12,"Value":"device history;my device history;search settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageGroup_Search_GranularCloudSearch.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSearchPermissionsAndHistory"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsPageGroup_Search_GranularCloudSearch"},"System.Comment":{"Type":12,"Value":"Cloud Search settings"},"System.HighKeywords":{"Type":12,"Value":"cloud content search;search permissions;search OneDrive;search Outlook;search email;search people"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageGroup_Search_History.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSearchPermissionsAndHistory"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsPageGroup_Search_History"},"System.Comment":{"Type":12,"Value":"Change Search history settings"},"System.HighKeywords":{"Type":12,"Value":"device history;my device history;search settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageHolographicManagement.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicManagement"},"System.Comment":{"Type":12,"Value":"Uninstall Windows Mixed Reality"},"System.HighKeywords":{"Type":12,"Value":"hololens settings;windows mr settings;windows mixed reality settings;ar settings;uninstall hololens"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageHolographicSpeechAndAudio.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicSpeechAndAudio"},"System.Comment":{"Type":12,"Value":"Mixed Reality Audio and Speech settings"},"System.HighKeywords":{"Type":12,"Value":"Windows mixed reality settings;Hololens settings;mixed reality audio settings;Windows mixed reality audio settings;MR settings;Windows MR settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageHolographicStartupAndDesktop.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicStartupAndDesktop"},"System.Comment":{"Type":12,"Value":"Customize the startup and behavior of mixed reality"},"System.HighKeywords":{"Type":12,"Value":"holographic;hololens settings;mixed reality privacy settings;MR settings;Windows MR settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageHolographicVisuals.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicVisuals"},"System.Comment":{"Type":12,"Value":"Headset Display settings"},"System.HighKeywords":{"Type":12,"Value":"Windows mixed reality settings;Hololens settings;MR settings;Windows MR settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageLockScreen.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageLockScreen"},"System.Comment":{"Type":12,"Value":"Lock screen settings"},"System.HighKeywords":{"Type":12,"Value":"lockscreen;personalize lock screen;personalization settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageManagePhone-2.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageManagePhone"},"System.Comment":{"Type":12,"Value":"Link your phone"},"System.HighKeywords":{"Type":12,"Value":"phones;Android;iPhone;iOS;linking;Galaxy;phone settings;link Android;link iPhone;linked phones;link phone and PC;continue now;continue later;phone linking;Samsung Galaxy;link my phone;add a phone;add phone;continue on phone"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageMaps-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMaps"},"System.Comment":{"Type":12,"Value":"Manage map updates"},"System.HighKeywords":{"Type":12,"Value":"automatically update maps"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageMaps.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMaps"},"System.Comment":{"Type":12,"Value":"Offline maps"},"System.HighKeywords":{"Type":12,"Value":"map settings;maps settings;offline map settings;offline maps settings;download offline maps"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageMultiTasking-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMultiTasking"},"System.Comment":{"Type":12,"Value":"Multitasking settings"},"System.HighKeywords":{"Type":12,"Value":"snap settings;timeline settings;virtual desktop settings;sets settings;organize desktop;snapping"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageNetworkAirplaneMode-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkAirplaneMode"},"System.Comment":{"Type":12,"Value":"Turn airplane mode on or off"},"System.HighKeywords":{"Type":12,"Value":"wifi;wi-fi;wlan;wwan;cellular;bluetooth;airplane mode settings;air plane;plane;turn on airplane mode"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageNetworkDialup-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkDialup"},"System.Comment":{"Type":12,"Value":"Dial-up settings"},"System.HighKeywords":{"Type":12,"Value":"network settings;internet settings;modem;dialup settings;dial up settings;telephone modem;phone modem;dial-up network;dial-up networking"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageNetworkDirectAccess.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkDirectAccess"},"System.Comment":{"Type":12,"Value":"DirectAccess settings"},"System.HighKeywords":{"Type":12,"Value":"network settings;internet settings;direct access settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageNetworkEthernet.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkEthernet"},"System.Comment":{"Type":12,"Value":"Ethernet settings"},"System.HighKeywords":{"Type":12,"Value":"network settings;internet settings;LAN settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageNetworkMobileBroadband.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkMobileBroadband"},"System.Comment":{"Type":12,"Value":"Cellular settings"},"System.HighKeywords":{"Type":12,"Value":"network settings;Internet settings;broadband settings;2g;3g;4g;lte;roam;apn settings;imsi;iccid;esim;data plan;sim pin;mobile settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageNetworkMobileHotspot-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkMobileHotspot"},"System.Comment":{"Type":12,"Value":"Mobile hotspot"},"System.HighKeywords":{"Type":12,"Value":"network settings;Internet settings;hotspots;tethering settings;turn on mobile hotspot;share internet connection"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageNetworkProxy.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkProxy"},"System.Comment":{"Type":12,"Value":"Proxy settings"},"System.HighKeywords":{"Type":12,"Value":"network settings;Internet settings;network proxy settings;proxies"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageNetworkStatus-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkStatus"},"System.Comment":{"Type":12,"Value":"Network status"},"System.HighKeywords":{"Type":12,"Value":"test your Internet;test my Internet;Internet connection;network speed;speed test;network reset;network settings;Internet settings;network status settings;adaptor;network adaptor"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageNetworkVPN.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkVPN"},"System.Comment":{"Type":12,"Value":"VPN settings"},"System.HighKeywords":{"Type":12,"Value":"network settings;internet settings;virtual private networks;virtual private network settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageNetworkWiFi-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkWiFi"},"System.Comment":{"Type":12,"Value":"Wi-Fi settings"},"System.HighKeywords":{"Type":12,"Value":"network settings;internet settings;WLAN settings;wifi settings;wireless settings;turn on wifi;turn on wi-fi;connect to a wireless network;connect to wifi;connect to wi-fi;connect to wireless network;show available networks;manage wifi;manage wi-fi;manage wireless networks;manage known networks;show wifi networks;show wi-fi networks;show wireless networks"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageNetworkWorkplace.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkWorkplace"},"System.Comment":{"Type":12,"Value":"Enroll in device management (MDM)"},"System.HighKeywords":{"Type":12,"Value":"MDM;mobile device management;account settings;accounts;manage;policy;enrollment;policies;work settings;corporate settings;corporate policies;company policies;workplace policies"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageOtherUsers.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageOtherUsers"},"System.Comment":{"Type":12,"Value":"Add, edit, or remove other users"},"System.HighKeywords":{"Type":12,"Value":"user;account settings;accounts;admin;admins;administrator;administrators;add edit or remove other users;add edit or remove other people;add someone else to this pc;add other accounts;add other users"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePCSystemAutoPlay.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemAutoPlay"},"System.Comment":{"Type":12,"Value":"AutoPlay settings"},"System.HighKeywords":{"Type":12,"Value":"drive;drives;removable drives;usb drive;flash drive;thumb drive"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePCSystemBluetooth.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemBluetooth"},"System.Comment":{"Type":12,"Value":"Bluetooth settings"},"System.HighKeywords":{"Type":12,"Value":"device;devices;add bluetooth device;pair bluetooth device;pair device;unpair device"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePCSystemDeviceSettings.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDeviceSettings"},"System.Comment":{"Type":12,"Value":"Mouse settings"},"System.HighKeywords":{"Type":12,"Value":"mouse scroll settings;mouse button settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePCSystemDevices.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDevices"},"System.Comment":{"Type":12,"Value":"Connected device settings"},"System.HighKeywords":{"Type":12,"Value":"devices;projectors;projector settings;connected devices"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePCSystemDisplay-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Comment":{"Type":12,"Value":"Change the size of text, apps, and other items"},"System.HighKeywords":{"Type":12,"Value":"displays;monitors;screens;monitor settings;screen settings;text size;display settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePCSystemInfo.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemInfo"},"System.Comment":{"Type":12,"Value":"About your PC"},"System.HighKeywords":{"Type":12,"Value":"system info;systems;PC info;device info;machine info;about my PC"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePCSystemShellMode-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemShellMode"},"System.Comment":{"Type":12,"Value":"Tablet settings"},"System.HighKeywords":{"Type":12,"Value":"tablet device"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyAccountInfo-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyAccountInfo"},"System.Comment":{"Type":12,"Value":"Account privacy settings"},"System.HighKeywords":{"Type":12,"Value":"user information privacy settings;user info privacy settings;account info permissions;allow access to account info;allow access to accounts;account access;allow apps to access account info;choose which apps can access account info"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyActivityHistory.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyActivityHistory"},"System.Comment":{"Type":12,"Value":"Activity history privacy settings"},"System.HighKeywords":{"Type":12,"Value":"turn off activity history;turn off timeline;disable timeline;activities;activity history settings;activity history permissions;timeline settings;timeline privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyAppDiagnostics-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyAppDiagnostics"},"System.Comment":{"Type":12,"Value":"App diagnostics privacy settings"},"System.HighKeywords":{"Type":12,"Value":"app diagnostics settings;diagnostic settings;app diagnostics permissions;allow access to app diagnostic info on this device;allow apps to access diagnostic info"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyAppRequestedDownloads-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyAppRequestedDownloads"},"System.Comment":{"Type":12,"Value":"Automatic file downloads privacy settings"},"System.HighKeywords":{"Type":12,"Value":"automatic file downloads settings;downloads settings;download settings;storage provider;online only;OneDrive settings;automatic file downloads permissions;cloud file settings;cloud sync settings;cloud sync permissions;unblock automatic file downloads;automatic downloads notification"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyBackgroundApps.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyBackgroundApps"},"System.Comment":{"Type":12,"Value":"Background apps"},"System.HighKeywords":{"Type":12,"Value":"disable background apps;disable background tasks;background settings;background apps permissions;background app permisssions;background tasks;privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyBroadFileSystemAccess-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyBroadFileSystemAccess"},"System.Comment":{"Type":12,"Value":"File system privacy settings"},"System.HighKeywords":{"Type":12,"Value":"file system settings;files settings;files privacy settings;file system permissions;files permissions;app permissions;allow access to the file system on this device;allow apps to access file system;allow apps to access the file system"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyCalendar-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyCalendar"},"System.Comment":{"Type":12,"Value":"Calendar privacy settings"},"System.HighKeywords":{"Type":12,"Value":"calendars;appointment;appointments;calendar settings;calendar permissions;allow access to the calendar;allow access to calendar;calendar access;allow apps to access calendar;choose which apps can access the calendar"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyCallHistory-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyCallHistory"},"System.Comment":{"Type":12,"Value":"Call history privacy settings"},"System.HighKeywords":{"Type":12,"Value":"call history settings;call history permissions;allow access to call history;allow access to my call history;call history access;allow apps to access call history;choose which apps can access my call history"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyContacts-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyContacts"},"System.Comment":{"Type":12,"Value":"Contacts privacy settings"},"System.HighKeywords":{"Type":12,"Value":"my contacts;people settings;contacts settings;contacts permissions;allow access to contact info;allow access to contacts;contact access;allow apps to access contact info;choose which apps can access contact info"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyCustomPeripherals-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyCustomPeripherals"},"System.Comment":{"Type":12,"Value":"Device privacy settings"},"System.HighKeywords":{"Type":12,"Value":"paired devices;trusted devices;unpaired devices;open devices;other devices settings;other devices permissions;other devices privacy settings;use trusted devices;communicate with unpaired devices"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyDocuments-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyDocuments"},"System.Comment":{"Type":12,"Value":"Documents library privacy settings"},"System.HighKeywords":{"Type":12,"Value":"my documents;documents settings;documents library settings;document privacy settings;documents privacy settings;apps documents library;documents permissions;allow access to document libraries on this device;allow apps to access your documents library"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyEmail-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyEmail"},"System.Comment":{"Type":12,"Value":"Email privacy settings"},"System.HighKeywords":{"Type":12,"Value":"email settings;e-mail settings;e-mail privacy settings;email permissions;allow access to email;allow access to my email;email access;allow apps to access email;choose which apps can access email"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyGaze.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyGaze"},"System.Comment":{"Type":12,"Value":"Eye tracker privacy settings"},"System.HighKeywords":{"Type":12,"Value":"eye tracker setting;eye tracker permissions;eye gaze settings;gaze settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyGeneral-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyGeneral"},"System.Comment":{"Type":12,"Value":"Privacy settings"},"System.HighKeywords":{"Type":12,"Value":"privacy options;general privacy settings;change privacy options"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyLocation-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyLocation"},"System.Comment":{"Type":12,"Value":"Location privacy settings"},"System.HighKeywords":{"Type":12,"Value":"turn off GPS;GPS settings;GPS permissions;locations;location permissions;turn location access off;turn location access on;turn off location access;turn on location access"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyMessaging-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyMessaging"},"System.Comment":{"Type":12,"Value":"Messaging privacy settings"},"System.HighKeywords":{"Type":12,"Value":"messaging settings;text messaging settings;text messaging privacy settings;MMS settings;MMS privacy settings;SMS settings;SMS privacy settings;messaging permissions;app permissions;allow access to messages;allow access to my messaes;message access;allow apps to access messages;choose which apps can access messages"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyMicrophone-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyMicrophone"},"System.Comment":{"Type":12,"Value":"Microphone privacy settings"},"System.HighKeywords":{"Type":12,"Value":"turn off mic;turn off microphone;mic settings;microphone settings;mic permissions;microphone permissions;allow access to the microphone;allow access to microphone;microphone access;access microphone;allow apps to access microphone"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyMotionData.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyMotionData"},"System.Comment":{"Type":12,"Value":"Motion privacy settings"},"System.HighKeywords":{"Type":12,"Value":"activity detection;pedometer settings;motion permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyNotifications-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyNotifications"},"System.Comment":{"Type":12,"Value":"Notifications privacy settings"},"System.HighKeywords":{"Type":12,"Value":"privacy notifications;notifications settings;notifications permissions;let apps access my notifications;apps access notifications;allow access to user notifications;allow access to notifications;notification access;allow apps to access notification"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyPersonalization-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyPersonalization"},"System.Comment":{"Type":12,"Value":"Typing privacy settings"},"System.HighKeywords":{"Type":12,"Value":"typing history"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyPersonalization.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyPersonalization"},"System.Comment":{"Type":12,"Value":"Inking & typing personalization privacy settings"},"System.HighKeywords":{"Type":12,"Value":"inking and typing privacy settings;inking and typing permissions;inking and typing settings;inking typing settings;inking settings;typing settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyPhoneCall.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyPhoneCall"},"System.Comment":{"Type":12,"Value":"Phone calls privacy settings"},"System.HighKeywords":{"Type":12,"Value":"phone privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyPictures-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyPictures"},"System.Comment":{"Type":12,"Value":"Pictures library privacy settings"},"System.HighKeywords":{"Type":12,"Value":"my pictures;picture privacy settings;pictures privacy settings;apps pictures library;picture permissions;allow access to picture libraries on this device;allow apps to access pictures;allow apps to access photos;allow apps to access images"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyRadios.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyRadios"},"System.Comment":{"Type":12,"Value":"Radio privacy settings"},"System.HighKeywords":{"Type":12,"Value":"radio settings;radio permissions;radios"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacySIUFSettings-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacySIUFSettings"},"System.Comment":{"Type":12,"Value":"Diagnostics & feedback settings"},"System.HighKeywords":{"Type":12,"Value":"see my data;view my data;view data;data viewer;diagnostics and feedback settings;telemetry settings;diagnostics and feedback permissions;privacy settings;windows diagnostics;windows privacy"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacySpeech-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacySpeech"},"System.Comment":{"Type":12,"Value":"Speech privacy settings"},"System.HighKeywords":{"Type":12,"Value":"speech permissions;speech settings;dictation settings;voice data"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyTasks-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyTasks"},"System.Comment":{"Type":12,"Value":"Task privacy settings"},"System.HighKeywords":{"Type":12,"Value":"tasks settings;task settings;tasks permissions;task permissions;app permissions;allow access to tasks;allow access to my tasks;task access;allow apps to access tasks;choose which apps can access tasks"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyVideos-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyVideos"},"System.Comment":{"Type":12,"Value":"Videos library privacy settings"},"System.HighKeywords":{"Type":12,"Value":"my videos;video privacy settings;videos privacy settings;video permissions;allow access to video libraries on this device;allow apps to access videos"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyVoiceActivation.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyVoiceActivation"},"System.Comment":{"Type":12,"Value":"Voice activation privacy settings"},"System.HighKeywords":{"Type":12,"Value":"voice agents;voice agent settings;voice activation permissions;voice activation settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPagePrivacyWebcam-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyWebcam"},"System.Comment":{"Type":12,"Value":"Camera privacy settings"},"System.HighKeywords":{"Type":12,"Value":"turn off camera;turn off webcam;camera settings;camera permissions;webcam privacy;webcam settings;webcam permissions;allow access to the camera;allow access to camera;camera access;access camera;allow apps to access your camera;privacy camera;camera enable;camera disable;enable camera;disable camera;camera toggle;toggle camera"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageQuietHours-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageQuietHours"},"System.Comment":{"Type":12,"Value":"Focus assist"},"System.HighKeywords":{"Type":12,"Value":"DND;quiet hours settings;do not disturb settings;manage notifications;manage interruption;target notifications;target alarms;notification priority list"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageRadialController.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRadialController"},"System.Comment":{"Type":12,"Value":"Wheel settings"},"System.HighKeywords":{"Type":12,"Value":"wheels;dial;dials"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageRemoteDesktop-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRemoteDesktop"},"System.Comment":{"Type":12,"Value":"Remote desktop settings"},"System.HighKeywords":{"Type":12,"Value":"remote access;remote settings;allow remote;enable remote;work remotely"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageRestoreDeveloperOptions-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreDeveloperOptions"},"System.Comment":{"Type":12,"Value":"Developer settings"},"System.HighKeywords":{"Type":12,"Value":"for developers;developer mode settings;developer options;create windows apps;create a windows app"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageRestoreMusUpdate-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreMusUpdate"},"System.Comment":{"Type":12,"Value":"Windows Update settings"},"System.HighKeywords":{"Type":12,"Value":"automatic;autoupdate;autoupdates;check;checks;fix;fixes;patch;patches;security;updates;updater;up-dates;updating;Windowsupdate;Wupdater;udpate;upgrade;manage update;pause update;get update"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageRestoreOneBackup-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreOneBackup"},"System.Comment":{"Type":12,"Value":"Backup settings"},"System.HighKeywords":{"Type":12,"Value":"backups;back-up settings;back up settings;back-ups;history;protects;secure;copy;copies;Restore;file history settings;create backup;protect files"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageRestoreRestore.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreRestore"},"System.Comment":{"Type":12,"Value":"Recovery options"},"System.HighKeywords":{"Type":12,"Value":"recovery settings;system recovery settings;system restore"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageScreenPowerAndSleep.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageScreenPowerAndSleep"},"System.Comment":{"Type":12,"Value":"Power & sleep settings"},"System.HighKeywords":{"Type":12,"Value":"power and sleep settings;power settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageSearchIndex.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSearchIndex"},"System.Comment":{"Type":12,"Value":"Windows Search settings"},"System.HighKeywords":{"Type":12,"Value":"indexing options;indexer settings;search indexer;indexing settings;searching windows;find files;find my files;search results;enhanced search;windows indexer;search files;files search"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageSearchPermissionsAndHistory.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSearchPermissionsAndHistory"},"System.Comment":{"Type":12,"Value":"Search permissions and history"},"System.HighKeywords":{"Type":12,"Value":"search history;search privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageSearchPermissionsAndHistoryObsolete.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSearchPermissionsAndHistoryObsolete"},"System.Comment":{"Type":12,"Value":"Search permissions and history"},"System.HighKeywords":{"Type":12,"Value":"search history;search privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageSharedExperiences.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSharedExperiences"},"System.Comment":{"Type":12,"Value":"Shared experience settings"},"System.HighKeywords":{"Type":12,"Value":"sharing apps across devices;remotely open apps;nearby devices;nearby sharing;continue app experiences;shared experiences;connected apps and devices;remote device;remote app service"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageSignInOptions-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSignInOptions"},"System.Comment":{"Type":12,"Value":"Sign-in options"},"System.HighKeywords":{"Type":12,"Value":"account settings;accounts;biocredentials;bio-credentials;biocreds;change my password;change password;FIDO keys;fingerprint settings;login settings;password settings;passwords settings;photo password;picture password;pictures password;require sign in;security key settings;security keys settings;sign in options;signin options;signin settings;sign-in settings;Windows Hello Face;Windows Hello Fingerprint;Windows Hello PIN;Windows Hello settings;set up windows hello;windows hello setup;log on;logon"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageSpeech.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSpeech"},"System.Comment":{"Type":12,"Value":"Speech settings"},"System.HighKeywords":{"Type":12,"Value":"text-to-speech settings;text to speech settings;TTS settings;voice settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageStart.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageStart"},"System.Comment":{"Type":12,"Value":"Start settings"},"System.HighKeywords":{"Type":12,"Value":"screen;menu;start menu settings;personalization settings;personalize start menu"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageStartup.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageStartup"},"System.Comment":{"Type":12,"Value":"Startup Apps"},"System.HighKeywords":{"Type":12,"Value":"start up apps;startup tasks;start up tasks;startup settings;start up settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageStorageSenseAutomaticallyManageStorage-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageStorageSenseStorageOverview"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsPageStorageSenseAutomaticallyManageStorage"},"System.Comment":{"Type":12,"Value":"Turn on Storage Sense"},"System.HighKeywords":{"Type":12,"Value":"storage settings;storage sense settings;free up space;automatically free up space;automatically free space;free up disk space"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageStorageSenseStorageOverview-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageStorageSenseStorageOverview"},"System.Comment":{"Type":12,"Value":"Storage settings"},"System.HighKeywords":{"Type":12,"Value":"disks;sense;space;spaces;cleanup;clean-up;recycle;trash;bin;recyclebin;hard drive;hard drives;temp files;temporary files;disk size;storage sense;clean up storage;clean space;clean drive;clean disk;free storage;free space;save space;save storage;low storage;low space;get storage;get space;delete Windows;delete Windows.old;remove unnecessary files;clean unnecessary files;clean cache;clean temporary files;delete files;storage cleanup;clean up computer;local storage;freeing up space"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageStorageSenseStorageOverview-3.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageStorageSenseStorageOverview"},"System.Comment":{"Type":12,"Value":"Delete temporary files"},"System.HighKeywords":{"Type":12,"Value":"remove temporary files;storage settings;storage sense settings;free up space now;cleanup;clean up"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageTaskbar.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Comment":{"Type":12,"Value":"Taskbar settings"},"System.HighKeywords":{"Type":12,"Value":"task bar;personalize taskbar;personalization settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageThemes-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageThemes"},"System.Comment":{"Type":12,"Value":"Themes and related settings"},"System.HighKeywords":{"Type":12,"Value":"appearances;themepack;pack;packs;pointers;icon;appearance settings;windows online personalization gallery;mouse pointer;desktop icons;advanced sound;theme settings;personalize themes;personalization settings;customize;custom theme;customizing;personalizing;apply theme;apply a theme"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageTimeRegionDateTime-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionDateTime"},"System.Comment":{"Type":12,"Value":"Date & time settings"},"System.HighKeywords":{"Type":12,"Value":"dates;times;zone;zones;date and time settings;change date;change time zone;time zone settings;adjust date"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageTimeRegionLanguage-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionLanguage"},"System.Comment":{"Type":12,"Value":"Language settings"},"System.HighKeywords":{"Type":12,"Value":"non-Unicode;Windows display language;local experience pack;local experience packs;preferred language;native language;change language"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageTimeRegionRegion-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionRegion"},"System.Comment":{"Type":12,"Value":"Region settings"},"System.HighKeywords":{"Type":12,"Value":"country;countries;location;locations;format;calendar;currency;check regional settings;regional settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageTimeRegionSpelling-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Comment":{"Type":12,"Value":"Typing settings"},"System.HighKeywords":{"Type":12,"Value":"keyboards;keyboard settings;type;misspelling;mispelling"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageTroubleshoot.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTroubleshoot"},"System.Comment":{"Type":12,"Value":"Troubleshoot settings"},"System.HighKeywords":{"Type":12,"Value":"troubleshooter;troubleshooters;diagnose;trouble shoot;troubleshooting settings;fix problems;fix issues;fix trouble;fix connection;help with problem"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageUsb-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageUsb"},"System.Comment":{"Type":12,"Value":"USB settings"},"System.HighKeywords":{"Type":12,"Value":"flash drive settings;thumb drive settings;usb drive settings;problems with usb;problem with usb"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageVideo-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageVideo"},"System.Comment":{"Type":12,"Value":"Video playback"},"System.HighKeywords":{"Type":12,"Value":"video quality;video settings;video options;video playback options;play back;movie;movies"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageWindowsDefender-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageWindowsDefender"},"System.Comment":{"Type":12,"Value":"Windows Security settings"},"System.HighKeywords":{"Type":12,"Value":"antivirus settings;keep my pc safe;keep pc safe;keep my device safe;keep device safe"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageWindowsTeamCerts.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageWindowsTeamCerts"},"System.Comment":{"Type":12,"Value":"Certificate settings"},"System.HighKeywords":{"Type":12,"Value":"surface hub settings;import certificates;installed certificates;add certificates;add a certificate;surface hub certificates;certs;certificates settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageWindowsTeamLogs.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageWindowsTeamLogs"},"System.Comment":{"Type":12,"Value":"Surface Hub logs settings"},"System.HighKeywords":{"Type":12,"Value":"surface hub settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageWindowsTeamUSB.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageWindowsTeamUSB"},"System.Comment":{"Type":12,"Value":"Surface Hub USB settings"},"System.HighKeywords":{"Type":12,"Value":"surface hub settings;bitlocker settings;surface hub bitlocker;thumb drive;removable drive;flash drive"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageWorkAccess-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageWorkAccess"},"System.Comment":{"Type":12,"Value":"Access work or school"},"System.HighKeywords":{"Type":12,"Value":"join;disconnect;leave;unjoin;MDM;Azure;local;AD;AAD;domain;accounts;sync;info;management;manage;policy;enroll;enrollment;policies;Active Directory;device management;mobile device management;corporate policies;workplace policies;workplace settings;connect to work or school;account settings;work network;work email;connect to school;school email"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SettingsPageYourFamilyGroup.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageYourFamilyGroup"},"System.Comment":{"Type":12,"Value":"Manage family group"},"System.HighKeywords":{"Type":12,"Value":"child;children;add a family member"}},{"System.ParsingName":{"Type":12,"Value":"AAA_Settings_DeveloperModeGroup.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreDeveloperOptions"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_DeveloperModeGroup"},"System.Comment":{"Type":12,"Value":"Use developer features"},"System.HighKeywords":{"Type":12,"Value":"features mode;developer settings;developer mode settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_Settings_DeveloperMode_ExplorerSettingsGroup.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreDeveloperOptions"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_DeveloperMode_ExplorerSettingsGroup"},"System.Comment":{"Type":12,"Value":"File Explorer Developer Settings"},"System.HighKeywords":{"Type":12,"Value":"file explorer settings;developer mode settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_Settings_DeveloperMode_PowerShellSettingsGroup.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreDeveloperOptions"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_DeveloperMode_PowerShellSettingsGroup"},"System.Comment":{"Type":12,"Value":"PowerShell Developer Settings"},"System.HighKeywords":{"Type":12,"Value":"powershell settings;developer mode settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_Settings_DeveloperMode_RemoteDesktopSettingsGroup.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreDeveloperOptions"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_DeveloperMode_RemoteDesktopSettingsGroup"},"System.Comment":{"Type":12,"Value":"Remote Desktop Developer Settings"},"System.HighKeywords":{"Type":12,"Value":"remote desktop settings;developer mode settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_Settings_Group_Available_Networks.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkStatus"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_Group_Available_Networks"},"System.Comment":{"Type":12,"Value":"Show available networks"},"System.HighKeywords":{"Type":12,"Value":"internet settings;network status;network settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_Settings_Group_Connections_VPNCosted.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkVPN"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_Group_Connections_VPNCosted"},"System.Comment":{"Type":12,"Value":"Advanced VPN options"},"System.HighKeywords":{"Type":12,"Value":"advanced VPN settings;VPN advanced settings;VPN advanced options;VPN settings;network settings;internet settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_Settings_Group_NetworkStatus.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkStatus"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_Group_NetworkStatus"},"System.Comment":{"Type":12,"Value":"Check network status"},"System.HighKeywords":{"Type":12,"Value":"internet status;network settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Audio_MainOutputVolume.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessAudio"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Audio_MainOutputVolume"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessEasierToHearOptions"},"System.Comment":{"Type":12,"Value":"Adjust volume"},"System.HighKeywords":{"Type":12,"Value":"alerts;audio;change device volume;hearing;increase volume;louder;lower volume;make easier to hear;make it easier to hear;make louder;make quieter;make softer;raise volume;reduce volume;softer;sound;speaker volume;volume control;volume settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Braille_AddDevice.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Braille_AddDevice"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessBraille"},"System.Comment":{"Type":12,"Value":"Add a braille display"},"System.HighKeywords":{"Type":12,"Value":"add braille display;add braille device;add display;add device;add my braille display;device;devices;displays;use braille;set up braille"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Braille_Cursor_Blinking.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Braille_Cursor_Blinking"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessBraille"},"System.Comment":{"Type":12,"Value":"Turn braille cursor blinking on or off"},"System.HighKeywords":{"Type":12,"Value":"blink cursor;blinking cursor;braille blinking cursor;braille cursor settings;disable cursor blinking;enable cursor blinking;raise and lower braille cursor;text carrot blink rate;turn off cursor blinking;turn on cursor blinking"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Braille_Cursor_Representation.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Braille_Cursor_Representation"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessBraille"},"System.Comment":{"Type":12,"Value":"Choose how the cursor is shown on a braille display"},"System.HighKeywords":{"Type":12,"Value":"braille cursor display;braille cursor settings;braille cursor type;braille cursor shape;cursor display;cursor shape;display cursor"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Braille_Driver.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Braille_Driver"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessBraille"},"System.Comment":{"Type":12,"Value":"Change the default driver for your braille display"},"System.HighKeywords":{"Type":12,"Value":"libusb;serial;device;devices;displays;braille driver settings;braille default driver"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Braille_Installation.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Braille_Installation"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessBraille"},"System.Comment":{"Type":12,"Value":"Download and install braille"},"System.HighKeywords":{"Type":12,"Value":"add a braille display;add my braille display;braille download;braille installation;braille settings;configure braille;configure my braille display;download braille;how do I get braille working;Narrator braille settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Braille_InstalledDevices_Collection.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Braille_InstalledDevices_Collection"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessBraille"},"System.Comment":{"Type":12,"Value":"Braille devices"},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Braille_IsEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Braille_IsEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessBraille"},"System.Comment":{"Type":12,"Value":"Turn braille on or off"},"System.HighKeywords":{"Type":12,"Value":"braille settings;enable braille;disable braille;Narrator braille settings;start braille;shut off braille;turn off braille;turn on braille;use braille"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Braille_NotificationTimeout.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Braille_NotificationTimeout"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessBraille"},"System.Comment":{"Type":12,"Value":"Change braille notification timeout"},"System.HighKeywords":{"Type":12,"Value":"braille alerts;braille notification settings;change notification timeout;disable flash messages;enable flash messages;flash messages;notification timing;set notification timeout;show message timing"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Braille_Table_InputType.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Braille_Table_InputType"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessBraille"},"System.Comment":{"Type":12,"Value":"Change braille input table type"},"System.HighKeywords":{"Type":12,"Value":"braille table settings;change input table type;change to grade 1;change to grade 2;chouse input table type;computer braille tables;grade 1;grade 2;grades;input computer braille;tables;types;ueb;unified braille;unified english braille"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Braille_Table_LanguageInput.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Braille_Table_LanguageInput"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessBraille"},"System.Comment":{"Type":12,"Value":"Change braille input language"},"System.HighKeywords":{"Type":12,"Value":"change language;change input language;choose language;choose output language;languages;tables;braille language settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Braille_Table_LanguageOutput.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Braille_Table_LanguageOutput"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessBraille"},"System.Comment":{"Type":12,"Value":"Change braille output language"},"System.HighKeywords":{"Type":12,"Value":"change language;change output language;choose language;choose output language;languages;tables;braille language settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Braille_Table_OutputType.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Braille_Table_OutputType"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessBraille"},"System.Comment":{"Type":12,"Value":"Change braille output table type"},"System.HighKeywords":{"Type":12,"Value":"braille table settings;change output table type;change to grade 1;change to grade 2;choose output table type;computer braille tables;grade 1;grade 2;grades;output computer braille;tables;types;ueb;unified English braille;unified braille"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Caption_BackgroundColor.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessClosedCaptioning"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Caption_BackgroundColor"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessCCBackground"},"System.Comment":{"Type":12,"Value":"Change closed caption background color"},"System.HighKeywords":{"Type":12,"Value":"captions background color;closed captions background color;closed caption settings;sub-title background color;sub-titles background color;subtitle background color;subtitles background color"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Caption_BackgroundTransparency.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessClosedCaptioning"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Caption_BackgroundTransparency"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessCCBackground"},"System.Comment":{"Type":12,"Value":"Change closed caption background transparency"},"System.HighKeywords":{"Type":12,"Value":"captions background transparency;closed caption settings;closed captions background transparency;sub-title background transparency;sub-titles background transparency;subtitle background transparency;subtitles background transparency"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Caption_Color.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessClosedCaptioning"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Caption_Color"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessCCFont"},"System.Comment":{"Type":12,"Value":"Change caption font color"},"System.HighKeywords":{"Type":12,"Value":"captioning font settings;captions font settings;closed caption font settings;closed caption settings;closed captioning font settings;closed captions font settings;sub-title font settings;sub-titles font settings;subtitle font settings;subtitles font settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Caption_Effects.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessClosedCaptioning"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Caption_Effects"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessCCFont"},"System.Comment":{"Type":12,"Value":"Change closed caption text effects"},"System.HighKeywords":{"Type":12,"Value":"captions effects;change subtitle effects;change subtitles effects;closed captions effects;closed caption settings;subtitle effects"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Caption_Size.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessClosedCaptioning"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Caption_Size"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessCCFont"},"System.Comment":{"Type":12,"Value":"Change closed caption size"},"System.HighKeywords":{"Type":12,"Value":"bigger captions;bigger subtitles;captions size;closed captions size;increase caption size;increase captions size;increase subbitles size;increase subtitle size"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Caption_Style.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessClosedCaptioning"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Caption_Style"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessCCFont"},"System.Comment":{"Type":12,"Value":"Change closed caption font style"},"System.HighKeywords":{"Type":12,"Value":"closed captions style;closed caption settings;captions style"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Caption_Transparency.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessClosedCaptioning"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Caption_Transparency"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessCCFont"},"System.Comment":{"Type":12,"Value":"Change closed caption transparency"},"System.HighKeywords":{"Type":12,"Value":"captions transparency;closed caption settings;closed captions transparency;subtitle transparency;transparency captions;transparent captions;transparent subtitles"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Caption_WindowColor.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessClosedCaptioning"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Caption_WindowColor"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessCCDimWindow"},"System.Comment":{"Type":12,"Value":"Change closed caption window color"},"System.HighKeywords":{"Type":12,"Value":"captions window color;closed caption settings;closed captions window color;sub-title window color;sub-titles window color;subtitle window color;subtitles window color"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Caption_WindowTransparency.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessClosedCaptioning"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Caption_WindowTransparency"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessCCDimWindow"},"System.Comment":{"Type":12,"Value":"Change closed caption window transparency"},"System.HighKeywords":{"Type":12,"Value":"captions window transparency;closed caption settings;closed captions window transparency;sub-title window transparency;sub-titles window transparency;subtitle window transparency;subtitles window transparency"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_ColorFiltering_FilterType.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessColorFilter"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_ColorFiltering_FilterType"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessColorFilteringUsage"},"System.Comment":{"Type":12,"Value":"Adjust color filters"},"System.HighKeywords":{"Type":12,"Value":"black and white;blue yellow;blue-yellow;choose color filters;color inversion;colorblind settings;colorblindness;color wheel;colourblindness;deuteranopia;grayscale inverted;green weak;greyscale inverted;inversion;invert colors;invert screen;inverted;pie chart;protanopia;red green;red weak;red-green;reverse colors;select a color blindness filter;select a color filter;select a colorblindness filter;select color filters;tritanopia"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_ColorFiltering_IsEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessColorFilter"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_ColorFiltering_IsEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessColorFilteringUsage"},"System.Comment":{"Type":12,"Value":"Turn color filters on or off"},"System.HighKeywords":{"Type":12,"Value":"apply color filters;black and white;color filter settings;color filters settings;color inversion;colorblind settings;colorblindness;colourblindness;deuteranopia;grayscale inverted;greyscale inverted;inversion;invert color;invert colors;invert screen;inverted;protanopia;reverse colors;toggle color filters;tritanopia;turn on color filters;use color filters"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_ColorFiltering_IsShortcutKeyEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessColorFilter"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_ColorFiltering_IsShortcutKeyEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessColorFilteringUsage"},"System.Comment":{"Type":12,"Value":"Allow the shortcut key to turn color filters on or off"},"System.HighKeywords":{"Type":12,"Value":"color filter shortcut key;color filter settings;color filter shortcut settings;color filter start command;color filter toggle key;color filter toggle settings;color filters shortcut key;color filters shortcut settings;color filters start command;color filters toggle command;color filters toggle key;color filters toggle settings;command;keyboard command;keyboard shortcut"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_CursorIndicator_IndicatorType.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessTextCursor"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_CursorIndicator_IndicatorType"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessCursorIndicatorUsage"},"System.Comment":{"Type":12,"Value":"Change text cursor indicator size"},"System.HighKeywords":{"Type":12,"Value":"large cursor;small cursor;large text cursor;small text cursor;change text cursor size;change cursor size;blinking cursor size;blinking text cursor size"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_CursorIndicator_IsEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessTextCursor"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_CursorIndicator_IsEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessCursorIndicatorUsage"},"System.Comment":{"Type":12,"Value":"Turn on text cursor indicator"},"System.HighKeywords":{"Type":12,"Value":"caret;insertion point;settings;Ease of Access cursor;easier to see;make cursor easier to see;cannot see cursor;find cursor;blinking cursor"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_CursorIndicator_SuggestedColor.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessTextCursor"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_CursorIndicator_SuggestedColor"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessCursorIndicatorUsage"},"System.Comment":{"Type":12,"Value":"Change text cursor indicator color"},"System.HighKeywords":{"Type":12,"Value":"color text cursor;cursor color;color cursor;change cursor color;change text cursor color;blinking cursor color;blinking text cursor color"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_CursorThickness.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessTextCursor"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_CursorThickness"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessChangeCursorSize"},"System.Comment":{"Type":12,"Value":"Change cursor thickness"},"System.HighKeywords":{"Type":12,"Value":"caret;cursor size;cursor thickness settings;cursors;increase caret;increase cursor;indicator;insert;insertion;narrow caret;narrow cursor;thicker caret;thicker cursor;thin caret;thin cursor;wide caret;wider caret;wide cursor;wider cursor"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Display_AutoHideConsciousScrollbars.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Display_AutoHideConsciousScrollbars"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessSimplifyAndPersonalize"},"System.Comment":{"Type":12,"Value":"Automatically hide scroll bars in Windows"},"System.HighKeywords":{"Type":12,"Value":"automatically hide scrollbars;hide scrollbars;pan indicator;scroll bar settings;scrollbar settings;scrollbars;scrolling;show scrollbars"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Display_DisplayBrightness.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Display_DisplayBrightness"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMakeEverythingBrighter"},"System.Comment":{"Type":12,"Value":"Ease of Access brightness setting"},"System.HighKeywords":{"Type":12,"Value":"adjust brightness;brightness level;brightness settings;change brightness;dark;decrease brightness;dim brightness;display settings;increase brightness;light sensitive;light sensitivity;light-sensitive;light-sensitivity;lower brightness;make darker;make everything brighter;reduce brightness;reduce glare;screen brightness"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Display_Scaling_ItemSizeOverride.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Display_Scaling_ItemSizeOverride"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMakeEverythingLarger"},"System.Comment":{"Type":12,"Value":"Make everything bigger"},"System.HighKeywords":{"Type":12,"Value":"big display;bigger display;change the size of apps and text on the main display;change the size of text;display settings;display size;dpi settings;increase size;make bigger;scale settings;scaling settings;small display;text scaling settings;text size settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_HighContrast.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessHighContrast"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_HighContrast"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessHighContrastUsage"},"System.Comment":{"Type":12,"Value":"Change high contrast theme"},"System.HighKeywords":{"Type":12,"Value":"black theme;custom theme;customize high contrast;customize themes;high contrast black;high contrast white;high contrast #1;high contrast #2;themes;desktop themes;high contrast theme settings;theme settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_HighContrast_IsEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessHighContrast"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_HighContrast_IsEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessHighContrastUsage"},"System.Comment":{"Type":12,"Value":"Turn high contrast on or off"},"System.HighKeywords":{"Type":12,"Value":"14:1;boost contrast;colors;contrast settings;dark colors;dark theme;high contrast settings;increase contrast;maximize contrast;start high contrast;themes;turn on high contrast;use high contrast;high contrast shortcut key;high contrast shortcut settings;command;keyboard command;keyboard shortcut;high contrast keyboard command;high contrast keyboard shortcut;light sensitive;light sensitivity"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_IsAnimationsEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_IsAnimationsEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessSimplifyAndPersonalize"},"System.Comment":{"Type":12,"Value":"Show animations in Windows"},"System.HighKeywords":{"Type":12,"Value":"animation settings;dizziness;motion settings;windows animation"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_IsAudioMonoMixStateEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessAudio"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_IsAudioMonoMixStateEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessEasierToHearOptions"},"System.Comment":{"Type":12,"Value":"Turn mono audio on or off"},"System.HighKeywords":{"Type":12,"Value":"stereo;mono audio settings;audio channel;earpiece;hearing aid;bluetooth;headphones;head phones;headset"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_IsECStateEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessEyeGaze"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_IsECStateEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_Accessibility_Gaze_EyeControl_Group"},"System.Comment":{"Type":12,"Value":"Turn on eye control"},"System.HighKeywords":{"Type":12,"Value":"ease of access settings;accessibility settings;eye control settings;eye gaze settings;ease of access eye control settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_IsMouseKeysCtrlShiftEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMouse"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_IsMouseKeysCtrlShiftEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMouseKeys"},"System.Comment":{"Type":12,"Value":"Use Ctrl and Shift to change mouse pointer speed"},"System.HighKeywords":{"Type":12,"Value":"control key;control mouse key speed;control mouse keys speed;control speed of mouse keys;control speed of pointer;ctrl key;mouse cursor speed;mouse key pointer speed;mouse key settings;mouse keys pointer speed;mouse keys settings;shift key;slow down pointer;speed up pointer"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_IsMouseKeysEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMouse"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_IsMouseKeysEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMouseKeys"},"System.Comment":{"Type":12,"Value":"Turn Mouse Keys on or off"},"System.HighKeywords":{"Type":12,"Value":"control mouse with a keypad;control mouse with keyboard;control your mouse with a keypad;drive mouse with keyboard;keyboard control mouse;keyboard drive mouse;mouse key settings;mouse keys settings;mouse pointer keyboard;mouse with number keypad;mouse with numeric keypad;mouse with numpad;mousekey settings;mousekeys settings;number keypad mouse;number pad mouse;numeric keypad mouse;numpad mouse;use mouse with keyboard;use numeric keypad;use numpad;use num pad"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_IsMouseKeysIndicatorEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMouse"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_IsMouseKeysIndicatorEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMouseKeys"},"System.Comment":{"Type":12,"Value":"Show the Mouse Keys icon on the taskbar"},"System.HighKeywords":{"Type":12,"Value":"mouse key icons;taskbar icons;task bar icons;mouse key taskbar icon;mouse key settings;mouse keys settings;mouse keys taskbar;mouse settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_IsMouseKeysNumLockEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMouse"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_IsMouseKeysNumLockEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMouseKeys"},"System.Comment":{"Type":12,"Value":"Only use Mouse Keys when Num lock is on"},"System.HighKeywords":{"Type":12,"Value":"numlock;number lock;mouse keys num lock;num lock to use mouse keys;mouse key settings;mouse keys settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_IsOverlappedContentEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_IsOverlappedContentEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessSimplifyAndPersonalize"},"System.Comment":{"Type":12,"Value":"Show Windows background images"},"System.HighKeywords":{"Type":12,"Value":"background image settings;background settings;backgrounds;desktop background;desktop wallpaper;image;wallpaper settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_FilterBounceKeysDelay.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_FilterBounceKeysDelay"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessFilterKeys"},"System.Comment":{"Type":12,"Value":"Choose Bounce Keys delay"},"System.HighKeywords":{"Type":12,"Value":"bounce keys settings;bounce keys delay settings;delay interval;delay repeated keystrokes;ease of access keyboard settings;filter keys settings;filter key settings;keystroke delay;keystroke interval;keyboard settings;time interval;wait for keystrokes;wait for repeated keystrokes"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_FilterBounceKeysEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_FilterBounceKeysEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessFilterKeys"},"System.Comment":{"Type":12,"Value":"Turn on Bounce Keys"},"System.HighKeywords":{"Type":12,"Value":"bounce key settings;bounce keys settings;ease of access keyboard settings;filter keys settings;filter key settings;keyboard settings;start bounce keys;toggle bounce keys;use filter keys"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_FilterIndicatorEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_FilterIndicatorEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessFilterKeys"},"System.Comment":{"Type":12,"Value":"Show the Filter Keys icon on the taskbar"},"System.HighKeywords":{"Type":12,"Value":"ease of access keyboard settings;keyboard settings;filter keys indicator;filter keys settings;filter keys taskbar indicator;filter keys taskbar icon;taskbar icons;taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_FilterKeyBeepEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_FilterKeyBeepEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessFilterKeys"},"System.Comment":{"Type":12,"Value":"Beep when keys are pressed"},"System.HighKeywords":{"Type":12,"Value":"audio alert;beep on key press;ease of access keyboard settings;filter keys settings;filter key settings;keyboard settings;make a sound;play alert;play sound;sound alert;sound on key press;typing settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_FilterShortcutEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_FilterShortcutEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessFilterKeys"},"System.Comment":{"Type":12,"Value":"Allow the shortcut key to start Filter Keys"},"System.HighKeywords":{"Type":12,"Value":"command;ease of access keyboard settings;filter keys settings;filter keys shortcut key;filter keys shortcut settings;filter keys start command;keyboard command;keyboard settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_FilterSlowKeysDelay.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_FilterSlowKeysDelay"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessFilterKeys"},"System.Comment":{"Type":12,"Value":"Choose Slow Keys delay"},"System.HighKeywords":{"Type":12,"Value":"delay interval;delay repeated keystrokes;ease of access keyboard settings;filter keys settings;filter key settings;keystroke delay;keystroke interval;keyboard settings;slow keys settings;slow key settings;slow keys delay settings;time interval;wait for different keystrokes;wait for keystrokes;wait for new keystrokes"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_FilterSlowKeysEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_FilterSlowKeysEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessFilterKeys"},"System.Comment":{"Type":12,"Value":"Turn on Slow Keys"},"System.HighKeywords":{"Type":12,"Value":"slow key settings;slow keys settings;ease of access keyboard settings;filter keys settings;filter key settings;keyboard settings;start slow keys;toggle slow keys;use filter keys"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_FilterSlowKeysFirstRepeatDelay.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_FilterSlowKeysFirstRepeatDelay"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessFilterKeys"},"System.Comment":{"Type":12,"Value":"Choose delay for first keystroke when using Repeat Keys"},"System.HighKeywords":{"Type":12,"Value":"delay interval;delay keystroke;delay second keystroke;delay next keystroke;delay repeated keystrokes;ease of access keyboard settings;filter keys settings;filter key settings;keystroke delay;keystroke interval;keyboard settings;repeat key delay settings;repeat keys delay settings;repeat key interval settings;repeat keys interval settings;repeat keys settings;time interval;wait for keystrokes;wait for second keystroke;wait for repeated keystrokes"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_FilterSlowKeysNextRepeatDelay.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_FilterSlowKeysNextRepeatDelay"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessFilterKeys"},"System.Comment":{"Type":12,"Value":"Choose delay for second keystroke when using Repeat Keys"},"System.HighKeywords":{"Type":12,"Value":"delay interval;delay keystroke;delay second keystroke;delay next keystroke;delay repeated keystrokes;ease of access keyboard settings;filter keys settings;filter key settings;keystroke delay;keystroke interval;keyboard settings;repeat key delay settings;repeat keys delay settings;repeat key interval settings;repeat keys interval settings;repeat keys settings;time interval;wait for keystrokes;wait for second keystroke;wait for repeated keystrokes"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_FilterSlowKeysRepeatEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_FilterSlowKeysRepeatEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessFilterKeys"},"System.Comment":{"Type":12,"Value":"Turn on Repeat Keys"},"System.HighKeywords":{"Type":12,"Value":"repeat key settings;repeat keys settings;ease of access keyboard settings;filter keys settings;filter key settings;keyboard settings;start repeat keys;toggle repeat keys;use filter keys"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_IsFilterKeysEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_IsFilterKeysEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessFilterKeys"},"System.Comment":{"Type":12,"Value":"Use Filter Keys to ignore brief or repeated keystrokes"},"System.HighKeywords":{"Type":12,"Value":"accidental keystrokes;bounce keys;bouncy keys;ease of access keyboard settings;filter key settings;filter keys settings;filter out accidental keystrokes;filter out unintentional keystrokes;filterkey settings;filterkeys settings;keyboard settings;keys by accident;keystrokes by accident;press keys by accident;repeat keys;slow keys;start filter keys;toggle filter keys;turn on filter keys;type;typing;wait before accepting keystrokes"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_IsOSKEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_IsOSKEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessOSK"},"System.Comment":{"Type":12,"Value":"Turn the On-Screen Keyboard on or off"},"System.HighKeywords":{"Type":12,"Value":"OSK.exe;OSK;screen;mobility;switch;click;scan keys;hover mode;scan mode;single switch;on screen keyboard settings;onscreen keyboard settings;on-screen keyboard settings;keyboard settings;ease of access keyboard;touch keyboard settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_IsStickyKeysEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_IsStickyKeysEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessStickyKeys"},"System.Comment":{"Type":12,"Value":"Use Sticky Keys to press one key at a time for keyboard shortcuts"},"System.HighKeywords":{"Type":12,"Value":"commands;start sticky keys;start stickykeys;sticky key settings;stickykey settings;stickykeys settings;toggle sticky keys;toggle stickykeys;turn on sticky keys;turn on stickykeys;keyboard settings;ease of access keyboard settings;sticky keys settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_IsToggleKeysEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_IsToggleKeysEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessToggleKeys"},"System.Comment":{"Type":12,"Value":"Play a sound when pressing Caps Lock, Num Lock, or Scroll Lock"},"System.HighKeywords":{"Type":12,"Value":"caps lock;caps-lock;capslock;ease of access keyboard settings;keyboard settings;keyboard tone;num-lock;numlock;play a tone when pressing;play sound when pressing;play tone when pressing;pressed;scroll-lock;scrolllock;start toggle keys;toggle beep;toggle key settings;toggle keys settings;toggle toggle keys;toggle togglekeys;turn on toggle keys;turn on togglekeys"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_IsUnderlineShortcutEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_IsUnderlineShortcutEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessShortcutsBehavior"},"System.Comment":{"Type":12,"Value":"Underline access key shortcuts in menus when possible"},"System.HighKeywords":{"Type":12,"Value":"access key settings;access keys;keyboard settings;keys;shortcut;show shortcuts;show underlines;underline keyboard shortcuts;underlines"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_ShortcutSoundEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_ShortcutSoundEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessTyping"},"System.Comment":{"Type":12,"Value":"Make a sound when enabling Sticky Keys, Toggle Keys, or Filter Keys"},"System.HighKeywords":{"Type":12,"Value":"audio alert;ease of access keyboard settings;filter keys settings;filter key settings;keyboard settings;play alert;play sound;sound alert;sticky keys settings;toggle keys settings;typing settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_StickyIndicatorEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_StickyIndicatorEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessStickyKeys"},"System.Comment":{"Type":12,"Value":"Show the Sticky Keys icon on the taskbar"},"System.HighKeywords":{"Type":12,"Value":"ease of access keyboard settings;keyboard settings;sticky keys indicator;sticky keys settings;sticky keys taskbar indicator;sticky keys taskbar icon;taskbar icons;taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_StickyLockModifierEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_StickyLockModifierEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessStickyKeys"},"System.Comment":{"Type":12,"Value":"Lock the Sticky Keys modifier key when it's pressed twice in a row"},"System.HighKeywords":{"Type":12,"Value":"commands;ease of access keyboard settings;keyboard settings;lock modifier key;lock sticky keys modifier key;lock the modifier key;sticky key modifier key;sticky key settings;sticky keys settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_StickyModifierSoundEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_StickyModifierSoundEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessStickyKeys"},"System.Comment":{"Type":12,"Value":"Play a sound when the Sticky Keys modifier key is pressed"},"System.HighKeywords":{"Type":12,"Value":"audio alert;ease of access keyboard settings;keyboard settings;make a sound;modifier key pressed and released;modifier key released;play alert;play sound;press modifier key;sound alert;sticky key settings;sticky keys settings;typing settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_StickyShortcutEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_StickyShortcutEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessStickyKeys"},"System.Comment":{"Type":12,"Value":"Allow the shortcut key to start Sticky Keys"},"System.HighKeywords":{"Type":12,"Value":"command;ease of access keyboard settings;keyboard command;keyboard settings;sticky keys settings;sticky keys shortcut key;sticky keys shortcut settings;sticky keys start command;sticky keys toggle key;sticky keys toggle settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_StickyTwoKeyPressEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_StickyTwoKeyPressEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessStickyKeys"},"System.Comment":{"Type":12,"Value":"Turn off Sticky Keys when two keys are pressed at the same time"},"System.HighKeywords":{"Type":12,"Value":"ease of access keyboard settings;keyboard settings;sticky key settings;sticky keys settings;typing settings;sticky keys turned off"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_ToggleShortcutEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_ToggleShortcutEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessToggleKeys"},"System.Comment":{"Type":12,"Value":"Allow the shortcut key to start Toggle Keys"},"System.HighKeywords":{"Type":12,"Value":"command;ease of access keyboard settings;keyboard command;keyboard settings;toggle keys settings;toggle keys shortcut key;toggle keys shortcut settings;toggle keys start command"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Keyboard_WarningEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Keyboard_WarningEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessTyping"},"System.Comment":{"Type":12,"Value":"Show a message when turning on Sticky, Toggle, or Filter keys"},"System.HighKeywords":{"Type":12,"Value":"display alert;display warning;do you want to turn on;filter keys settings;keyboard settings;keyboard shortcuts;show a warning message;show warning message;sticky keys settings;toggle keys settings;warning"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Magnifier_CenterTextInsertionPoint.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMagnifier"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_CenterTextInsertionPoint"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_TrackingInfoText"},"System.Comment":{"Type":12,"Value":"Keep the text cursor centered"},"System.HighKeywords":{"Type":12,"Value":"caret;insertion point;settings;center;centered;Magnifier;Ease of Access;easier to see;make cursor easier to see;keep cursor on screen;on-screen;follow Magnifier;cannot see cursor;find cursor;blinking cursor;tracking"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Magnifier_FullScreenTrackingMode.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMagnifier"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_FullScreenTrackingMode"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_TrackingInfoText"},"System.Comment":{"Type":12,"Value":"Keep the mouse centered"},"System.HighKeywords":{"Type":12,"Value":"center the mouse pointer;centered mouse pointer;keep mouse on screen;keep mouse pointer on screen;keep mouse on-screen;keep mouse pointer on-screen;keep the mouse pointer centered;keep the mouse cursor centered;keep the mouse on screen;keep the mouse pointer on screen;keep the mouse on-screen;keep the mouse pointer on-screen;magnifier centered mouse pointer;magnifier centered mouse cursor;magnifier mouse settings;mouse follow magnifier;mouse cursor follow magnifier;mouse pointer follow magnifier"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Magnifier_IsAutoStartEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMagnifier"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_IsAutoStartEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMagnifierUsage"},"System.Comment":{"Type":12,"Value":"Start Magnifier automatically after sign-in"},"System.HighKeywords":{"Type":12,"Value":"auto-start magnifier;autostart magnifier;magnifier auto start settings;magnifier auto-start settings;magnifier autostart settings;magnifier log in settings;magnifier log on settings;magnifier login settings;magnifier logon settings;magnifier sign in options;magnifier sign in settings;magnifier sign-in options;magnifier sign-in settings;magnifier signin settings;sign in options;sign-in options"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Magnifier_IsAutoStartOnLogonDesktopEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMagnifier"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_IsAutoStartOnLogonDesktopEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMagnifierUsage"},"System.Comment":{"Type":12,"Value":"Start Magnifier before sign-in for everyone"},"System.HighKeywords":{"Type":12,"Value":"auto-start magnifier;autostart magnifier;magnifier auto start settings;magnifier auto-start settings;magnifier autostart settings;magnifier log in settings;magnifier log on settings;magnifier login settings;magnifier logon settings;magnifier sign in options;magnifier sign in settings;magnifier sign-in options;magnifier sign-in settings;magnifier signin settings;sign in options;sign-in options;start magnifier automatically"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Magnifier_IsEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMagnifier"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_IsEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMagnifierUsage"},"System.Comment":{"Type":12,"Value":"Turn Magnifier on or off"},"System.HighKeywords":{"Type":12,"Value":"enlarge;launch magnifier;magnifier settings;magnifiers;magnify;open magnifier;open zoom;start magnifier;start zoom;turn on magnifier;turn on zoom;use magnifier;use zoom;zoom"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Magnifier_IsFollowInsertPointEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMagnifier"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_IsFollowInsertPointEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_TrackingInfoText"},"System.Comment":{"Type":12,"Value":"Choose if Magnifier follows the text insertion point"},"System.HighKeywords":{"Type":12,"Value":"have magnifier follow text insertion point;have magnifier follow text caret;magnifier follow text insertion point;magnifier follow text caret;magnifer track text insertion point;magnifer track text caret;magnifier text settings;track text insertion point;track text caret"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Magnifier_IsFollowKeyFocusEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMagnifier"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_IsFollowKeyFocusEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_TrackingInfoText"},"System.Comment":{"Type":12,"Value":"Choose if Magnifier follows keyboard focus"},"System.HighKeywords":{"Type":12,"Value":"follow keyword focus;follow mouse pointer;have magnifier follow the mouse cursor;have magnifier follow the mouse pointer;magnifer track keyboard focus;magnifier follow mouse cursor;magnifier follow mouse pointer;magnifier keyboard settings;magnifier keyboard focus settings;track keyboard focus;track focus"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Magnifier_IsFollowMouseCursorEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMagnifier"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_IsFollowMouseCursorEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_TrackingInfoText"},"System.Comment":{"Type":12,"Value":"Choose if Magnifier follows the mouse"},"System.HighKeywords":{"Type":12,"Value":"follow mouse cursor;follow mouse pointer;have magnifier follow the mouse cursor;have magnifier follow the mouse pointer;have magnifier follow mouse cursor;have magnifier follow mouse pointer;magnifer track mouse cursor;magnifer track mouse pointer;magnifer track the mouse cursor;magnifer track the mouse pointer;magnifier follow mouse cursor;magnifier follow mouse pointer;magnifier mouse settings;track mouse cursor;track mouse pointer;track the mouse cursor;track the mouse pointer"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Magnifier_IsFollowNarratorEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMagnifier"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_IsFollowNarratorEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_TrackingInfoText"},"System.Comment":{"Type":12,"Value":"Choose if Magnifier follows Narrator focus"},"System.HighKeywords":{"Type":12,"Value":"follow narrator cursor;follow narrrator focus;have magnifier follow narrator cursor;have magnifier follow narrator focus;magnifer track narrator cursor;magnifer track narrator focus;magnifier follow narrator cursor;magnifier follow narrator focus;magnifier narrator focus settings;magnifier narrator settings;track narrator cursor;track narrator focus"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Magnifier_IsInversionColorEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMagnifier"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_IsInversionColorEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMagnifierUsage"},"System.Comment":{"Type":12,"Value":"Invert colors"},"System.HighKeywords":{"Type":12,"Value":"inversion;magnifier color inversion;magnifier color settings;magnifier inversion;magnifier invert colors;magnifier reverse colors;reverse colors"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Magnifier_Magnification.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMagnifier"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_Magnification"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMagnifierUsage"},"System.Comment":{"Type":12,"Value":"Change Magnifier zoom level"},"System.HighKeywords":{"Type":12,"Value":"change zoom level;decrease zoom level;increase zoom level;magnification level;magnification settings;magnifier settings;magnifier zoom settings;max zoom level;maximize zoom level;zoom in"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Magnifier_Mode-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMagnifier"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_Mode"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMagnifierViewGroup"},"System.Comment":{"Type":12,"Value":"Change Magnifier lens size"},"System.HighKeywords":{"Type":12,"Value":"change lens size;change lense size;increase lens size;increase lense size;lens mode;lense mode;lense size;magnifier lens mode;magnifier lense mode;magnifier lens settings;magnifier lense settings;magnifier lens size settings;magnifier lense size settings;zoom lens size;zoom lens settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Magnifier_Mode.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMagnifier"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_Mode"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMagnifierViewGroup"},"System.Comment":{"Type":12,"Value":"Change Magnifier view"},"System.HighKeywords":{"Type":12,"Value":"choose a view;choose view;dock mode;docked mode;full screen mode;full-screen mode;fullscreen mode;lens mode;magnifier lens mode;magnifier docked mode;magnifier dock mode;magnifier full-screen;magnifier full screen;magnifier fullscreen;picture in picture;picture-in-picture;magnifier PIP;magnifier mode settings;magnifier view settings;magnifier view mode;PIP;view mode;zoom mode"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Magnifier_ModifierKey.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMagnifier"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_ModifierKey"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMagnifierReadingExperience"},"System.Comment":{"Type":12,"Value":"Change the Magnifier Reading modifier"},"System.HighKeywords":{"Type":12,"Value":"Magnifier keyboard modifier;Magnifier modifier key;Magnifier reading modifier key"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Magnifier_UseBitmapSmoothing.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMagnifier"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_UseBitmapSmoothing"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMagnifierUsage"},"System.Comment":{"Type":12,"Value":"Smooth edges of images and text"},"System.HighKeywords":{"Type":12,"Value":"anti alias text;anti-alias text;font smoothing;image smoothing;magnifier font smoothing;magnifier sharp text;magnifier sharpen text;magnifier smooth settings;magnifier smooth text;magnifier text smoothing;remove jaggies;sharpen foonts;sharpen text;smooth fonts;smooth images;smooth text;text smoothing"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Magnifier_ZoomIncrement.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMagnifier"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Magnifier_ZoomIncrement"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMagnifierUsage"},"System.Comment":{"Type":12,"Value":"Change zoom increment"},"System.HighKeywords":{"Type":12,"Value":"change amount of zoom;change zoom amount;change zoom level;change zoom increments;change zoom jumps;increase zoom increment;magnification level;magnification settings;zoom amount;magnifier settings;magnifier zoom settings;magnifier zoom increment"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_MouseCursorColor.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMousePointer"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_MouseCursorColor"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMouseCursorSize"},"System.Comment":{"Type":12,"Value":"Change mouse pointer color"},"System.HighKeywords":{"Type":12,"Value":"black cursor;black mouse cursor;black mouse pointer;black pointer;change pointer color;colors;cursor color;cursor settings;inverted cursor;inverted mouse cursor;inverted mouse pointer;inverted pointer;mouse color;mouse pointer color settings;mouse pointer settings;white cursor;white mouse cursor;white mouse pointer;white pointer"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_MouseCursorSize.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMousePointer"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_MouseCursorSize"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMouseCursorSize"},"System.Comment":{"Type":12,"Value":"Change mouse pointer size"},"System.HighKeywords":{"Type":12,"Value":"big cursor;big mouse cursor;big mouse pointer;big pointer;bigger cursor;bigger mouse cursor;bigger mouse pointer;bigger pointer;change cursor;change mouse cursor;change pointer size;cursor size;cursor settings;increase pointer size;larger cursor;larger mouse cursor;large mouse cursor;mouse cursor;mouse pointer settings;mouse pointer size settings;mouse settings;mouse size"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_MouseKeys_MaximumSpeed.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMouse"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_MouseKeys_MaximumSpeed"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMouseKeys"},"System.Comment":{"Type":12,"Value":"Change the max speed of the mouse pointer"},"System.HighKeywords":{"Type":12,"Value":"adjust pointer speed;adjust speed;decrease mouse speed;increase mouse speed;max mouse speed;maximum mouse speed;mouse cursor speed;mouse key pointer speed;mouse key settings;mouse keys pointer speed;mouse keys settings;mouse pointer speed;pointer speed;set mouse pointer speed;set pointer speed;slow down mouse;slow down pointer;speed up mouse;speed up pointer"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_MouseKeys_TimeToMaximumSpeed.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMouse"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_MouseKeys_TimeToMaximumSpeed"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessMouseKeys"},"System.Comment":{"Type":12,"Value":"Change how fast the mouse pointer moves"},"System.HighKeywords":{"Type":12,"Value":"set mouse acceleration;increase mouse acceleration;decrease mouse acceleration;pointer acceleration;change mouse acceleration;change acceleration;mouse key settings;mouse keys settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_AreNarratorErrorsVoiced.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_AreNarratorErrorsVoiced"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorHearOnReading"},"System.Comment":{"Type":12,"Value":"Have Narrator announce why an action can't be performed"},"System.HighKeywords":{"Type":12,"Value":"echo errors;error echo;mistake;mistakes;Narrator error settings;notify me of Narrator error messages;notify me of Narrator messages;red squiggly;repeat errors;squiggly"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_CapitalizationReading.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_CapitalizationReading"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorHearOnReading"},"System.Comment":{"Type":12,"Value":"Change Narrator capitalization reading"},"System.HighKeywords":{"Type":12,"Value":"capitalization announcements;read capitals;read capitalization;announce capitals;announce capitalization;proof capitals;read case;reading casing;voice pitch;increased pitch;change pitch;higher pitch;say cap"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_ContextualReadingAmount.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_ContextualReadingAmount"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorHearOnReading"},"System.Comment":{"Type":12,"Value":"Change the level of context provided for buttons and other controls"},"System.HighKeywords":{"Type":12,"Value":"change context reading behavior;change the amount of information spoken about controls;change the level of context Narrator provides for buttons and other controls;context reading;contextual;control verbosity;controls verbosity;details;full context;narrator context settings;Narrator details;Narrator information;Narrator text details;Narrator text information;Narrator text verbosity;Narrator verbosity settings;partial context;text details;verbosity settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_ContextualReadingOrder.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_ContextualReadingOrder"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorHearOnReading"},"System.Comment":{"Type":12,"Value":"Change the order of context reading for buttons and other controls"},"System.HighKeywords":{"Type":12,"Value":"adjust order of context reading for buttons and other controls;after context;before context;change Narrator context order;context after;context before;context order;context verbosity;contextual order;Narrator context order;Narrator context settings;Narrator contextual settings;Narrator verbosity settings;verbosity settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_CursorMode.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_CursorMode"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorCursor"},"System.Comment":{"Type":12,"Value":"Choose Narrator cursor mode"},"System.HighKeywords":{"Type":12,"Value":"advanced navigation;object navigation;cursor navigation mode;UIA tree navigation"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsAlwaysLoggingEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsAlwaysLoggingEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorSync"},"System.Comment":{"Type":12,"Value":"Send diagnostic data to improve Narrator"},"System.HighKeywords":{"Type":12,"Value":"narrator + f;narrator + alt + f;caps + f;alt + f;caps + e;caps - e;caps e;caps lock + e;caps lock - e;caps lock e;caps lock+e;caps lock-e;caps+e;caps-e;give feedback;give Narrator feedback;log feedback;log Narrator feedback;Narrator diagnostics;Narrator feedback settings;send feedback;send Narrator feedback"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsAutoStartEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsAutoStartEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorStartup"},"System.Comment":{"Type":12,"Value":"Start Narrator after sign-in for me"},"System.HighKeywords":{"Type":12,"Value":"always start Narrator;auto-start Narrator;autostart Narrator;Narrator auto start settings;Narrator auto-start settings;Narrator autostart settings;Narrator log in settings;Narrator log on settings;Narrator login settings;Narrator logon settings;Narrator sign in settings;Narrator sign-in settings;Narrator signin settings;never start Narrator;start Narrator when I log in;start Narrator when I sign in;start Narrator when I sign-in;start Narrator when I signin;Narrator off"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsAutoStartOnLogonDesktopEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsAutoStartOnLogonDesktopEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorStartup"},"System.Comment":{"Type":12,"Value":"Start Narrator before sign-in for everyone"},"System.HighKeywords":{"Type":12,"Value":"always start Narrator;auto-start Narrator;autostart Narrator;Narrator auto start settings;Narrator auto-start settings;Narrator autostart settings;Narrator on the lock screen;Narrator start settings;Narrator starts;never start Narrator;start Narrator on the lock screen;start Narrator when computer starts;start Narrator when I start my computer;Narrator off"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsAutomaticAdvancedInfoEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsAutomaticAdvancedInfoEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorHearOnReading"},"System.Comment":{"Type":12,"Value":"Hear advanced information about controls when navigating"},"System.HighKeywords":{"Type":12,"Value":"limit what I hear;hear tooltips while navigating;make Narrator less chatty;make Narrator less verbose;Narrator control hints;Narrator control tips;Narrator controls;Narrator help;Narrator advanced information;Narrator read less;turn off Narrator advanced information;screen reader verbosity;speak more about controls;turn on Narrator advanced information;verbosity;verboseness"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsDuckAudioEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsDuckAudioEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorVoice"},"System.Comment":{"Type":12,"Value":"Lower the volume of other apps when Narrator is speaking"},"System.HighKeywords":{"Type":12,"Value":"Narrator audio settings;Narrator sound settings;Narrator volume settings;audio ducking;audio settings;audio-ducking;channels;duck Cortana when Narrator is speaking;duck Narrator;duck audio;duck music while Narrator is speaking;duck sound;ducking;multimedia;sound level;sound settings;streams;volume level"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsEchoCharacterEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsEchoCharacterEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorHearOnTyping"},"System.Comment":{"Type":12,"Value":"Hear letters, numbers, and punctuation as you type"},"System.HighKeywords":{"Type":12,"Value":"change what I hear when typing with Narrator;character echo;echo characters;echo letters;letter echo;keyboard;keys;Narrator character echo;Narrator keyboard;Narrator type characters settings;read characters;read letters;read out characters;read out letters;repeat characters;repeat letters;toggle character reading;toggle keyboard echo;typing"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsEchoFunctionKeyEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsEchoFunctionKeyEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorHearOnTyping"},"System.Comment":{"Type":12,"Value":"Hear function keys as you type"},"System.HighKeywords":{"Type":12,"Value":"change what I hear when typing with Narrator;function key echo;echo function keys;Narrator function key echo;Narrator type function key settings;read function keys;toggle function key reading;toggle keyboard echo;Narrator keyboard;typing;keyboard keys;read out function"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsEchoModifierKeyEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsEchoModifierKeyEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorHearOnTyping"},"System.Comment":{"Type":12,"Value":"Hear Shift, Alt, and other modifier keys as you type"},"System.HighKeywords":{"Type":12,"Value":"Narrator keyboard;typing;keyboard;shift;control;windows;alt;modifiers;change what I hear when typing with Narrator;modifier key echo;echo modifier keys;Narrator modifier key echo;Narrator type modifier key settings;read modifier keys;toggle modifier key reading;toggle keyboard echo"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsEchoNavigationKeyEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsEchoNavigationKeyEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorHearOnTyping"},"System.Comment":{"Type":12,"Value":"Hear arrow, Tab, and other navigation keys as you type"},"System.HighKeywords":{"Type":12,"Value":"Narrator keyboard;typing;keyboard;arrows;arrow keys;tab key;change what I hear when typing with Narrator;Navigation key echo;echo navigation keys;Narrator navigation key echo;Narrator type navigation key settings;read navigation keys;toggle navigation key reading;toggle keyboard echo"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsEchoToggleKeyEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsEchoToggleKeyEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorHearOnTyping"},"System.Comment":{"Type":12,"Value":"Hear Caps Lock, Num Lock, and other toggle keys as you type"},"System.HighKeywords":{"Type":12,"Value":"Narrator keyboard;typing;keyboard;caps lock;capslock;num lock;numlock;scroll lock;change what I hear when typing with Narrator;Toggle key echo;echo Toggle keys;Narrator Toggle key echo;Narrator type toggle key settings;read toggle keys;toggle toggle key reading;toggle keyboard echo"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsEchoWordEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsEchoWordEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorHearOnTyping"},"System.Comment":{"Type":12,"Value":"Hear words as you type"},"System.HighKeywords":{"Type":12,"Value":"change what I hear when typing with Narrator;echo words;hear words that I type;keyboard;Narrator keyboard;Narrator type word settings;Narrator word echo;read out words;read words;repeat words;speak words;toggle keyboard echo;word echo;words as I type"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorUse"},"System.Comment":{"Type":12,"Value":"Turn Narrator on or off"},"System.HighKeywords":{"Type":12,"Value":"launch Narrator;open Narrator;read aloud;read screen;read with Narrator;start Narrator;start reader;start screen reader;stop Narrator;stop reader;stop screen reader;stop speaking;stop talking;text to speech;text-to-speech;toggle Narrator;toggle off Narrator;toggle off reader;toggle off screen reader;tts;turn off Narrator;turn off reader;turn off screen reader;turn on Narrator;turn on reader;turn on screen reader;use Narrator"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsFastKeyEntryEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsFastKeyEntryEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorKeyboard"},"System.Comment":{"Type":12,"Value":"Choose how touch keyboard keys are pressed when Narrator is on"},"System.HighKeywords":{"Type":12,"Value":"activate keys;fast typing;lift finger;Narrator keyboard settings;touch type;touch typing;touch-type;touch-typing;type fast"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsFollowInsertionEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsFollowInsertionEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorCursor"},"System.Comment":{"Type":12,"Value":"Choose if my cursor follows the Narrator cursor"},"System.HighKeywords":{"Type":12,"Value":"focus;follow Narrator focus;follow cursor;follow focus;follow Narrator cursor;follow the Narrator cursor;Narrator cursor settings;Narrator keyboard focus settings;Narrrator focus;text caret"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsFollowKeyboardFocusEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsFollowKeyboardFocusEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorCursor"},"System.Comment":{"Type":12,"Value":"Sync Narrator cursor and system focus"},"System.HighKeywords":{"Type":12,"Value":"follow both cursors;follow focus;follow system focus;follow the caret;keyboard focus;Narrator cursor focus;Narrator cursor settings;Narrator focus settings;Narrator follow focus;Narrator follow keyboard focus;Narrator follow system focus;Narrator sync focus;Narrator synchronize focus;Narrator synchronized focus;Narrator system focus;sync cursors;sync focus;sync Narrator focus;synchronize focus"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsFollowMouseEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsFollowMouseEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorCursor"},"System.Comment":{"Type":12,"Value":"Choose if Narrator cursor follows the mouse"},"System.HighKeywords":{"Type":12,"Value":"follow mouse;mouse focus;Narrator follow mouse focus;Narrator follow the mouse focus;Narrator mouse focus;Narrator mouse settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsHearOnlySoundsForCommonActionsEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsHearOnlySoundsForCommonActionsEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorHearOnReading"},"System.Comment":{"Type":12,"Value":"Hear only sounds for common actions"},"System.HighKeywords":{"Type":12,"Value":"Narrator sound setting;scan mode sound setting;link sound setting;turn off Narrator sounds setting;customize Narrator sounds setting;Narrator audio setting;Narrator sound effects setting;turn off Narrator sound effects setting;customize Narrator sound effects setting;turn off scan mode sound setting;turn off link sound setting"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsHighlightCursorEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsHighlightCursorEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorCursor"},"System.Comment":{"Type":12,"Value":"Show the Narrator cursor on the screen"},"System.HighKeywords":{"Type":12,"Value":"blue box;blue outline;box;focus;hide Narrator cursor;highlight;make the Narrator cursor visible;make Narrator cursor visible;Narrator blue box;Narrator blue cursor;Narrator blue focus;Narrator box;Narrator cursor settings;Narrator focus;Narrator highlight;show Narrator cursor;track the Narrator cursor;turn off the Narrator cursor;turn off Narrator cursor;visual cursor for Narrator"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsIntonationPauseEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsIntonationPauseEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorHearOnReading"},"System.Comment":{"Type":12,"Value":"Have Narrator use punctuation to determine pauses"},"System.HighKeywords":{"Type":12,"Value":"emphasis;intonation settings;Narrator intonation settings;Narrator pause settings;natural;pitch;tone;turn on intonation pauses"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsNarratorHomeAutoStartEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsNarratorHomeAutoStartEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorStartup"},"System.Comment":{"Type":12,"Value":"Show Narrator Home when I turn on Narrator"},"System.HighKeywords":{"Type":12,"Value":"don't show Narrator Home;don't show Narrator window;get rid of Narrator Home;stop showing Narrator window;stop showing Narrator Home"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsNarratorHomeMinimizeSystrayEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsNarratorHomeMinimizeSystrayEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorStartup"},"System.Comment":{"Type":12,"Value":"Minimize Narrator Home"},"System.HighKeywords":{"Type":12,"Value":"minimize Narrator to system tray;don't put narrator in alt tab;get rid of narrator home;system tray"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsNarratorKeyLocked.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsNarratorKeyLocked"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorKeyboard"},"System.Comment":{"Type":12,"Value":"Choose if the Narrator key is locked"},"System.HighKeywords":{"Type":12,"Value":"Narrator commands;Narrator key lock settings;Narrator keyboard settings;Narrator keyboard shortcuts;Narrator modifier key;caps lock;commands;keys;lock Narrator key;lock key;lock the Narrator key"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsOnlineServicesEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsOnlineServicesEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorSync"},"System.Comment":{"Type":12,"Value":"Use online services with Narrator"},"System.HighKeywords":{"Type":12,"Value":"online service;privacy;image descriptions;page titles;popular links;images descriptions;describe images;familiar links;page headings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsReadCharactersPhoneticallyEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsReadCharactersPhoneticallyEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorHearOnReading"},"System.Comment":{"Type":12,"Value":"Hear characters read phonetically"},"System.HighKeywords":{"Type":12,"Value":"phonetic alphabet;alfa bravo charlie;alpha bravo charlie;nato;icao;Narrator character reading;read characters phonetically;Narrator phonetics"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsReadHintsEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsReadHintsEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorHearOnReading"},"System.Comment":{"Type":12,"Value":"Hear interaction hints for controls and buttons"},"System.HighKeywords":{"Type":12,"Value":"make Narrator less chatty;make Narrator less verbose;Narrator control hints;Narrator control tips;Narrator controls;Narrator help;Narrator hints;Narrator interaction hints;Narrator interaction tips;Narrator tips;tips;turn off Narrator help messages;turn off Narrator hints"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsReadMouseEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsReadMouseEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorCursor"},"System.Comment":{"Type":12,"Value":"Let Narrator read and interact with the screen when using the mouse"},"System.HighKeywords":{"Type":12,"Value":"Narrator mouse settings;mouse interaction;read and interact using the mouse;read with mouse;read with the mouse;speak mouse movement;use Narrator with mouse;use Narrator with the mouse;use mouse with Narrator;use the mouse with Narrator"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsReadingWithIntentEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsReadingWithIntentEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorHearOnReading"},"System.Comment":{"Type":12,"Value":"Have Narrator's voice emphasize formatted text"},"System.HighKeywords":{"Type":12,"Value":"enunciate text with Narrator;emphasis;format emphasis;formatting emphasis;Narrator pitch;Narrator text emphasis settings;Narrator text settings;Narrator tone;pitch;read bold text with Narrator;read formatting with Narrator;read italicized text with Narrator;read text formatting with Narrator;text formatting;tone"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsScriptingEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsScriptingEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorHearOnReading"},"System.Comment":{"Type":12,"Value":"Have Narrator be more efficient in Outlook (experimental)"},"System.HighKeywords":{"Type":12,"Value":"Narrator and Outlook;Outlook with Narrator;Experimental;Efficient Outlook reading with Narrator;Outlook folder reading with Narrator;Outlook inbox reading with Narrator"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_IsShortcutKeyEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_IsShortcutKeyEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorStartup"},"System.Comment":{"Type":12,"Value":"Allow the shortcut key to start Narrator"},"System.HighKeywords":{"Type":12,"Value":"command;keyboard command;keyboard shortcut;Narrator shortcut key;Narrator shortcut settings;Narrator start command;Narrator toggle key;Narrator toggle settings;never allow Narrator to turn on;never start Narrator;start Narrator with a shortcut;stop Narrator;turn off Narrator forever;turn off Narrator shortcut key;turn off the Narrator shortcut key"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_KeyboardLayout.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_KeyboardLayout"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorKeyboard"},"System.Comment":{"Type":12,"Value":"Change Narrator's keyboard layout"},"System.HighKeywords":{"Type":12,"Value":"change keyboard layout;change layout;commands;keyboard commands;legacy keyboard;modern keyboard;Narrator desktop layout;Narrator key selection;Narrator keyboard layout;Narrator keyboard settings;Narrator keyboard type;Narrator laptop layout;Narrator layout;Narrator legacy;Narrator modern;Narrator num pad;Narrator number pad;Narrator numeric keypad;Narrator numpad;Narrator standard;select keyboard layout"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_KeyboardRemapLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_KeyboardRemapLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorKeyboard"},"System.Comment":{"Type":12,"Value":"Customize Narrator commands"},"System.HighKeywords":{"Type":12,"Value":"change Narrator keyboard shortcuts;remap keyboard shortcuts;Narrator shortcuts;Narrator keyboard layout"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_LaunchNarratorHomeLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_LaunchNarratorHomeLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorUse"},"System.Comment":{"Type":12,"Value":"Show Narrator Home"},"System.HighKeywords":{"Type":12,"Value":"home;homepage;UI;new in Narrator;user interface;window;narrator what's new;narrator whats new;whats new;what's new"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_LaunchNarratorQuickStartLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_LaunchNarratorQuickStartLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorUse"},"System.Comment":{"Type":12,"Value":"Learn Narrator basics with QuickStart"},"System.HighKeywords":{"Type":12,"Value":"docs;documentation;get started Narrator;get started with Narrator;guidance;help;Narrator documentation;Narrator get started;Narrator help;Narrator quick start;Narrator quickstart;Narrator tips;Narrator tutorial;quick start;tutorial"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_LearnHowToInstallVoicesLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_LearnHowToInstallVoicesLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorVoice"},"System.Comment":{"Type":12,"Value":"Learn how to add more voices"},"System.HighKeywords":{"Type":12,"Value":"add more languages;add Narrator voices;add tts;add voices;change Narrator's language;change Narrator language;change Narrator's voice;change Narrator voice;change the language;change the voice;get voices;get Narrator voices;get more voices;get more Narrator voices"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_LearnHowToUseNarratorLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_LearnHowToUseNarratorLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorUse"},"System.Comment":{"Type":12,"Value":"Complete guide to Narrator"},"System.HighKeywords":{"Type":12,"Value":"docs;documentation;guidance;help;getting started guide;learn Narrator;manual;Narrator basics;Narrator documentation;Narrator guide;Narrator help guide;Narrator manual;Narrator tips;Narrator tutorial;Narrator user guide;tutorial;user guide"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_ModifierKey.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_ModifierKey"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorKeyboard"},"System.Comment":{"Type":12,"Value":"Change the Narrator key"},"System.HighKeywords":{"Type":12,"Value":"caps lock key;capslock key;insert key;modifier key;Narrator caps lock key;Narrator insert key;Narrator keyboard modifier;Narrator keyboard settings;screen reader modifier key"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_SelectAudioChannel.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_SelectAudioChannel"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorVoice"},"System.Comment":{"Type":12,"Value":"Select Narrator audio output device"},"System.HighKeywords":{"Type":12,"Value":"audio channel;audio device;change the device Narrator speaks from;change the place where Narrator speaks from;change where I hear Narrator from;channel;default audio device;headphones;narrator audio output settings;Narrator sound card;Narrator sound output;speakers"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_SpeechPitch.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_SpeechPitch"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorVoice"},"System.Comment":{"Type":12,"Value":"Change Narrator voice pitch"},"System.HighKeywords":{"Type":12,"Value":"change how high Narrator speaks;change how low Narrator speaks;change the Narrator pitch;change voice pitch;higher pitch;higher voice;intonation;lower pitch;lower voice;Narrator voice pitch settings;quality;timber;timbre;tone;tts pitch;voice quality;voice timber;voice timbre;voice tone"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_SpeechSpeed.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_SpeechSpeed"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorVoice"},"System.Comment":{"Type":12,"Value":"Change Narrator voice speed"},"System.HighKeywords":{"Type":12,"Value":"change how fast Narrator talks;change rate of Narrator's speech;change the rate of Narrator's speech;change the speech rate;change voice speed;make Narrator faster;make Narrator slower;Narrator voice speed settings;slow down Narrator;speech rate for Narrator;speed up Narrator;tts rate;tts speed;voice rate"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_SpeechVoices.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_SpeechVoices"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorVoice"},"System.Comment":{"Type":12,"Value":"Change Narrator voice"},"System.HighKeywords":{"Type":12,"Value":"change my voice;change the way Narrator speaks;change the way Narrator talks;change tts;change voices;choose a voice;choose voices;Narrator Mark;Narrator voice settings;select a voice;select voices;voice settings;voices"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_SpeechVolume.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_SpeechVolume"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorVoice"},"System.Comment":{"Type":12,"Value":"Change Narrator voice volume"},"System.HighKeywords":{"Type":12,"Value":"change voice volume;decrease volume;increase volume;lower volume;make Narrator louder;make Narrator softer;Narrator lower volume;Narrator raise volume;Narrator reduce volume;Narrator voice volume settings;Narrator volume settings;raise volume;reduce volume;tts level;tts volume;turn down Narrator volume;turn up Narrator volume;volume settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_UseSettingsBeforeSignIn.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_UseSettingsBeforeSignIn"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorSync"},"System.Comment":{"Type":12,"Value":"Use Narrator settings before sign-in"},"System.HighKeywords":{"Type":12,"Value":"braille lock;braille login;braille sign-in;braille signin;Narrator sign-in settings;Narrator signin settings;Narrator sync settings;sign-in settings;signin settings;sync my settings;sync settings;synchronize;use braille display at sign-in;use braille display everywhere;use braille display on lock;use brialle display at signin;use my braille display everywhere"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_Narrator_UserVerbosityAmount.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessNarrator"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_Narrator_UserVerbosityAmount"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessNarratorHearOnReading"},"System.Comment":{"Type":12,"Value":"Change the level of detail Narrator provides"},"System.HighKeywords":{"Type":12,"Value":"reading;navigation;control reading;lite;full;basic editing;rich;verbosity levels;verboseness;chatty;levels;attributes;spelling and grammar announcements;font changes;bold;italic;underline"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_NotificationDuration.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_NotificationDuration"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessSimplifyAndPersonalize"},"System.Comment":{"Type":12,"Value":"Choose how long notifications are shown"},"System.HighKeywords":{"Type":12,"Value":"alerts;alert settings;banners;banner settings;bigger timeout;increase timeout;longer timeout;notification settings;show notifications for;timeout;time-out;toasts;toast settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_SoundSentry.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessAudio"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_SoundSentry"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessVisualAlertOptions"},"System.Comment":{"Type":12,"Value":"Show visual alerts for audio notifications"},"System.HighKeywords":{"Type":12,"Value":"audio alerts;audio notification settings;flash;hearing;show audio alerts visually;sound sentry;visible alerts"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_SpeechRecognition_IsEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessSpeechRecognition"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_SpeechRecognition_IsEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessSpeechRecognitionUsage"},"System.Comment":{"Type":12,"Value":"Turn on Speech Recognition"},"System.HighKeywords":{"Type":12,"Value":"dictate;dictation settings;microphone;talk;speech recognition settings;speech settings;windows speech recognition;wsr"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Accessibility_UsePrintScreenKeyForSnippingEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessKeyboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Accessibility_UsePrintScreenKeyForSnippingEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEasoOfAccessKeyboardPrintScreenKey"},"System.Comment":{"Type":12,"Value":"Use the Print Screen key to launch screen snipping"},"System.HighKeywords":{"Type":12,"Value":"prtscn;clipping;snip;screen capture;screenshot settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Activation_BuyKey.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageActivate"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Activation_BuyKey"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupActivation"},"System.Comment":{"Type":12,"Value":"Buy product key"},"System.HighKeywords":{"Type":12,"Value":"Windows activation settings;activation settings;product key settings;purchase product key"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Activation_ChangePK.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageActivate"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Activation_ChangePK"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupActivation"},"System.Comment":{"Type":12,"Value":"Change product key"},"System.HighKeywords":{"Type":12,"Value":"Windows activation settings;activation settings;product key settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Activation_Troubleshooter.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageActivate"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Activation_Troubleshooter"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupActivation"},"System.Comment":{"Type":12,"Value":"Troubleshoot activation"},"System.HighKeywords":{"Type":12,"Value":"troubleshoot settings;troubleshooting settings;troubleshooter;trouble shoot;activation settings;fix activation"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Apps_AppExecutionAliasLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsSizes"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Apps_AppExecutionAliasLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupAppSizesList"},"System.Comment":{"Type":12,"Value":"Manage app execution aliases"},"System.HighKeywords":{"Type":12,"Value":"app execution alias;alias;app alias;command prompt;command-line arguments;app execution settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Audio_Input_Modern_Properties.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAudio"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Audio_Input_Modern_Properties"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMicrophoneOptions"},"System.Comment":{"Type":12,"Value":"Sound input device properties"},"System.HighKeywords":{"Type":12,"Value":"output properties;sound device;properties;disable output device;enable output;rename output;input properties;disable input device;disable mic;enable mic;microphone level;mic level;mute microphone;test microphone;microphone test"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Audio_ManageInputLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAudio"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Audio_ManageInputLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMicrophoneOptions"},"System.Comment":{"Type":12,"Value":"Manage input devices"},"System.HighKeywords":{"Type":12,"Value":"sound settings;audio settings;audio input devices;manage audio devices"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Audio_ManageOutputLink-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAudio"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Audio_ManageOutputLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSoundOptions"},"System.Comment":{"Type":12,"Value":"Manage sound devices"},"System.HighKeywords":{"Type":12,"Value":"sound settings;audio settings;audio output devices;manage audio devices;sound device;audio devices;disable audio;disable sound;enable audio;test audio;test sound"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Audio_MixerLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAudio"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Audio_MixerLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupOtherSoundOptions"},"System.Comment":{"Type":12,"Value":"Sound mixer options"},"System.HighKeywords":{"Type":12,"Value":"volume mixer;app volume;app output;manage volume;app sounds;sound settings;audio settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Audio_Output_Modern_Properties-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAudio"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Audio_Output_Modern_Properties"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSoundOptions"},"System.Comment":{"Type":12,"Value":"Sound output device properties"},"System.HighKeywords":{"Type":12,"Value":"output properties;sound device;properties;disable output device;enable output;rename output"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Audio_Output_Modern_Properties-3.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAudio"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Audio_Output_Modern_Properties"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSoundOptions"},"System.Comment":{"Type":12,"Value":"Spatial sound options"},"System.HighKeywords":{"Type":12,"Value":"spatial audio;spatial format;Windows Sonic"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Audio_Output_Modern_Properties-5.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAudio"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Audio_Output_Modern_Properties"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSoundOptions"},"System.Comment":{"Type":12,"Value":"Audio balance settings"},"System.HighKeywords":{"Type":12,"Value":"left balance;right balance;sound balance;ease of access balance"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Autoplay_IsEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemAutoPlay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Autoplay_IsEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupAutoplay"},"System.Comment":{"Type":12,"Value":"Turn AutoPlay on or off"},"System.HighKeywords":{"Type":12,"Value":"autoplay settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_BatterySaver_LandingPage_OverrideControl.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageBatterySaver"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_BatterySaver_LandingPage_OverrideControl"},"System.Setting.GroupID":{"Type":12,"Value":"BatterySaver_LandingPage_SettingsConfiguration"},"System.Comment":{"Type":12,"Value":"Turn battery saver on or off"},"System.HighKeywords":{"Type":12,"Value":"batteries;battery saver settings;save battery"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_AccountInfo_AppList_Group.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyAccountInfo"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_AccountInfo_AppList_Group"},"System.Comment":{"Type":12,"Value":"Choose which apps can access your account info"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;account info settings;account info privacy settings;account information settings;account information privacy settings;account info permissions;account information permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_AccountInfo_SystemGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyAccountInfo"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_AccountInfo_SystemGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_AccountInfo_SystemGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to account info systemwide"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;account info settings;account info privacy settings;account information settings;account information privacy settings;account info permissions;account information permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_AccountInfo_UserGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyAccountInfo"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_AccountInfo_UserGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_AccountInfo_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to account info for all apps"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;account info settings;account info privacy settings;account information settings;account information privacy settings;account info permissions;account information permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_AppDiagnostics_AppList_Group.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyAppDiagnostics"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_AppDiagnostics_AppList_Group"},"System.Comment":{"Type":12,"Value":"Choose which apps can access diagnostic information"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;app diagnostics settings;app diagnostics privacy settings;diagnostics settings;app diagnostics permissions;diagnostics permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_AppDiagnostics_SystemGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyAppDiagnostics"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_AppDiagnostics_SystemGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_AppDiagnostics_SystemGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to diagnostic information systemwide"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;app diagnostics settings;app diagnostics privacy settings;diagnostics settings;app diagnostics permissions;diagnostics permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_AppDiagnostics_UserGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyAppDiagnostics"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_AppDiagnostics_UserGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_AppDiagnostics_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to diagnostic information for all apps"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;app diagnostics settings;app diagnostics privacy settings;diagnostics settings;app diagnostics permissions;diagnostics permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Calendar_AppList_Group.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyCalendar"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Calendar_AppList_Group"},"System.Comment":{"Type":12,"Value":"Choose which apps can access your calendar"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;calendar privacy settings;calendar permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Calendar_SystemGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyCalendar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Calendar_SystemGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Calendar_SystemGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off calendar access systemwide"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;calendar privacy settings;calendar permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Calendar_UserGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyCalendar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Calendar_UserGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Calendar_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off calendar access for all apps"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;calendar privacy settings;calendar permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Camera_AppList_Group.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyWebcam"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Camera_AppList_Group"},"System.Comment":{"Type":12,"Value":"Choose which apps can access your camera"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;camera settings;camera privacy settings;camera permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Camera_SystemGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyWebcam"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Camera_SystemGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Camera_SystemGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off camera access systemwide"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;camera settings;camera privacy settings;camera permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Camera_UserGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyWebcam"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Camera_UserGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Camera_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off camera access for all apps"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;camera settings;camera privacy settings;camera permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Contacts_AppList_Group.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyContacts"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Contacts_AppList_Group"},"System.Comment":{"Type":12,"Value":"Choose which apps can access your contacts"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;contacts settings;contacts privacy settings;contacts permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Contacts_UserGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyContacts"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Contacts_UserGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Contacts_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to contacts for all apps"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;contacts settings;contacts privacy settings;contacts permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Documents_AppList_Group.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyDocuments"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Documents_AppList_Group"},"System.Comment":{"Type":12,"Value":"Choose which apps can access your documents library"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;document settings;documents settings;document privacy settings;documents privacy settings;document permissions;documents permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Documents_SystemGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyDocuments"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Documents_SystemGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Documents_SystemGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to document libraries systemwide"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;document settings;documents settings;document privacy settings;documents privacy settings;document permissions;documents permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Documents_UserGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyDocuments"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Documents_UserGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Documents_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to document libraries for all apps"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;document settings;documents settings;document privacy settings;documents privacy settings;document permissions;documents permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Email_AppList_Group.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyEmail"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Email_AppList_Group"},"System.Comment":{"Type":12,"Value":"Choose which apps can access your email"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;email settings;email privacy settings;email permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Email_SystemGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyEmail"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Email_SystemGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Email_SystemGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off email access systemwide"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;email settings;email privacy settings;email permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Email_UserGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyEmail"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Email_UserGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Email_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off email access for all apps"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;email settings;email privacy settings;email permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_FileSystem_SystemGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyBroadFileSystemAccess"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_FileSystem_SystemGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_FileSystem_SystemGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off file system access systemwide"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;file system settings;files settings;file system privacy settings;files privacy settings;file system permissions;files permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_FileSystem_UserGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyBroadFileSystemAccess"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_FileSystem_UserGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_FileSystem_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off file system access for all apps"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;file system settings;files settings;file system privacy settings;files privacy settings;file system permissions;files permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Gaze_AppList_Group.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyGaze"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Gaze_AppList_Group"},"System.Comment":{"Type":12,"Value":"Choose which apps can access your eye tracker"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;eye tracker settings;eye tracker privacy settings;eye gaze settings;eye gaze privacy settings;eye tracker permissions;eye gaze permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Gaze_UserGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyGaze"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Gaze_UserGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Gaze_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off eye tracker access for all apps"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;eye tracker settings;eye tracker privacy settings;eye gaze settings;eye gaze privacy settings;eye tracker permissions;eye gaze permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Location_SystemGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyLocation"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Location_SystemGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Location_SystemGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off location"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;location settings;location privacy settings;GPS settings;GPS privacy settings;turn off GPS;location permissions;GPS permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Messaging_SystemGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyMessaging"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Messaging_SystemGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Messaging_SystemGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to messaging systemwide"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;messaging settings;messaging privacy settings;text messaging settings;text messaging privacy settings;MMS settings;MMS privacy settings;SMS settings;SMS privacy settings;messaging permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Microphone_AppList_Group.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyMicrophone"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Microphone_AppList_Group"},"System.Comment":{"Type":12,"Value":"Choose which apps can access your microphone"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;microphone settings;microphone privacy settings;mic settings;mic privacy settings;microphone permissions;mic permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Microphone_SystemGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyMicrophone"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Microphone_SystemGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Microphone_SystemGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off microphone access systemwide"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;microphone settings;microphone privacy settings;mic settings;mic privacy settings;microphone permissions;mic permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Microphone_UserGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyMicrophone"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Microphone_UserGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Microphone_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off microphone access for all apps"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;microphone settings;microphone privacy settings;mic settings;mic privacy settings;microphone permissions;mic permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Motion_SystemGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyMotionData"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Motion_SystemGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Motion_SystemGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to motion data systemwide"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;motion settings;motion history settings;motion privacy settings;motion history privacy settings;motion data settings;motion data privacy settings;motion permissions;motion data permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Motion_UserGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyMotionData"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Motion_UserGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Motion_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to motion data for all apps"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;motion settings;motion history settings;motion privacy settings;motion history privacy settings;motion data settings;motion data privacy settings;motion permissions;motion data permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Notifications_AppList_Group.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyNotifications"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Notifications_AppList_Group"},"System.Comment":{"Type":12,"Value":"Choose which apps can access your notifications"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;notification settings;notifications settings;notification privacy settings;notifications privacy settings;notifications permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Notifications_SystemGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyNotifications"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Notifications_SystemGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Notifications_SystemGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to notifications systemwide"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;notification settings;notifications settings;notification privacy settings;notifications privacy settings;notifications permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Notifications_UserGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyNotifications"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Notifications_UserGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Notifications_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to notifications for all apps"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;notification settings;notifications settings;notification privacy settings;notifications privacy settings;notifications permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_PhoneCallHistory_AppList_Group.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyCallHistory"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_PhoneCallHistory_AppList_Group"},"System.Comment":{"Type":12,"Value":"Choose which apps can access your call history"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;call history settings;call history privacy settings;call history permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_PhoneCallHistory_SystemGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyCallHistory"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_PhoneCallHistory_SystemGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_PhoneCallHistory_SystemGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to call history systemwide"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;call history settings;call history privacy settings;call history permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_PhoneCallHistory_UserGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyCallHistory"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_PhoneCallHistory_UserGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_PhoneCallHistory_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to call history for all apps"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;call history settings;call history privacy settings;call history permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_PhoneCall_AppList_Group.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyPhoneCall"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_PhoneCall_AppList_Group"},"System.Comment":{"Type":12,"Value":"Choose which apps can make phone calls"},"System.HighKeywords":{"Type":12,"Value":"phone privacy settings;phone calls privacy settings;privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_PhoneCall_UserGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyPhoneCall"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_PhoneCall_UserGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_PhoneCall_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Allow apps to make phone calls"},"System.HighKeywords":{"Type":12,"Value":"phone privacy settings;phone calls privacy settings;privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Pictures_AppList_Group.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyPictures"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Pictures_AppList_Group"},"System.Comment":{"Type":12,"Value":"Choose which apps can access your pictures library"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;picture settings;pictures settings;picture privacy settings;pictures privacy settings;picture permissions;pictures permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Pictures_SystemGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyPictures"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Pictures_SystemGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Pictures_SystemGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to picture libraries systemwide"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;picture settings;pictures settings;picture privacy settings;pictures privacy settings;picture permissions;pictures permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Pictures_UserGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyPictures"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Pictures_UserGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Pictures_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to picture libraries for all apps"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;picture settings;pictures settings;picture privacy settings;pictures privacy settings;picture permissions;pictures permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Radios_AppList_Group.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyRadios"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Radios_AppList_Group"},"System.Comment":{"Type":12,"Value":"Choose which apps can control radios"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;radio settings;radios settings;radio privacy settings;radios privacy settings;radio permissions;radios permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Radios_SystemGlobal-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyRadios"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Radios_SystemGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Radios_SystemGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to radios systemwide"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;radio settings;radios settings;radio privacy settings;radios privacy settings;radio permissions;radios permissions;app permissions;allow access to control radio devices;radio device access;allow apps to access device radios;choose which apps can access radios"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Radios_UserGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyRadios"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Radios_UserGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Radios_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to radios for all apps"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;radio settings;radios settings;radio privacy settings;radios privacy settings;radio permissions;radios permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Tasks_SystemGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyTasks"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Tasks_SystemGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Tasks_SystemGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to tasks systemwide"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;tasks settings;task settings;tasks privacy settings;task privacy settings;tasks permissions;task permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Tasks_UserGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyTasks"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Tasks_UserGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Tasks_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to tasks for all apps"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;tasks settings;task settings;tasks privacy settings;task privacy settings;tasks permissions;task permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Videos_AppList_Group.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyVideos"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Videos_AppList_Group"},"System.Comment":{"Type":12,"Value":"Choose which apps can access your videos library"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;video settings;videos settings;video privacy settings;videos privacy settings;video permissions;videos permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_CapabilityAccess_Videos_UserGlobal.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyVideos"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Videos_UserGlobal"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Videos_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Turn off access to video libraries for all apps"},"System.HighKeywords":{"Type":12,"Value":"privacy settings;video settings;videos settings;video privacy settings;videos privacy settings;video permissions;videos permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Clipboard_AddPhone.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageClipboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Clipboard_AddPhone"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupCloudClipboard"},"System.Comment":{"Type":12,"Value":"Sync clipboard items to your phone"},"System.HighKeywords":{"Type":12,"Value":"cloud clipboard settings;clipboard settings;phone clipboard;clipboard phone"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Clipboard_ClearClipboardItems.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageClipboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Clipboard_ClearClipboardItems"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupClipboardData"},"System.Comment":{"Type":12,"Value":"Clear clipboard data"},"System.HighKeywords":{"Type":12,"Value":"clipboard settings;cloud clipboard settings;delete clipboard data"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Clipboard_IsSaveClipboardItemsEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageClipboard"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Clipboard_IsSaveClipboardItemsEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupClipboardHistory"},"System.Comment":{"Type":12,"Value":"Save multiple clipboard items"},"System.HighKeywords":{"Type":12,"Value":"clipboard settings;cloud clipboard settings;multiple items;win+v;win + v;win-v;win - v"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Connections_DirectAccess_CollectAndEmailLogs.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkDirectAccess"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Connections_DirectAccess_CollectAndEmailLogs"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_Group_DirectAccess_Logs"},"System.Comment":{"Type":12,"Value":"Allow DirectAccess to collect and email logs"},"System.HighKeywords":{"Type":12,"Value":"DirectAccess settings;direct access settings;IT admin;workplace policies"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Connections_Hotspot2_SignUp_Toggle.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkWiFi"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Connections_Hotspot2_SignUp_Toggle"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsPageGroupHotspot2Properties"},"System.Comment":{"Type":12,"Value":"Hotspot 2.0 settings"},"System.HighKeywords":{"Type":12,"Value":"phone settings;cellular data settings;hotspot settings;Online Sign-up settings;online sign up settings;network settings;internet settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Connections_InternetSharingAutoTurnOff.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkMobileHotspot"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Connections_InternetSharingAutoTurnOff"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_Group_InternetSharingPowerSaving"},"System.Comment":{"Type":12,"Value":"Automatically turn off mobile hotspot"},"System.HighKeywords":{"Type":12,"Value":"data settings;cellular data settings;mobile settings;mobile data settings;internet settings;network settings;hotspot settings;mobile hotspot settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Connections_InternetSharingEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkMobileHotspot"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Connections_InternetSharingEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_Group_InternetSharing"},"System.Comment":{"Type":12,"Value":"Share your cellular data connection with other devices"},"System.HighKeywords":{"Type":12,"Value":"data settings;cellular data settings;mobile settings;mobile data settings;internet settings;network settings;share data;share cell data;share cellular data"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Connections_InternetSharingRemoteStart.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkMobileHotspot"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Connections_InternetSharingRemoteStart"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_Group_InternetSharingRemoteStart"},"System.Comment":{"Type":12,"Value":"Allow another device to turn on mobile hotspot"},"System.HighKeywords":{"Type":12,"Value":"data settings;cellular data settings;mobile settings;mobile data settings;internet settings;network settings;hotspot settings;mobile hotspot settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Connections_NetworkMoreInfoLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkStatus"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Connections_NetworkMoreInfoLink"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_Group_RelatedSettings"},"System.Comment":{"Type":12,"Value":"View your network properties"},"System.HighKeywords":{"Type":12,"Value":"internet settings;network status;network settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Connections_PushButtonReset.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkStatus"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Connections_PushButtonReset"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_Group_RelatedSettings"},"System.Comment":{"Type":12,"Value":"Network reset"},"System.HighKeywords":{"Type":12,"Value":"network settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Connections_Wifi_Adapter_List.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkWiFi"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Connections_Wifi_Adapter_List"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupNetworkWifi_Team"},"System.Comment":{"Type":12,"Value":"Discover Wi-Fi networks"},"System.HighKeywords":{"Type":12,"Value":"internet settings;network settings;wifi settings;wi-fi settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Connections_Wifi_Randomization_Toggle.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkWiFi"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Connections_Wifi_Randomization_Toggle"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_Group_Randomization_Properties"},"System.Comment":{"Type":12,"Value":"Use random hardware addresses"},"System.HighKeywords":{"Type":12,"Value":"internet settings;network settings;wifi settings;wi-fi settings;MAC address settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_ControlCenter_EditModeLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsNotifications"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_ControlCenter_EditModeLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupQuickActions"},"System.Comment":{"Type":12,"Value":"Choose your quick actions"},"System.HighKeywords":{"Type":12,"Value":"action;pin;pins;quick action settings;choose my quick actions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_ControlCenter_MicrosoftFlowEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsNotifications"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_ControlCenter_MicrosoftFlowEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupQuickActions"},"System.Comment":{"Type":12,"Value":"Sync and display your button flows as quick actions"},"System.HighKeywords":{"Type":12,"Value":"Microsoft Flow;enable;workflow"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Cortana_LanguageText.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageCortanaTalkToCortana"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Cortana_LanguageText"},"System.Setting.GroupID":{"Type":12,"Value":"CortanaSettingsPageGroupTalkToCortana_Language"},"System.Comment":{"Type":12,"Value":"Cortana Language settings"},"System.HighKeywords":{"Type":12,"Value":"Cortana settings;search settings;talk to Cortana settings;speech settings;speech language settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Cortana_ManageConnectedServices.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageCortanaPermissions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Cortana_ManageConnectedServices"},"System.Setting.GroupID":{"Type":12,"Value":"CortanaSettingsPageGroup_PermissionsAndHistory"},"System.Comment":{"Type":12,"Value":"Manage the information Cortana can access from other services"},"System.HighKeywords":{"Type":12,"Value":"Cortana settings;Cortana history settings;Cortana permissions and history"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Cortana_ManagePermitsLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageCortanaPermissions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Cortana_ManagePermitsLink"},"System.Setting.GroupID":{"Type":12,"Value":"CortanaSettingsPageGroup_PermissionsAndHistory"},"System.Comment":{"Type":12,"Value":"Manage the information Cortana can access from this device"},"System.HighKeywords":{"Type":12,"Value":"Cortana settings;Cortana history settings;Cortana permissions and history"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Cortana_MyDeviceHistory.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSearchPermissionsAndHistoryObsolete"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Cortana_MyDeviceHistory"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsPageGroup_History"},"System.Comment":{"Type":12,"Value":"Improve search results by using my device search history"},"System.HighKeywords":{"Type":12,"Value":"permissions and history;my device history;your device history"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Cortana_ReviewActivity.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageCortanaPermissions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Cortana_ReviewActivity"},"System.Setting.GroupID":{"Type":12,"Value":"CortanaSettingsPageGroup_PermissionsAndHistory"},"System.Comment":{"Type":12,"Value":"Review the activity from all of your Cortana devices"},"System.HighKeywords":{"Type":12,"Value":"Cortana settings;Cortana history settings;Cortana permissions and history;Cortana activity history"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Cortana_SafeSearchRadio.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSearchPermissionsAndHistoryObsolete"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Cortana_SafeSearchRadio"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsPageGroup_SafeSearch"},"System.Comment":{"Type":12,"Value":"SafeSearch settings"},"System.HighKeywords":{"Type":12,"Value":"adult content;filter adult content;safe search settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Cortana_SignIn.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageCortanaPermissions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Cortana_SignIn"},"System.Setting.GroupID":{"Type":12,"Value":"CortanaSettingsPageGroup_Personalize"},"System.Comment":{"Type":12,"Value":"Sign into Cortana"},"System.HighKeywords":{"Type":12,"Value":"cortana settings;cortana sign-in settings;cortana signin settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Cortana_SignOut.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageCortanaPermissions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Cortana_SignOut"},"System.Setting.GroupID":{"Type":12,"Value":"CortanaSettingsPageGroup_Personalize"},"System.Comment":{"Type":12,"Value":"Sign out of Cortana"},"System.HighKeywords":{"Type":12,"Value":"cortana settings;cortana sign-in settings;cortana signin settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Cortana_TalkToCortana_HeyCortanaToggle.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageCortanaTalkToCortana"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Cortana_TalkToCortana_HeyCortanaToggle"},"System.Setting.GroupID":{"Type":12,"Value":"CortanaSettingsPageGroupTalkToCortana_HeyCortana"},"System.Comment":{"Type":12,"Value":"Use Cortana by saying \"Hey Cortana\""},"System.HighKeywords":{"Type":12,"Value":"Cortana settings;Cortana voice settings;Cortana speech settings;hey Cortana settings;keyword detection;search settings;talk to Cortana settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Cortana_TalkToCortana_KeepFromSleepingCheckbox.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageCortanaTalkToCortana"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Cortana_TalkToCortana_KeepFromSleepingCheckbox"},"System.Setting.GroupID":{"Type":12,"Value":"CortanaSettingsPageGroupTalkToCortana_HeyCortana"},"System.Comment":{"Type":12,"Value":"Keep device from sleeping so you can always say \"Hey Cortana\""},"System.HighKeywords":{"Type":12,"Value":"hey Cortana settings;keyword detection;Cortana settings;search settings;talk to Cortana settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Cortana_TalkToCortana_LSAccessCalendarEtc.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageCortanaTalkToCortana"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Cortana_TalkToCortana_LSAccessCalendarEtc"},"System.Setting.GroupID":{"Type":12,"Value":"CortanaSettingsPageGroupTalkToCortana_LockScreen"},"System.Comment":{"Type":12,"Value":"Let Cortana access my info when my device is locked"},"System.HighKeywords":{"Type":12,"Value":"Cortana settings;search settings;talk to Cortana settings;Cortana lock screen settings;lock screen settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Cortana_TalkToCortana_LSHeyCortanaToggle.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageCortanaTalkToCortana"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Cortana_TalkToCortana_LSHeyCortanaToggle"},"System.Setting.GroupID":{"Type":12,"Value":"CortanaSettingsPageGroupTalkToCortana_LockScreen"},"System.Comment":{"Type":12,"Value":"Use Cortana even when my device is locked"},"System.HighKeywords":{"Type":12,"Value":"Cortana settings;search settings;talk to Cortana settings;Cortana lock screen settings;lock screen settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Cortana_TalkToCortana_Microphone.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageCortanaTalkToCortana"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Cortana_TalkToCortana_Microphone"},"System.Setting.GroupID":{"Type":12,"Value":"CortanaSettingsPageGroupTalkToCortana_Microphone"},"System.Comment":{"Type":12,"Value":"Make sure Cortana can hear me"},"System.HighKeywords":{"Type":12,"Value":"check microphone;Cortana speech settings;Cortana settings;search settings;talk to Cortana settings;check the microphone;microphone settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Cortana_TalkToCortana_Personas.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageCortanaTalkToCortana"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Cortana_TalkToCortana_Personas"},"System.Setting.GroupID":{"Type":12,"Value":"CortanaSettingsPageGroupTalkToCortana_Personas"},"System.Comment":{"Type":12,"Value":"Choose how Cortana appears"},"System.HighKeywords":{"Type":12,"Value":"Cortana settings;search settings;Cortana icon settings;search icon settings;Cortana appearance;search appearance"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Cortana_TalkToCortana_WinPlusCToggle.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageCortanaTalkToCortana"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Cortana_TalkToCortana_WinPlusCToggle"},"System.Setting.GroupID":{"Type":12,"Value":"CortanaSettingsPageGroupTalkToCortana_KeyboardShortcut"},"System.Comment":{"Type":12,"Value":"Use Cortana by pressing Windows logo key + C"},"System.HighKeywords":{"Type":12,"Value":"keyboard;shortcut;win + c;win+c;win - c;win-c;win plus c;win c;Cortana settings;search settings;talk to Cortana settings;Cortana shortcut settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Cortana_WindowsSearch_AddExclusion.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSearchIndex"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Cortana_WindowsSearch_AddExclusion"},"System.Setting.GroupID":{"Type":12,"Value":"CortanaSettingsPageGroupWindowsSearch_Exclusions"},"System.Comment":{"Type":12,"Value":"Exclude folders from being indexed"},"System.HighKeywords":{"Type":12,"Value":"indexing settings;indexing options;windows indexer;indexer;search settings;Windows search;excluded folders"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Cortana_WindowsSearch_FindMyFiles.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSearchIndex"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Cortana_WindowsSearch_FindMyFiles"},"System.Setting.GroupID":{"Type":12,"Value":"CortanaSettingsPageGroupWindowsSearch_FindMyFiles"},"System.Comment":{"Type":12,"Value":"Choose which files and folders are indexed"},"System.HighKeywords":{"Type":12,"Value":"indexing settings;indexing options;windows indexer;indexer;search settings;Windows search;find my files;find files;enhanced search"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DataUsage_TotalBar.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkStatus"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DataUsage_TotalBar"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_Group_NetworkStatus"},"System.Comment":{"Type":12,"Value":"Data usage overview"},"System.HighKeywords":{"Type":12,"Value":"data plan;plan;limit;set plan;set limit;edit plan;edit limit;change limit;data limit;data settings;sense;Data Sense"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DataUsage_WifiFailOver.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkMobileBroadband"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DataUsage_WifiFailOver"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDataUsageWifiFailOver"},"System.Comment":{"Type":12,"Value":"Use cellular data instead of Wi-Fi"},"System.HighKeywords":{"Type":12,"Value":"phone settings;cellular data settings;mobile settings;data settings;network settings;internet settings;Wi-Fi settings;wifi settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DateTime_ForceSync.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionDateTime"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DateTime_ForceSync"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDateTime"},"System.Comment":{"Type":12,"Value":"Synchronize the date and time from a time server"},"System.HighKeywords":{"Type":12,"Value":"clock;clocks;dates;times;time synchronization"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DateTime_IsAutomaticDSTAdjustEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionDateTime"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DateTime_IsAutomaticDSTAdjustEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDateTime"},"System.Comment":{"Type":12,"Value":"Turn daylight saving time on or off"},"System.HighKeywords":{"Type":12,"Value":"times;adjust;dst settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DateTime_IsTimeSetAutomaticallyEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionDateTime"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DateTime_IsTimeSetAutomaticallyEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDateTime"},"System.Comment":{"Type":12,"Value":"Set the time automatically"},"System.HighKeywords":{"Type":12,"Value":"automatic;clocks;sync;syncs;times;time settings;clock settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DateTime_IsTimeZoneSetAutomaticallyEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionDateTime"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DateTime_IsTimeZoneSetAutomaticallyEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDateTime"},"System.Comment":{"Type":12,"Value":"Set the time zone automatically"},"System.HighKeywords":{"Type":12,"Value":"time zone settings;time settings;clock settings;automatic time zone"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DateTime_LunarCalendarLanguage.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionDateTime"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DateTime_LunarCalendarLanguage"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDateTime"},"System.Comment":{"Type":12,"Value":"Change Lunar and Holiday information"},"System.HighKeywords":{"Type":12,"Value":"lunar info;holiday info;lunar and holiday info;calendar settings;lunar holiday"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DateTime_Set.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionDateTime"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DateTime_Set"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDateTime"},"System.Comment":{"Type":12,"Value":"Change the date and time"},"System.HighKeywords":{"Type":12,"Value":"clock;clocks;dates;times;date and time settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DateTime_TimezoneInfo.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionDateTime"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DateTime_TimezoneInfo"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDateTime"},"System.Comment":{"Type":12,"Value":"Change the time zone"},"System.HighKeywords":{"Type":12,"Value":"timezone;time zone settings;time settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DefaultApps_Audio.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsDefaults"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DefaultApps_Audio"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDefaultApps"},"System.Comment":{"Type":12,"Value":"Choose a default music player"},"System.HighKeywords":{"Type":12,"Value":"music settings;default app;default music app;default music player settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DefaultApps_Browser.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsDefaults"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DefaultApps_Browser"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDefaultApps"},"System.Comment":{"Type":12,"Value":"Choose a default web browser"},"System.HighKeywords":{"Type":12,"Value":"browsers;default web browser settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DefaultApps_Email.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsDefaults"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DefaultApps_Email"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDefaultApps"},"System.Comment":{"Type":12,"Value":"Choose a default email app"},"System.HighKeywords":{"Type":12,"Value":"emails;mail;e-mail;default mail;default e-mail;default email settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DefaultApps_Map.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsDefaults"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DefaultApps_Map"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDefaultApps"},"System.Comment":{"Type":12,"Value":"Choose a default map app"},"System.HighKeywords":{"Type":12,"Value":"maps;default map settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DefaultApps_Photos.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsDefaults"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DefaultApps_Photos"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDefaultApps"},"System.Comment":{"Type":12,"Value":"Choose a default photo viewer"},"System.HighKeywords":{"Type":12,"Value":"photos;default photo settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DefaultApps_ResetButton.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsDefaults"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DefaultApps_ResetButton"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDefaultApps"},"System.Comment":{"Type":12,"Value":"Reset default apps"},"System.HighKeywords":{"Type":12,"Value":"apps settings;default apps settings;reset app defaults"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DefaultApps_Video.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsDefaults"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DefaultApps_Video"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDefaultApps"},"System.Comment":{"Type":12,"Value":"Choose a default video player"},"System.HighKeywords":{"Type":12,"Value":"videos;default video settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DefaultPrinterManagedByWindows.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPrinters"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DefaultPrinterManagedByWindows"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrinterOptions"},"System.Comment":{"Type":12,"Value":"Let Windows manage my default printer"},"System.HighKeywords":{"Type":12,"Value":"printer settings;scanner settings;printers;scanners;default printer settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DeliveryOptimization_ActivityLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDeliveryOptimization"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DeliveryOptimization_ActivityLink"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_DeliveryOptimization_Links"},"System.Comment":{"Type":12,"Value":"Activity monitor settings"},"System.HighKeywords":{"Type":12,"Value":"delivery optimization settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DeliveryOptimization_AdvancedLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDeliveryOptimization"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DeliveryOptimization_AdvancedLink"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_DeliveryOptimization_Links"},"System.Comment":{"Type":12,"Value":"Delivery Optimization advanced settings"},"System.HighKeywords":{"Type":12,"Value":"delivery optimization settings;advanced delivery optimization settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_DeliveryOptimization_IsEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDeliveryOptimization"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_DeliveryOptimization_IsEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_DeliveryOptimization_Title"},"System.Comment":{"Type":12,"Value":"Allow downloads from other PCs"},"System.HighKeywords":{"Type":12,"Value":"turn on delivery optimization;delivery optimization settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Developer_DeviceDiscoveryEnabled_NonDialogToggle.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreDeveloperOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Developer_DeviceDiscoveryEnabled_NonDialogToggle"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_DeviceDiscoveryGroup"},"System.Comment":{"Type":12,"Value":"Turn on device discovery"},"System.HighKeywords":{"Type":12,"Value":"device discovery settings;developer settings;developer mode settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Developer_DevicePortalEnabled_NonDialogToggle.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreDeveloperOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Developer_DevicePortalEnabled_NonDialogToggle"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_DevicePortalGroup"},"System.Comment":{"Type":12,"Value":"Enable Device Portal"},"System.HighKeywords":{"Type":12,"Value":"device settings;device portal settings;developer settings;developer mode settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Developer_Mode_Setting_EmptyDrives.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreDeveloperOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Developer_Mode_Setting_EmptyDrives"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_DeveloperMode_ExplorerSettingsGroup"},"System.Comment":{"Type":12,"Value":"Show empty drives"},"System.HighKeywords":{"Type":12,"Value":"file explorer settings;developer settings;developer mode settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Developer_Mode_Setting_FullPath.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreDeveloperOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Developer_Mode_Setting_FullPath"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_DeveloperMode_ExplorerSettingsGroup"},"System.Comment":{"Type":12,"Value":"Show full path in title bar"},"System.HighKeywords":{"Type":12,"Value":"file explorer settings;developer settings;developer mode settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Developer_Mode_Setting_Hibernate.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreDeveloperOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Developer_Mode_Setting_Hibernate"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_DeveloperMode_RemoteDesktopSettingsGroup"},"System.Comment":{"Type":12,"Value":"Remote Desktop hibernation settings"},"System.HighKeywords":{"Type":12,"Value":"hibernate settings;sleep settings;power settings;remote desktop settings;developer settings;developer mode settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Developer_Mode_Setting_HiddenFiles.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreDeveloperOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Developer_Mode_Setting_HiddenFiles"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_DeveloperMode_ExplorerSettingsGroup"},"System.Comment":{"Type":12,"Value":"Show hidden files"},"System.HighKeywords":{"Type":12,"Value":"file explorer settings;show hidden folders;hidden files and folders;show hidden files and folders;show system files;system files;developer settings;developer mode settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Developer_Mode_Setting_NLAConnections.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreDeveloperOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Developer_Mode_Setting_NLAConnections"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_DeveloperMode_RemoteDesktopSettingsGroup"},"System.Comment":{"Type":12,"Value":"Require Network Level Authentication for Remote Desktop connections"},"System.HighKeywords":{"Type":12,"Value":"remote desktop settings;developer settings;authentication settings;NLA;developer mode settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Developer_Mode_Setting_PowerShellExecution.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreDeveloperOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Developer_Mode_Setting_PowerShellExecution"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_DeveloperMode_PowerShellSettingsGroup"},"System.Comment":{"Type":12,"Value":"Allow local PowerShell scripts to run without signing"},"System.HighKeywords":{"Type":12,"Value":"powershell settings;developer settings;powershell developer settings;powershell execution policy"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Developer_Mode_Setting_RemoteDesktop.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreDeveloperOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Developer_Mode_Setting_RemoteDesktop"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_DeveloperMode_RemoteDesktopSettingsGroup"},"System.Comment":{"Type":12,"Value":"Allow remote connections to this computer"},"System.HighKeywords":{"Type":12,"Value":"remote desktop settings;developer settings;developer mode settings;allow remote access to your computer"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Developer_Mode_Setting_RunAsUser.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreDeveloperOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Developer_Mode_Setting_RunAsUser"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_DeveloperMode_ExplorerSettingsGroup"},"System.Comment":{"Type":12,"Value":"Show \"Run as different user\" in Start"},"System.HighKeywords":{"Type":12,"Value":"start settings;start menu settings;run as different user;file explorer settings;developer settings;developer mode settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Developer_Mode_Setting_ShowFileExt.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreDeveloperOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Developer_Mode_Setting_ShowFileExt"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_DeveloperMode_ExplorerSettingsGroup"},"System.Comment":{"Type":12,"Value":"Show file extensions"},"System.HighKeywords":{"Type":12,"Value":"hide file extensions;hidden file extensions;file explorer settings;developer settings;file extension settings;developer mode settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Developer_Mode_Setting_Sleep.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreDeveloperOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Developer_Mode_Setting_Sleep"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_DeveloperMode_RemoteDesktopSettingsGroup"},"System.Comment":{"Type":12,"Value":"Remote Desktop sleep settings"},"System.HighKeywords":{"Type":12,"Value":"remote desktop settings;developer settings;power settings;developer mode settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Device_Add.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevices"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Device_Add"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupAddAndAirplane"},"System.Comment":{"Type":12,"Value":"Add or remove devices"},"System.HighKeywords":{"Type":12,"Value":"add device;device settings;remove device"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Devices_Pen_EnableEmbeddedInkControl.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Devices_Pen_EnableEmbeddedInkControl"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPenHandwritingPanel"},"System.Comment":{"Type":12,"Value":"Use handwriting to input text"},"System.HighKeywords":{"Type":12,"Value":"handwriting settings;typing settings;ink settings;windows ink settings;pen settings;embedded ink control settings;EIC settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Devices_Pen_EnablePenButtonOverride.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Devices_Pen_EnablePenButtonOverride"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPenButtonCustomization"},"System.Comment":{"Type":12,"Value":"Allow apps to override the shortcut button behavior"},"System.HighKeywords":{"Type":12,"Value":"pen shortcut button;pen button;pen remote;pen clicker;pen shortcut settings;pen settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Devices_Pen_EnablePenInteractionModel.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Devices_Pen_EnablePenInteractionModel"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPen"},"System.Comment":{"Type":12,"Value":"Allow my pen to act as a mouse in legacy applications"},"System.HighKeywords":{"Type":12,"Value":"pens;pen settings;mouse settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Devices_Pen_EnablePenWorkspaceLaunchOnPenDetach.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Devices_Pen_EnablePenWorkspaceLaunchOnPenDetach"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPenButtonCustomization"},"System.Comment":{"Type":12,"Value":"Show Ink Workspace when I remove my pen from storage"},"System.HighKeywords":{"Type":12,"Value":"pens;detach pen;pen settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Devices_Pen_EnablePixie.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Devices_Pen_EnablePixie"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPen"},"System.Comment":{"Type":12,"Value":"Turn the pen cursor on or off"},"System.HighKeywords":{"Type":12,"Value":"pens;cursors;enable pen cursor;disable pen cursor;pen cursor settings;pen settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Devices_Pen_EnableRipple.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Devices_Pen_EnableRipple"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPen"},"System.Comment":{"Type":12,"Value":"Turn pen visual feedback on or off"},"System.HighKeywords":{"Type":12,"Value":"pens;visuals;visual feedback pen settings;pen visual feedback settings;enable pen visual feedback;disable pen visual feedback;pen settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Devices_Pen_HandwritingFontSizePicker.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Devices_Pen_HandwritingFontSizePicker"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPenHandwritingPanel"},"System.Comment":{"Type":12,"Value":"Change handwriting font size"},"System.HighKeywords":{"Type":12,"Value":"handwriting settings;typing settings;ink settings;windows ink settings;pen settings;embedded ink control settings;EIC settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Devices_Pen_HandwritingFontSwitcher.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Devices_Pen_HandwritingFontSwitcher"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPenHandwritingPanel"},"System.Comment":{"Type":12,"Value":"Change handwriting font"},"System.HighKeywords":{"Type":12,"Value":"handwriting settings;typing settings;ink settings;windows ink settings;pen settings;embedded ink control settings;EIC settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Devices_Pen_IhmInkingWithTouchEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Devices_Pen_IhmInkingWithTouchEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPenHandwritingPanel"},"System.Comment":{"Type":12,"Value":"Write in the handwriting panel with your fingertip"},"System.HighKeywords":{"Type":12,"Value":"handwriting settings;typing settings;ink settings;windows ink settings;pen settings;embedded ink control settings;EIC settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Devices_Pen_PersonalizeHandwritingRecognition.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Devices_Pen_PersonalizeHandwritingRecognition"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPenHandwritingPanel"},"System.Comment":{"Type":12,"Value":"Improve how well your PC recognizes your handwriting"},"System.HighKeywords":{"Type":12,"Value":"personalize;personalization;handwriting settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Devices_Pen_Pressure.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Devices_Pen_Pressure"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPen"},"System.Comment":{"Type":12,"Value":"Set your pen's pressure sensitivity"},"System.HighKeywords":{"Type":12,"Value":"pen settings;pen pressure settings;ink settings;windows ink settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Devices_Pen_SetArbitrationType.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Devices_Pen_SetArbitrationType"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPen"},"System.Comment":{"Type":12,"Value":"Ignore touch input when I’m using my pen"},"System.HighKeywords":{"Type":12,"Value":"pens;touch input pen settings;ignore touch input when im using my pen;touch input settings;pen settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Devices_Pen_SetHandedness.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Devices_Pen_SetHandedness"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPen"},"System.Comment":{"Type":12,"Value":"Choose whether you are right or left handed"},"System.HighKeywords":{"Type":12,"Value":"hand;handedness settings;right handed or left handed;pen settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Devices_Pen_SetPenDoubleClickAction.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Devices_Pen_SetPenDoubleClickAction"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPenButtonCustomization"},"System.Comment":{"Type":12,"Value":"Set pen double-click action"},"System.HighKeywords":{"Type":12,"Value":"set pen double click action;pen double-click settings;pen double click settings;handwriting settings;typing settings;ink settings;windows ink settings;pen settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Devices_Pen_SetPenLongPressAction.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Devices_Pen_SetPenLongPressAction"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPenButtonCustomization"},"System.Comment":{"Type":12,"Value":"Set pen long press action"},"System.HighKeywords":{"Type":12,"Value":"set pen double click action;pen double-click settings;pen double click settings;handwriting settings;typing settings;ink settings;windows ink settings;pen settings;pen pressure settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Devices_Pen_SetPenSingleClickAction.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Devices_Pen_SetPenSingleClickAction"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPenButtonCustomization"},"System.Comment":{"Type":12,"Value":"Change your pen shortcuts"},"System.HighKeywords":{"Type":12,"Value":"pens;click;clicks;shortcut;shortcuts;pen shortcut settings;pen settings;change my pen shortcuts"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Devices_RadialController_GlobalTools.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRadialController"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Devices_RadialController_GlobalTools"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRadialControllerWheelSettings"},"System.Comment":{"Type":12,"Value":"Choose default tools for your wheel"},"System.HighKeywords":{"Type":12,"Value":"wheel settings;wheel defaults;wheel default settings;default wheel settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Devices_RadialController_Haptics.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRadialController"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Devices_RadialController_Haptics"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRadialControllerWheelSettings"},"System.Comment":{"Type":12,"Value":"Wheel vibration settings"},"System.HighKeywords":{"Type":12,"Value":"wheel settings;wheel vibrate;wheel haptics settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Display_AdaptiveColor.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Display_AdaptiveColor"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayBrightnessColorSettings"},"System.Comment":{"Type":12,"Value":"Automatically adjust color when lighting changes"},"System.HighKeywords":{"Type":12,"Value":"adaptive color"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Display_AdaptiveColorStrength.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Display_AdaptiveColorStrength"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayBrightnessColorSettings"},"System.Comment":{"Type":12,"Value":"Adjust strength of adaptive color"},"System.HighKeywords":{"Type":12,"Value":"adaptive color settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Display_AdvancedDisplaySettings.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Display_AdvancedDisplaySettings"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayMultiDisplaySettings"},"System.Comment":{"Type":12,"Value":"View advanced display info"},"System.HighKeywords":{"Type":12,"Value":"bit depth;color depth;color format;refresh rate;monitor info;advanced display settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Display_AdvancedScalingSettings.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Display_AdvancedScalingSettings"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayScaleAndLayoutSettings"},"System.Comment":{"Type":12,"Value":"Fix apps that are blurry"},"System.HighKeywords":{"Type":12,"Value":"blurry apps;fix blurry text;app is blurry;apps are blurry;text is blurry;advanced display settings;advanced scaling settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Display_BlueLightSettings.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Display_BlueLightSettings"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayBrightnessColorSettings"},"System.Comment":{"Type":12,"Value":"Night light"},"System.HighKeywords":{"Type":12,"Value":"sleep;flux;night light settings;blue light reduction"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Display_Brightness-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Display_Brightness"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayBrightnessColorSettings"},"System.Comment":{"Type":12,"Value":"Change brightness level"},"System.HighKeywords":{"Type":12,"Value":"bright;dark;display settings;monitor settings;dim brightness;brightness settings;screen brightness"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Display_ColorProfile.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Display_ColorProfile"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayBrightnessColorSettings"},"System.Comment":{"Type":12,"Value":"Change the current color profile"},"System.HighKeywords":{"Type":12,"Value":"srgb;vivid;raw;colorspace;color settings;rgb;color profile settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Display_ConnectWireless.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Display_ConnectWireless"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayMultiDisplaySettings"},"System.Comment":{"Type":12,"Value":"Connect to a wireless display"},"System.HighKeywords":{"Type":12,"Value":"project;cast;tv;wireless display settings;television"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Display_Detect.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Display_Detect"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayMultiDisplaySettings"},"System.Comment":{"Type":12,"Value":"Detect older displays"},"System.HighKeywords":{"Type":12,"Value":"display settings;vga settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Display_Duplicate.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Display_Duplicate"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayMultiDisplaySettings"},"System.Comment":{"Type":12,"Value":"Duplicate or extend to a connected display"},"System.HighKeywords":{"Type":12,"Value":"project;projection;mirror;display settings;monitor settings;duplicate display"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Display_IsAutoBrightnessEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Display_IsAutoBrightnessEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayBrightnessColorSettings"},"System.Comment":{"Type":12,"Value":"Change brightness automatically when lighting changes"},"System.HighKeywords":{"Type":12,"Value":"ambient;environment;auto brightness settings;automatic brightness settings;brightness settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Display_IsRotationLocked.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Display_IsRotationLocked"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayScaleAndLayoutSettings"},"System.Comment":{"Type":12,"Value":"Turn rotation lock on or off"},"System.HighKeywords":{"Type":12,"Value":"rotate;auto-rotate;autorotate;portrait mode;landscape mode;display settings;monitor settings;rotation lock settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Display_IsStereoEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Display_IsStereoEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayMultiDisplaySettings"},"System.Comment":{"Type":12,"Value":"Turn stereoscopic 3D on or off"},"System.HighKeywords":{"Type":12,"Value":"stereo 3d;3d settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Display_MainMonitor.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Display_MainMonitor"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayMultiDisplaySettings"},"System.Comment":{"Type":12,"Value":"Change the primary display"},"System.HighKeywords":{"Type":12,"Value":"main;secondary;display settings;monitor settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Display_MonitorActions.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Display_MonitorActions"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayMonitorSettings"},"System.Comment":{"Type":12,"Value":"Detect or identify displays"},"System.HighKeywords":{"Type":12,"Value":"detect display;display settings;monitor settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Display_MultiMonitors.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Display_MultiMonitors"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayMonitorSettings"},"System.Comment":{"Type":12,"Value":"Rearrange multiple displays"},"System.HighKeywords":{"Type":12,"Value":"multimon;display settings;monitor settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Display_Orientation.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Display_Orientation"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayScaleAndLayoutSettings"},"System.Comment":{"Type":12,"Value":"Change the orientation of the display"},"System.HighKeywords":{"Type":12,"Value":"portrait mode;landscape mode;rotate;screen orientation settings;display settings;monitor settings;orientation settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Display_Resolution.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Display_Resolution"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayScaleAndLayoutSettings"},"System.Comment":{"Type":12,"Value":"Change the resolution of the display"},"System.HighKeywords":{"Type":12,"Value":"aspect ratio;black bars;hd;size;display settings;monitor settings;resolution settings;screen resolution"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Display_Scaling_ItemSizeOverride.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Display_Scaling_ItemSizeOverride"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDisplayScaleAndLayoutSettings"},"System.Comment":{"Type":12,"Value":"Change the size of text, apps, and other items"},"System.HighKeywords":{"Type":12,"Value":"scaling settings;dpi settings;big;small;blurry;scale and layout;advanced scaling settings;change the size of text apps and other items"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_EaseOfAccess_Experience_TextScalingDesktop.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessDisplay"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_EaseOfAccess_Experience_TextScalingDesktop"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessTextLarger"},"System.Comment":{"Type":12,"Value":"Make text size bigger"},"System.HighKeywords":{"Type":12,"Value":"adjust font size;adjust text size;big fonts;big font size;big text size;bigger font;bigger fonts;bigger text size;change text size;change the size of apps;change the size of text;display size;font settings;font size;hard to read;hard to see;increase font size;increase fonts;increase text size;large text;larger text;make everything bigger;make it easier to read;make easier to read;make stuff bigger;make text bigger;resize font;resize text;size of text;text scaling"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_FindMyDevice_AMCLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageFindMyDevice"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_FindMyDevice_AMCLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupFindMyDeviceInfo"},"System.Comment":{"Type":12,"Value":"Track my missing device"},"System.HighKeywords":{"Type":12,"Value":"devices;device lost;lost device;device missing;track your missing device"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_FindMyPen_Link.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageFindMyDevice"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_FindMyPen_Link"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupFindMyPenInfo"},"System.Comment":{"Type":12,"Value":"Track my missing pen"},"System.HighKeywords":{"Type":12,"Value":"pens;pen lost;lost pen;pen missing;track your missing pen"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Gaming_GameBar_NexusButton.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageGameBar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Gaming_GameBar_NexusButton"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupGameBarHeader"},"System.Comment":{"Type":12,"Value":"Game bar controller settings"},"System.HighKeywords":{"Type":12,"Value":"gamebar settings;game bar settings;gaming settings;xbox one settings;xbox one controller settings;wireless controller settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Gaming_GameBar_Toggle.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageGameBar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Gaming_GameBar_Toggle"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupGameBarHeader"},"System.Comment":{"Type":12,"Value":"Enable Xbox Game Bar"},"System.HighKeywords":{"Type":12,"Value":"gamebar settings;game bar settings;gaming settings;record games;record gaming"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Gaming_GameMode_Toggle.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageGameMode"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Gaming_GameMode_Toggle"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupGameModeHeader"},"System.Comment":{"Type":12,"Value":"Turn on Game Mode"},"System.HighKeywords":{"Type":12,"Value":"game mode settings;gaming settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Gaming_RecordThis_MaxLength.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageGameDVR"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Gaming_RecordThis_MaxLength"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRecordThis"},"System.Comment":{"Type":12,"Value":"Game Captures maximum recording length"},"System.HighKeywords":{"Type":12,"Value":"game settings;gaming settings;captures settings;game captures settings;game DVR settings;background recording settings;recording settings;max recording length;captures max recording length"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Gaming_RecordedAudio_MicDefaultOption.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageGameDVR"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Gaming_RecordedAudio_MicDefaultOption"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRecordedAudio"},"System.Comment":{"Type":12,"Value":"Turn mic on by default when I record"},"System.HighKeywords":{"Type":12,"Value":"game settings;gaming settings;captures settings;game captures settings;game DVR settings;recorded audio settings;recording settings;background recording settings;audio recording settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Gaming_RecordedAudio_MicVolume.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageGameDVR"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Gaming_RecordedAudio_MicVolume"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRecordedAudio"},"System.Comment":{"Type":12,"Value":"Game Captures microphone volume"},"System.HighKeywords":{"Type":12,"Value":"game settings;gaming settings;captures settings;game captures settings;game DVR settings;recorded audio settings;recording settings;background recording settings;audio recording settings;captures volume;captures mic;mic volume;microphone settings;mic settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Gaming_RecordedAudio_PerAppAudio.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageGameDVR"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Gaming_RecordedAudio_PerAppAudio"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRecordedAudio"},"System.Comment":{"Type":12,"Value":"Record game audio only when using Captures"},"System.HighKeywords":{"Type":12,"Value":"game settings;gaming settings;captures settings;game captures settings;game DVR settings;recorded audio settings;recording settings;background recording settings;audio recording settings;captures audio settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Gaming_RecordedAudio_Quality.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageGameDVR"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Gaming_RecordedAudio_Quality"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRecordedAudio"},"System.Comment":{"Type":12,"Value":"Game Captures audio quality settings"},"System.HighKeywords":{"Type":12,"Value":"game settings;gaming settings;captures settings;game captures settings;game DVR settingsrecorded audio settings;recording settings;background recording settings;audio recording settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Gaming_RecordedAudio_SystemVolume.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageGameDVR"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Gaming_RecordedAudio_SystemVolume"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRecordedAudio"},"System.Comment":{"Type":12,"Value":"Game Captures system volume"},"System.HighKeywords":{"Type":12,"Value":"game settings;gaming settings;captures settings;game captures settings;game DVR settings;recorded audio settings;recording settings;background recording settings;audio recording settings;captures volume;system volume settings;game volume settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Gaming_RecordedAudio_Toggle.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageGameDVR"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Gaming_RecordedAudio_Toggle"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRecordedAudio"},"System.Comment":{"Type":12,"Value":"Record audio when I record a game"},"System.HighKeywords":{"Type":12,"Value":"game settings;gaming settings;captures settings;game captures settings;game DVR settings;recorded audio settings;recording settings;background recording settings;audio recording settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Gaming_RecordedVideo_FrameRate.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageGameDVR"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Gaming_RecordedVideo_FrameRate"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRecordedVideo"},"System.Comment":{"Type":12,"Value":"Game Captures video frame rate"},"System.HighKeywords":{"Type":12,"Value":"game settings;gaming settings;captures settings;game captures settings;game DVR settings;recorded video settings;recording settings;video recording settings;game captures video settings;game captures video quality settings;video quality settings;30 fps;60 fps"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Gaming_RecordedVideo_MouseCapture.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageGameDVR"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Gaming_RecordedVideo_MouseCapture"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRecordedVideo"},"System.Comment":{"Type":12,"Value":"Capture mouse cursor in game recordings"},"System.HighKeywords":{"Type":12,"Value":"game settings;gaming settings;captures settings;game captures settings;game DVR settings;recorded video settings;recording settings;video recording settings;game captures video settings;game captures mouse cursor settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Gaming_RecordedVideo_Quality.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageGameDVR"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Gaming_RecordedVideo_Quality"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRecordedVideo"},"System.Comment":{"Type":12,"Value":"Game Captures video quality"},"System.HighKeywords":{"Type":12,"Value":"game settings;gaming settings;captures settings;game captures settings;game DVR settings;recorded video settings;recording settings;video recording settings;game captures video settings;game captures video quality settings;video quality settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Holographic_SpeechAndAudio_AudioMirroring.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicSpeechAndAudio"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Holographic_SpeechAndAudio_AudioMirroring"},"System.Setting.GroupID":{"Type":12,"Value":"HolographicSpeechAndAudio_Audio"},"System.Comment":{"Type":12,"Value":"Enable mirroring of headset audio with Windows Mixed Reality"},"System.HighKeywords":{"Type":12,"Value":"filter;additional;multiple;MR settings;Windows MR settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Holographic_SpeechAndAudio_HMDMic.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicSpeechAndAudio"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Holographic_SpeechAndAudio_HMDMic"},"System.Setting.GroupID":{"Type":12,"Value":"HolographicSpeechAndAudio_Audio"},"System.Comment":{"Type":12,"Value":"Choose a microphone to use with Windows Mixed Reality"},"System.HighKeywords":{"Type":12,"Value":"speech;audio;filter;additional;multiple;hololens microphone settings;MR settings;Windows MR settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Holographic_SpeechAndAudio_HMDSpeakers.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicSpeechAndAudio"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Holographic_SpeechAndAudio_HMDSpeakers"},"System.Setting.GroupID":{"Type":12,"Value":"HolographicSpeechAndAudio_Audio"},"System.Comment":{"Type":12,"Value":"Choose speakers to use with Windows Mixed Reality"},"System.HighKeywords":{"Type":12,"Value":"speech;audio;filter;additional;multiple;hololens audio settings;MR settings;Windows MR settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Holographic_SpeechAndAudio_UseSpeechCommands.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicSpeechAndAudio"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Holographic_SpeechAndAudio_UseSpeechCommands"},"System.Setting.GroupID":{"Type":12,"Value":"HolographicSpeechAndAudio_Speech"},"System.Comment":{"Type":12,"Value":"Use speech recognition in Windows Mixed Reality"},"System.HighKeywords":{"Type":12,"Value":"audio;microphone;filter;additional;multiple;hololens settings;MR settings;Windows MR settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Holographic_StartupAndDesktop_AlternateHomeExperience.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicStartupAndDesktop"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Holographic_StartupAndDesktop_AlternateHomeExperience"},"System.Setting.GroupID":{"Type":12,"Value":"HolographicStartupAndDesktop_AutomaticStartup_Group"},"System.Comment":{"Type":12,"Value":"Choose if the alternate home experience launches with mixed reality"},"System.HighKeywords":{"Type":12,"Value":"Mixed Reality Portal;launch;attach;startup;hololens settings;MR settings;Windows MR settings;Steam;SteamVR"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Holographic_StartupAndDesktop_DesktopViewAutoLaunch.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicStartupAndDesktop"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Holographic_StartupAndDesktop_DesktopViewAutoLaunch"},"System.Setting.GroupID":{"Type":12,"Value":"HolographicStartupAndDesktop_DesktopView_Group"},"System.Comment":{"Type":12,"Value":"Choose if the Desktop view app starts automatically"},"System.HighKeywords":{"Type":12,"Value":"Mixed Reality Portal;desktop slate;launch;startup;hololens settings;MR settings;Windows MR settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Holographic_StartupAndDesktop_PresenceSensorBehavior.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicStartupAndDesktop"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Holographic_StartupAndDesktop_PresenceSensorBehavior"},"System.Setting.GroupID":{"Type":12,"Value":"HolographicStartupAndDesktop_PresenceSensorBehavior_Group"},"System.Comment":{"Type":12,"Value":"Change presence sensor behavior in Mixed Reality"},"System.HighKeywords":{"Type":12,"Value":"hmd;mixed reality features;headset features;holographic fps;hololens settings;MR settings;Windows MR settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Holographic_StartupAndDesktop_StartOnHmdPlugIn.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicStartupAndDesktop"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Holographic_StartupAndDesktop_StartOnHmdPlugIn"},"System.Setting.GroupID":{"Type":12,"Value":"HolographicStartupAndDesktop_AutomaticStartup_Group"},"System.Comment":{"Type":12,"Value":"Choose if mixed reality starts if a headset is pluged in"},"System.HighKeywords":{"Type":12,"Value":"Mixed Reality Portal;launch;attach;startup;hololens settings;MR settings;Windows MR settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Holographic_StartupAndDesktop_StartOnHmdPresence.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicStartupAndDesktop"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Holographic_StartupAndDesktop_StartOnHmdPresence"},"System.Setting.GroupID":{"Type":12,"Value":"HolographicStartupAndDesktop_AutomaticStartup_Group"},"System.Comment":{"Type":12,"Value":"Choose if mixed reality starts when you put on your headset"},"System.HighKeywords":{"Type":12,"Value":"Mixed Reality Portal;launch;startup;presence sensor;hololens settings;MR settings;Windows MR settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Holographic_StartupAndDesktop_VirtualMonitorPreallocation.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicStartupAndDesktop"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Holographic_StartupAndDesktop_VirtualMonitorPreallocation"},"System.Setting.GroupID":{"Type":12,"Value":"HolographicStartupAndDesktop_ClassicApps_Group"},"System.Comment":{"Type":12,"Value":"Choose if virtual displays are created when mixed reality starts"},"System.HighKeywords":{"Type":12,"Value":"Mixed Reality Portal;launch;preallocation;pre-allocation;virtual monitor;monitor;virtual monitors;monitors;display;startup;hololens settings;MR settings;Windows MR settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Holographic_Uninstall.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicManagement"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Holographic_Uninstall"},"System.Setting.GroupID":{"Type":12,"Value":"HolographicManagement"},"System.Comment":{"Type":12,"Value":"Uninstall Windows Mixed Reality"},"System.HighKeywords":{"Type":12,"Value":"Windows mixed reality settings;Hololens settings;MR settings;Windows MR settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Holographic_Visuals_Calibration_IPD.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicVisuals"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Holographic_Visuals_Calibration_IPD"},"System.Setting.GroupID":{"Type":12,"Value":"HolographicVisuals_Calibration"},"System.Comment":{"Type":12,"Value":"Set a custom calibration value for Windows Mixed Reality"},"System.HighKeywords":{"Type":12,"Value":"ipd;interpupillary;lens;optical;visual;focus;blurry;headset display;hololens settings;MR settings;Windows MR settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Holographic_Visuals_PerformanceOptimization.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicVisuals"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Holographic_Visuals_PerformanceOptimization"},"System.Setting.GroupID":{"Type":12,"Value":"HolographicVisuals_PerformanceOptimization"},"System.Comment":{"Type":12,"Value":"Change performance optimization in Mixed Reality"},"System.HighKeywords":{"Type":12,"Value":"90hz;60hz;ultra;render;hmd;mixed reality features;headset features;holographic fps;hololens settings;MR settings;Windows MR settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Holographic_Visuals_SleepTimeout.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicVisuals"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Holographic_Visuals_SleepTimeout"},"System.Setting.GroupID":{"Type":12,"Value":"HolographicVisuals_SleepTimeout_Group"},"System.Comment":{"Type":12,"Value":"Customize when your Windows Mixed Reality headset goes to sleep"},"System.HighKeywords":{"Type":12,"Value":"idle;asleep;timeout;timer;suspend;suspension;hololens settings;MR settings;Windows MR settings;Mixed Reality Portal"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Holographic_Visuals_SleepTimeout_IdleAppSuspension.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicVisuals"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Holographic_Visuals_SleepTimeout_IdleAppSuspension"},"System.Setting.GroupID":{"Type":12,"Value":"HolographicVisuals_SleepTimeout_Group"},"System.Comment":{"Type":12,"Value":"Choose if mixed reality apps keep running when your headset sleeps"},"System.HighKeywords":{"Type":12,"Value":"idle;asleep;timeout;timer;suspend;suspension;hololens settings;MR settings;Windows Mixed Reality;Windows MR settings;Mixed Reality Portal"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Holographic_Visuals_VisualQuality.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageHolographicVisuals"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Holographic_Visuals_VisualQuality"},"System.Setting.GroupID":{"Type":12,"Value":"HolographicVisualQuality_VisualQuality"},"System.Comment":{"Type":12,"Value":"Set the visual quality of Windows Mixed Reality"},"System.HighKeywords":{"Type":12,"Value":"mixed reality visuals;headset visuals;render;hmd;holographic fps;hololens settings;MR settings;Windows MR settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_InputPersonalization_UserDictionary_Collection.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyPersonalization"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_InputPersonalization_UserDictionary_Collection"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacyPersonalization"},"System.Comment":{"Type":12,"Value":"View contents of local user dictionary"},"System.HighKeywords":{"Type":12,"Value":"local dictionary;inking and typing;inking settings;typing settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Mouse_SetButtonConfiguration.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDeviceSettings"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Mouse_SetButtonConfiguration"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputMouse"},"System.Comment":{"Type":12,"Value":"Change the primary button on your mouse"},"System.HighKeywords":{"Type":12,"Value":"left button;left mouse button;right button;right mouse button;mouse settings;mouse primary button;change primary button mouse;change mouse primary button"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Mouse_SetCursorSpeed.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDeviceSettings"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Mouse_SetCursorSpeed"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputMouse"},"System.Comment":{"Type":12,"Value":"Change the speed the cursor moves when you use the mouse"},"System.HighKeywords":{"Type":12,"Value":"cursor speed;mouse cursor speed settings;mouse settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Mouse_SetScrollLines.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDeviceSettings"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Mouse_SetScrollLines"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputMouse"},"System.Comment":{"Type":12,"Value":"Choose how many lines to scroll with the mouse wheel"},"System.HighKeywords":{"Type":12,"Value":"mouse settings;scroll settings;scrolling;mouse wheel scroll lines;set mouse wheel scroll lines"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Mouse_SetScrollPage.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDeviceSettings"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Mouse_SetScrollPage"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputMouse"},"System.Comment":{"Type":12,"Value":"Change how far you scroll with the mouse wheel"},"System.HighKeywords":{"Type":12,"Value":"scrolls;wheels;mouse settings;mouse scroll settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Mouse_WheelRouting.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemDeviceSettings"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Mouse_WheelRouting"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputMouse"},"System.Comment":{"Type":12,"Value":"Scroll inactive windows when I hover over them"},"System.HighKeywords":{"Type":12,"Value":"mouse settings;scroll settings;mouse wheel scroll;scrolling"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Touch_AdvancedGesturesLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Touch_AdvancedGesturesLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchpadRelatedSettings"},"System.Comment":{"Type":12,"Value":"Advanced touchpad gestures"},"System.HighKeywords":{"Type":12,"Value":"advanced touchpad settings;advanced touch pad settings;advanced trackpad settings;touchpad settings;touch pad settings;trackpad settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Touch_CursorSpeed.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Touch_CursorSpeed"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchPad"},"System.Comment":{"Type":12,"Value":"Change the speed the cursor moves when you use the touchpad"},"System.HighKeywords":{"Type":12,"Value":"touchpad cursor speed settings;touchpad settings;trackpad settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Touch_EnableTouchPad.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Touch_EnableTouchPad"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchPad"},"System.Comment":{"Type":12,"Value":"Turn the touchpad on or off"},"System.HighKeywords":{"Type":12,"Value":"touch pad on;track pad on;trackpad on;touchpad settings;trackpad settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Touch_EnableVisualFeedback.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageEaseOfAccessMousePointer"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Touch_EnableVisualFeedback"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupEaseOfAccessTouchFeedback"},"System.Comment":{"Type":12,"Value":"Show visual feedback when you touch the screen"},"System.HighKeywords":{"Type":12,"Value":"bigger touch feedback;change touch feedback;darker touch feedback;larger touch feedback settings;make visual feedback for touch pointers darker and larger;show visual touch feedback;touch contact;touch feedback;touching;visual feedback touch settings;use larger touch feedback"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Touch_FourFingerSlideEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Touch_FourFingerSlideEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchpadFourFingerGestures"},"System.Comment":{"Type":12,"Value":"Change what happens when you drag four fingers on the touchpad"},"System.HighKeywords":{"Type":12,"Value":"four finger settings;multi finger settings;four-finger settings;multi-finger settings;four finger touchpad;touchpad settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Touch_FourFingerTapEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Touch_FourFingerTapEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchpadFourFingerGestures"},"System.Comment":{"Type":12,"Value":"Change what happens when you use four finger taps on the touchpad"},"System.HighKeywords":{"Type":12,"Value":"multi finger settings;multi-finger settings;four finger settings;four finger touchpad;touchpad settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Touch_LeaveOnWithMouse.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Touch_LeaveOnWithMouse"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchPad"},"System.Comment":{"Type":12,"Value":"Turn off touchpad when a mouse is connected"},"System.HighKeywords":{"Type":12,"Value":"mouse connected;touchpad on;touch pad on;track pad on;trackpad on;touchpad settings;trackpad settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Touch_PanEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Touch_PanEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchpadScrollZoom"},"System.Comment":{"Type":12,"Value":"Turn off scrolling when you drag with two fingers on the touchpad"},"System.HighKeywords":{"Type":12,"Value":"scroll;pan;panning;two finger scroll;two-finger scroll;touchpad scroll;touchpad settings;trackpad settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Touch_ResetAction.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Touch_ResetAction"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchpadReset"},"System.Comment":{"Type":12,"Value":"Reset your touchpad to its default settings"},"System.HighKeywords":{"Type":12,"Value":"touchpad defaults;trackpad defaults;touch pad defaults;track pad defaults;touchpad settings;trackpad settings;touchpad default settings;reset touchpad settings;reset my touchpad"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Touch_RightClickZoneEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Touch_RightClickZoneEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchpadTaps"},"System.Comment":{"Type":12,"Value":"Turn off touchpad right-clicking"},"System.HighKeywords":{"Type":12,"Value":"rightclick;right click;right-click;touchpad settings;trackpad settings;touchpad right clicking"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Touch_RotateEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Touch_RotateEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchpadScrollZoom"},"System.Comment":{"Type":12,"Value":"Use two fingers to rotate"},"System.HighKeywords":{"Type":12,"Value":"touchpad settings;touch pad settings;trackpad settings;track pad settings;rotation settings;two finger rotate"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Touch_SetActivationTimeout.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Touch_SetActivationTimeout"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchpadTaps"},"System.Comment":{"Type":12,"Value":"Choose whether to have a touchpad delay"},"System.HighKeywords":{"Type":12,"Value":"cursor;cursors;tap;taps;trackpad delay;touchpad settings;trackpad settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Touch_SetScrollDirection.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Touch_SetScrollDirection"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchpadScrollZoom"},"System.Comment":{"Type":12,"Value":"Reverse the touchpad’s scrolling direction"},"System.HighKeywords":{"Type":12,"Value":"panning;scroll;reverse scrolling;touchpad settings;trackpad settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Touch_TapAndDrag.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Touch_TapAndDrag"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchpadTaps"},"System.Comment":{"Type":12,"Value":"Turn off double-tap and drag on the touchpad"},"System.HighKeywords":{"Type":12,"Value":"tap;multi-select;double tap settings;touchpad settings;trackpad settings;touchpad double tap;double-tap touchpad;double tap touchpad"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Touch_TapsEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Touch_TapsEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchpadTaps"},"System.Comment":{"Type":12,"Value":"Turn off tap to click when using the touchpad"},"System.HighKeywords":{"Type":12,"Value":"clicks;taps;enable taps;disable taps;touchpad settings;trackpad settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Touch_ThreeFingerSlideEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Touch_ThreeFingerSlideEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchpadThreeFingerGestures"},"System.Comment":{"Type":12,"Value":"Change what happens when you drag three fingers on the touchpad"},"System.HighKeywords":{"Type":12,"Value":"three finger settings;multi-finger settings;multi finger settings;touchpad settings;trackpad settings;three finger touchpad"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Touch_ThreeFingerTapEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Touch_ThreeFingerTapEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchpadThreeFingerGestures"},"System.Comment":{"Type":12,"Value":"Change what happens when you use three finger taps on the touchpad"},"System.HighKeywords":{"Type":12,"Value":"three finger settings;touchpad settings;three finger touchpad"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Touch_TwoFingerTapEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Touch_TwoFingerTapEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchpadTaps"},"System.Comment":{"Type":12,"Value":"Turn off right clicks when you tap with two fingers on the touchpad"},"System.HighKeywords":{"Type":12,"Value":"rightclick;right click;right-click;two finger tap;two-finger tap;touchpad settings;trackpad settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Input_Touch_ZoomEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesTouchpad"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Input_Touch_ZoomEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupInputTouchpadScrollZoom"},"System.Comment":{"Type":12,"Value":"Turn off zooming when you pinch with two fingers on the touchpad"},"System.HighKeywords":{"Type":12,"Value":"two-finger settings;two finger settings;gesture;gestures;touchpad zoom;touchpad settings;trackpad settings;pinch to zoom out"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Keyboard_Additional_Settings_DeviceTyping-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Keyboard_Additional_Settings_DeviceTyping"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTimeRegionMoreKeyboardSettings_DeviceTyping"},"System.Comment":{"Type":12,"Value":"Override for default input method"},"System.HighKeywords":{"Type":12,"Value":"override IME;override default IME;override default input method;default IME;advanced keyboard settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Keyboard_Additional_Settings_DeviceTyping-3.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Keyboard_Additional_Settings_DeviceTyping"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTimeRegionMoreKeyboardSettings_DeviceTyping"},"System.Comment":{"Type":12,"Value":"Let me use a different input method for each app window"},"System.HighKeywords":{"Type":12,"Value":"default input method for window;different IME;IME settings;keyboard settings;advanced keyboard settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Keyboard_Additional_Settings_DeviceTyping-4.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Keyboard_Additional_Settings_DeviceTyping"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTimeRegionMoreKeyboardSettings_DeviceTyping"},"System.Comment":{"Type":12,"Value":"Use the desktop language bar when it’s available"},"System.HighKeywords":{"Type":12,"Value":"language bar settings;use the desktop language bar when its available;advanced keyboard settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Keyboard_Additional_Settings_DeviceTyping-5.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Keyboard_Additional_Settings_DeviceTyping"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTimeRegionMoreKeyboardSettings_DeviceTyping"},"System.Comment":{"Type":12,"Value":"Emoji panel settings"},"System.HighKeywords":{"Type":12,"Value":"emoji picker settings;close emoji picker;emoji settings;advanced keyboard settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Keyboard_Additional_Settings_DeviceTyping.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Keyboard_Additional_Settings_DeviceTyping"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTimeRegionMoreKeyboardSettings_DeviceTyping"},"System.Comment":{"Type":12,"Value":"Advanced keyboard settings"},"System.HighKeywords":{"Type":12,"Value":""}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Keyboard_Fluency_Link.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Keyboard_Fluency_Link"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTimeRegionMoreKeyboardSettings_DeviceTyping"},"System.Comment":{"Type":12,"Value":"Suggestions and autocorrections"},"System.HighKeywords":{"Type":12,"Value":"SwiftKey settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Keyboard_Insights.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Keyboard_Insights"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemKeyboardInsights"},"System.Comment":{"Type":12,"Value":"Enable typing insights"},"System.HighKeywords":{"Type":12,"Value":"insight;statistics;stats"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Keyboard_IsAutoCorrectionEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Keyboard_IsAutoCorrectionEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTimeRegionSpelling"},"System.Comment":{"Type":12,"Value":"Autocorrect misspelled words"},"System.HighKeywords":{"Type":12,"Value":"autocorrects;auto-correct;auto-corrects;autocorrection;autocorrections;auto-correction;auto-corrections;correct;corrects;correction;corrections;spell;spells;spelling;spellings;typo;typos;autocorrect settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Keyboard_IsAutoShiftEngageEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Keyboard_IsAutoShiftEngageEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemTouchKeyboard"},"System.Comment":{"Type":12,"Value":"Capitalize the first letter of a sentence with the touch keyboard"},"System.HighKeywords":{"Type":12,"Value":"autoshift;auto-shift;capital;capitals;caps;sentences;shift;upper;uppercase;capitalization settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Keyboard_IsDesktopModeAutoInvokeEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Keyboard_IsDesktopModeAutoInvokeEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemTouchKeyboard"},"System.Comment":{"Type":12,"Value":"Automatically show the touch keyboard"},"System.HighKeywords":{"Type":12,"Value":"keyboard settings;touch keyboard settings;tablet settings;tablet mode settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Keyboard_IsDoubleTapSpaceEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Keyboard_IsDoubleTapSpaceEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemKeyboardTyping"},"System.Comment":{"Type":12,"Value":"Add a period when you double-tap the Spacebar"},"System.HighKeywords":{"Type":12,"Value":"periods;space;spaces;space-bar;stop;keyboard settings;keyboard spacebar;double-tap spacebar;double tap spacebar"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Keyboard_IsHwkbAutoCorrectEnabled_DeviceTyping.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Keyboard_IsHwkbAutoCorrectEnabled_DeviceTyping"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemHardwareKeyboard"},"System.Comment":{"Type":12,"Value":"Autocorrect misspelled words"},"System.HighKeywords":{"Type":12,"Value":"typing settings;keyboard settings;hardware keyboard settings;autocorrect settings;spelling settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Keyboard_IsHwkbTextPredictionEnabled_DeviceTyping.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Keyboard_IsHwkbTextPredictionEnabled_DeviceTyping"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemHardwareKeyboard"},"System.Comment":{"Type":12,"Value":"Show text suggestions as I type on the hardware keyboard"},"System.HighKeywords":{"Type":12,"Value":"predict;predicts;prediction;predictions;suggest;suggests;suggestion;text suggestions keyboard;text suggestions settings;keyboard settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Keyboard_IsKeyAudioFeedbackEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Keyboard_IsKeyAudioFeedbackEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemTouchKeyboard"},"System.Comment":{"Type":12,"Value":"Play key sounds as I type"},"System.HighKeywords":{"Type":12,"Value":"keyboards;sound;keyboard settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Keyboard_IsPredictionSpaceInsertionEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Keyboard_IsPredictionSpaceInsertionEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemKeyboardTyping"},"System.Comment":{"Type":12,"Value":"Add a space when you choose a text suggestion"},"System.HighKeywords":{"Type":12,"Value":"insert;inserts;insertion;insertions;spaces;suggest;suggests;suggestions;keyboard settings;text suggestion settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Keyboard_IsShiftLockEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Keyboard_IsShiftLockEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemTouchKeyboard"},"System.Comment":{"Type":12,"Value":"Use uppercase letters when you double-tap Shift"},"System.HighKeywords":{"Type":12,"Value":"capitalize;caps;capslock;caps-lock;lock;locks;keyboard settings;capitalization settings;double tap shift"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Keyboard_IsSpellcheckingEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Keyboard_IsSpellcheckingEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTimeRegionSpelling"},"System.Comment":{"Type":12,"Value":"Highlight misspelled words"},"System.HighKeywords":{"Type":12,"Value":"highlights;spell;spells;spellings;squiggled;spelling settings;keyboard settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Keyboard_IsTextPredictionEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Keyboard_IsTextPredictionEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemKeyboardTyping"},"System.Comment":{"Type":12,"Value":"Show text suggestions as I type"},"System.HighKeywords":{"Type":12,"Value":"predict;predicts;prediction;predictions;suggest;suggests;suggestion;keyboard settings;text suggestion settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Language_Add_Profile_Language_Dialog.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionLanguage"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Language_Add_Profile_Language_Dialog"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupUserProfileLanguageList"},"System.Comment":{"Type":12,"Value":"Add a language to this device"},"System.HighKeywords":{"Type":12,"Value":"languages;display language;local experience pack;language settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Language_CHTBopomofoIME_Link.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionLanguage"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Language_CHTBopomofoIME_Link"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupLanguageIMELinks"},"System.Comment":{"Type":12,"Value":"Traditional Chinese Bopomofo IME settings"},"System.HighKeywords":{"Type":12,"Value":"chinese traditional settings;cht settings;bpmf settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Language_Display_Language_Dropdown.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionLanguage"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Language_Display_Language_Dropdown"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupWindowsDisplayLanguage"},"System.Comment":{"Type":12,"Value":"Change the language that Windows features appear in"},"System.HighKeywords":{"Type":12,"Value":"Windows display language;display language;language settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Language_Installed_Profiles_Collection.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionLanguage"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Language_Installed_Profiles_Collection"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupUserProfileLanguageList"},"System.Comment":{"Type":12,"Value":"Edit language and keyboard options"},"System.HighKeywords":{"Type":12,"Value":"dictionary;display;displays;languages;pack;packs;language settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Language_JapaneseIME_Link.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionLanguage"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Language_JapaneseIME_Link"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupLanguageIMELinks"},"System.Comment":{"Type":12,"Value":"Japanese IME settings"},"System.HighKeywords":{"Type":12,"Value":"advanced Japanese settings;Japanese advanced settings;Japanese keyboard settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Language_Web_Content_Control.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyGeneral"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Language_Web_Content_Control"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacy"},"System.Comment":{"Type":12,"Value":"Choose if websites can use your language list"},"System.HighKeywords":{"Type":12,"Value":"web content control;web language;web languages;language website;language settings;choose if websites can use my language list"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Maps_DeleteAll.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMaps"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Maps_DeleteAll"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMapsDownloads"},"System.Comment":{"Type":12,"Value":"Delete downloaded maps"},"System.HighKeywords":{"Type":12,"Value":"delete maps;delete map;map settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Maps_Download_Add_Package.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMaps"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Maps_Download_Add_Package"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMapsDownloads"},"System.Comment":{"Type":12,"Value":"Download maps for offline use"},"System.HighKeywords":{"Type":12,"Value":"map settings;offline maps"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Maps_Storage_Manage.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMaps"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Maps_Storage_Manage"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMapsStorage"},"System.Comment":{"Type":12,"Value":"Change where you store offline maps"},"System.HighKeywords":{"Type":12,"Value":"offline maps storage location;maps settings;offline maps settings;apps settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Maps_Wifi_Only_Setting.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMaps"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Maps_Wifi_Only_Setting"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMapsDataUsage"},"System.Comment":{"Type":12,"Value":"Allow downloading maps over metered connections"},"System.HighKeywords":{"Type":12,"Value":"offline maps settings;maps settings;apps settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Misc_ResetYourHololens.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreRestore"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Misc_ResetYourHololens"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRestoreRestoreResetPCHolographic"},"System.Comment":{"Type":12,"Value":"Reset your HoloLens"},"System.HighKeywords":{"Type":12,"Value":"HoloLens settings;reset HoloLens;reset my HoloLens;Windows mixed reality settings;mixed reality settings;MR settings;Windows MR settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Misc_ResetYourPC-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreRestore"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Misc_ResetYourPC"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRestoreRestoreResetPC"},"System.Comment":{"Type":12,"Value":"Reset this PC"},"System.HighKeywords":{"Type":12,"Value":"recovers;recovery;refresh;refreshes;reinstall;re-install;restores;reset your pc;reset your computer;reset my pc;reset my computer;reset this computer;reset device;reset pc;reset computer;system reset;reset system;go back to previous version;go back to older version;go back to old version;restore pc;recover computer;restore settings;reinstalling"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Misc_RollbackYourPC_PreviewBuild.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreRestore"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Misc_RollbackYourPC_PreviewBuild"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRestoreRestoreRollbackPCPreviewBuild"},"System.Comment":{"Type":12,"Value":"Go back to an earlier build"},"System.HighKeywords":{"Type":12,"Value":"recover;recovers;recovery;refresh;refreshes;reinstall;re-install;restore;restores;rollback;reset pc;reset computer;roll back"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Misc_RollbackYourPC_PreviewBuildDisabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreRestore"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Misc_RollbackYourPC_PreviewBuildDisabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRestoreRestoreRollbackPCPreviewBuildDisabled"},"System.Comment":{"Type":12,"Value":"Go back to an earlier build"},"System.HighKeywords":{"Type":12,"Value":"recover;recovers;recovery;refresh;refreshes;reinstall;re-install;restore;restores;reset pc;reset computer"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Misc_RollbackYourPC_Windows7.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreRestore"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Misc_RollbackYourPC_Windows7"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRestoreRestoreRollbackPCWindows7"},"System.Comment":{"Type":12,"Value":"Go back to Windows 7"},"System.HighKeywords":{"Type":12,"Value":"recover;recovers;recovery;refresh;refreshes;reinstall;re-install;restore;restores;reset pc;reset computer"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Misc_RollbackYourPC_Windows7Disabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreRestore"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Misc_RollbackYourPC_Windows7Disabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRestoreRestoreRollbackPCWindows7Disabled"},"System.Comment":{"Type":12,"Value":"Go back to Windows 7"},"System.HighKeywords":{"Type":12,"Value":"recover;recovers;recovery;refresh;refreshes;reinstall;re-install;restore;restores;reset pc;reset computer"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Misc_RollbackYourPC_Windows8.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreRestore"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Misc_RollbackYourPC_Windows8"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRestoreRestoreRollbackPCWindows8"},"System.Comment":{"Type":12,"Value":"Go back to Windows 8"},"System.HighKeywords":{"Type":12,"Value":"recover;recovers;recovery;refresh;refreshes;reinstall;re-install;restore;restores;reset pc;reset computer"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Misc_RollbackYourPC_Windows8Disabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreRestore"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Misc_RollbackYourPC_Windows8Disabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRestoreRestoreRollbackPCWindows8Disabled"},"System.Comment":{"Type":12,"Value":"Go back to Windows 8"},"System.HighKeywords":{"Type":12,"Value":"recover;recovers;recovery;refresh;refreshes;reinstall;re-install;restore;restores;reset pc;reset computer"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Misc_RollbackYourPC_Windows8_1.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreRestore"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Misc_RollbackYourPC_Windows8_1"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRestoreRestoreRollbackPCWindows8_1"},"System.Comment":{"Type":12,"Value":"Go back to Windows 8.1"},"System.HighKeywords":{"Type":12,"Value":"recover;recovers;recovery;refresh;refreshes;reinstall;re-install;restore;restores;reset pc;reset computer"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Misc_RollbackYourPC_Windows8_1Disabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreRestore"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Misc_RollbackYourPC_Windows8_1Disabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRestoreRestoreRollbackPCWindows8_1Disabled"},"System.Comment":{"Type":12,"Value":"Go back to Windows 8.1"},"System.HighKeywords":{"Type":12,"Value":"recover;recovers;recovery;refresh;refreshes;reinstall;re-install;restore;restores;reset pc;reset computer"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_MultiTasking_AeroSnapEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMultiTasking"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_MultiTasking_AeroSnapEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMultiTaskingSnap"},"System.Comment":{"Type":12,"Value":"Automatically snap windows to the sides or corners of the screen"},"System.HighKeywords":{"Type":12,"Value":"window layout;aero snap;snap settings;multitasking settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_MultiTasking_JointResizeEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMultiTasking"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_MultiTasking_JointResizeEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMultiTaskingSnap"},"System.Comment":{"Type":12,"Value":"When I resize a snapped window, resize any adjacent snapped window"},"System.HighKeywords":{"Type":12,"Value":"divider;snap resize;snap settings;multitasking settings;resize snapped window"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_MultiTasking_SnapAssistEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMultiTasking"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_MultiTasking_SnapAssistEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMultiTaskingSnap"},"System.Comment":{"Type":12,"Value":"When I snap a window, show what I can snap next to it"},"System.HighKeywords":{"Type":12,"Value":"suggest windows;assist;snap assist;choose window;snap settings;multitasking settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_MultiTasking_SnapFillEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMultiTasking"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_MultiTasking_SnapFillEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMultiTaskingSnap"},"System.Comment":{"Type":12,"Value":"Automatically resize snapped windows to fill available space"},"System.HighKeywords":{"Type":12,"Value":"window fill;resize windows;adjust windows;snap windows;snap fill;auto layout;snap settings;multitasking settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Multilingual_MultilingualEnable.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionSpelling"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Multilingual_MultilingualEnable"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMultilingualTextIntelligence"},"System.Comment":{"Type":12,"Value":"Multilingual text suggestions"},"System.HighKeywords":{"Type":12,"Value":"typing settings;keyboard settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_MusUpdate_ActiveHoursSearchLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreMusUpdate"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_MusUpdate_ActiveHoursSearchLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMusUpdateSettingsLinks"},"System.Comment":{"Type":12,"Value":"Change active hours"},"System.HighKeywords":{"Type":12,"Value":"oschedule;automatic;Windows 10 restarts;upgrade;firmware;security;active hours Windows 10;restart now;auto restart;pending restart;force restart;restart pending;work hours;Windows updates;feature update;finish install;update settings;windows update settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_MusUpdate_AdvancedSettingsLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreMusUpdate"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_MusUpdate_AdvancedSettingsLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMusUpdateSettingsLinks"},"System.Comment":{"Type":12,"Value":"Advanced Windows Update options"},"System.HighKeywords":{"Type":12,"Value":"automatic;autoupdate;autoupdates;fix;fixes;patch;patches;security;updates;updater;up-dates;updating;Windowsupdate;Wupdater;upgrade;windows update settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_MusUpdate_GlobalPolicyStringLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreMusUpdate"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_MusUpdate_GlobalPolicyStringLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMusGlobalPolicyStringLink"},"System.Comment":{"Type":12,"Value":"View configured update policies"},"System.HighKeywords":{"Type":12,"Value":"update settings;Windows update settings;Windows update policies"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_MusUpdate_OptionalUpdatesSearchLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreMusUpdate"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_MusUpdate_OptionalUpdatesSearchLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMusUpdateSettingsLinks"},"System.Comment":{"Type":12,"Value":"View optional updates"},"System.HighKeywords":{"Type":12,"Value":"optional update;extra update;other update;get updates;driver updates;windows updates;more updates;install updates;download updates;additional updates;manual updates;manual install"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_MusUpdate_PauseUpdate2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreMusUpdate"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_MusUpdate_PauseUpdate2"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMusUpdateSettingsLinks"},"System.Comment":{"Type":12,"Value":"Pause updates"},"System.HighKeywords":{"Type":12,"Value":"pause update;stop update;block update;disable update;turn off update;pause windows update;stop windows update"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_MusUpdate_RestartOptionsSettingsSearchLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreMusUpdate"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_MusUpdate_RestartOptionsSettingsSearchLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMusUpdateSettingsLinks"},"System.Comment":{"Type":12,"Value":"Schedule your restart"},"System.HighKeywords":{"Type":12,"Value":"restart options;custom restart;pending restart;schedule restart;windows update restart settings;update restart settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_MusUpdate_UpdateActionButton.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreMusUpdate"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_MusUpdate_UpdateActionButton"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMusUpdate"},"System.Comment":{"Type":12,"Value":"Check for updates"},"System.HighKeywords":{"Type":12,"Value":"automatic;autoupdate;check Windows updates;fixes;patches;security;update;updater;up-dates;updating;Windowsupdate;Wupdater;driver;drivers;windows update settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_MusUpdate_UpdateHistoryLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreMusUpdate"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_MusUpdate_UpdateHistoryLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupMusUpdateSettingsLinks"},"System.Comment":{"Type":12,"Value":"View your Update history"},"System.HighKeywords":{"Type":12,"Value":"install;autoupdate;fixes;patches;security;updater;updating;Windowsupdate;driver;drivers;firmware;upgrade;installed updates;failed to install;successfully installed;Windows updates;updates were installed;windows update settings;update settings;update history settings;view my update history;view update history"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Notifications_AllowHMDNotifications.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsNotifications"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Notifications_AllowHMDNotifications"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupNotificationsGlobals"},"System.Comment":{"Type":12,"Value":"Show notifications on my head mounted display"},"System.HighKeywords":{"Type":12,"Value":"notification settings;hmd settings;windows mixed reality settings;windows mr settings;hololens settings;holo settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Notifications_AllowNotificationSound.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsNotifications"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Notifications_AllowNotificationSound"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupNotificationsGlobals"},"System.Comment":{"Type":12,"Value":"Allow notifications to play sound"},"System.HighKeywords":{"Type":12,"Value":"notification sound;mute notifications;notification volume"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Notifications_CortanaManagedNotifications.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsNotifications"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Notifications_CortanaManagedNotifications"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupNotificationsGlobals"},"System.Comment":{"Type":12,"Value":"Cortana Smart Notifications"},"System.HighKeywords":{"Type":12,"Value":"let cortana smartly control notifications for me;notification settings;cortana notifications;smart notification settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Notifications_CriticalToastsAboveLock.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsNotifications"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Notifications_CriticalToastsAboveLock"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupNotificationsGlobals"},"System.Comment":{"Type":12,"Value":"Show important notifications on the lock screen"},"System.HighKeywords":{"Type":12,"Value":"notification settings;lock screen settings;critical notifications;high priority notifications;priority notifications;show reminders and incoming VoIP calls on the lock screen"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Notifications_CustomizableQuickActions.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsNotifications"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Notifications_CustomizableQuickActions"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupQuickActions"},"System.Comment":{"Type":12,"Value":"Choose your quick actions"},"System.HighKeywords":{"Type":12,"Value":"action;pin;pins;quick action settings;choose my quick actions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Notifications_HideNotificationsWhenDuplicated.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsNotifications"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Notifications_HideNotificationsWhenDuplicated"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupNotificationsGlobals"},"System.Comment":{"Type":12,"Value":"Hide notifications when duplicating screen"},"System.HighKeywords":{"Type":12,"Value":"notification settings;projection settings;screen mirroring settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Notifications_QuietHours_Profile.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageQuietHours"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Notifications_QuietHours_Profile"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupQuietHours"},"System.Comment":{"Type":12,"Value":"Change focus assist profile"},"System.HighKeywords":{"Type":12,"Value":"focus assist mode;quiet hours mode;quiet hours profile;focus assist settings;quiet hours settings;do not disturb mode;do not disturb profile;do not disturb settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Notifications_ScoobeEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsNotifications"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Notifications_ScoobeEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupNotificationsGlobals"},"System.Comment":{"Type":12,"Value":"Suggest ways I can set up my device to get the most out of Windows"},"System.HighKeywords":{"Type":12,"Value":"suggest ways I can finish setting up my device to get the most out of Windows;finish setting up my device;setting up my device;finish device setup;device setup;notification settings;set up computer;set up compter;set up PC;setup device;setup PC;setup computer;set up options;setup options;setup notifications;set up notifications"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Notifications_SelectIconsToAppearOnTaskbar.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsNotifications"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Notifications_SelectIconsToAppearOnTaskbar"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupQuickActions"},"System.Comment":{"Type":12,"Value":"Select which icons appear on the taskbar"},"System.HighKeywords":{"Type":12,"Value":"icon;taskbar settings;taskbar icons"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Notifications_ShowAppNotifications.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsNotifications"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Notifications_ShowAppNotifications"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupNotificationsGlobals"},"System.Comment":{"Type":12,"Value":"Turn app notifications on or off"},"System.HighKeywords":{"Type":12,"Value":"announcement;announcements;apps;notification settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Notifications_SignInSuggestionsEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsNotifications"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Notifications_SignInSuggestionsEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupNotificationsGlobals"},"System.Comment":{"Type":12,"Value":"Show Windows welcome notifications"},"System.HighKeywords":{"Type":12,"Value":"notification settings;turn off suggestions;whats new;what's new"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Notifications_SoftLandingEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsNotifications"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Notifications_SoftLandingEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupNotificationsGlobals"},"System.Comment":{"Type":12,"Value":"Get tips, tricks, and suggestions as you use Windows"},"System.HighKeywords":{"Type":12,"Value":"tip;help;suggestion settings;get tips tricks and suggestions as you use Windows;tips tricks suggestions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Notifications_SystemIcons.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsNotifications"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Notifications_SystemIcons"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupQuickActions"},"System.Comment":{"Type":12,"Value":"Turn system icons on or off"},"System.HighKeywords":{"Type":12,"Value":"tray;icon settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Notifications_ToastsAboveLock.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsNotifications"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Notifications_ToastsAboveLock"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupNotificationsGlobals"},"System.Comment":{"Type":12,"Value":"Show notifications on the lock screen"},"System.HighKeywords":{"Type":12,"Value":"lock screen notifications;notification settings;lock screen settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Notifications_WindowsTipEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsNotifications"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Notifications_WindowsTipEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupNotificationsGlobals"},"System.Comment":{"Type":12,"Value":"Get tips, tricks, and suggestions as you use Windows"},"System.HighKeywords":{"Type":12,"Value":"get tips tricks and suggestions as you use windows;notification settings;turn off suggestions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_PCSystem_GetDeviceSerialNumber.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemInfo"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_PCSystem_GetDeviceSerialNumber"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSurfaceHubSystemDetails"},"System.Comment":{"Type":12,"Value":"View device serial number"},"System.HighKeywords":{"Type":12,"Value":"machine serial number;serial number settings;pc serial number;about pc;about my pc"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_PCSystem_GetPCName.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemInfo"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_PCSystem_GetPCName"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemDetails"},"System.Comment":{"Type":12,"Value":"View your PC name"},"System.HighKeywords":{"Type":12,"Value":"names;pcs;computer name;device name;machine name;rename;view my pc name;my pc name;your computer name"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_PCSystem_InstalledRamStatus.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemInfo"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_PCSystem_InstalledRamStatus"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemDetails"},"System.Comment":{"Type":12,"Value":"View RAM info"},"System.HighKeywords":{"Type":12,"Value":"RAM settings;memory settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_PCSystem_JoinCloudDomain.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemInfo"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_PCSystem_JoinCloudDomain"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemDetails"},"System.Comment":{"Type":12,"Value":"Connect your device to your work or school cloud domain"},"System.HighKeywords":{"Type":12,"Value":"join;domains;AAD;Active;Directory;Azure;connect connection;device management;corporate IT;workplace settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_PCSystem_JoinDomain.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemInfo"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_PCSystem_JoinDomain"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemDetails"},"System.Comment":{"Type":12,"Value":"Connect your device to your work or school domain"},"System.HighKeywords":{"Type":12,"Value":"join;domains;Active;Directory;connect connection;device management;corporate IT;workplace settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_PCSystem_LeaveOrganization.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemInfo"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_PCSystem_LeaveOrganization"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemDetails"},"System.Comment":{"Type":12,"Value":"Disconnect your device from your work or school"},"System.HighKeywords":{"Type":12,"Value":"unjoin;leave;domain;domains;connect;connection;Active;Directory;AAD;Azure;device management;corporate IT;workplace settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_PCSystem_PenAndTouchStatus.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemInfo"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_PCSystem_PenAndTouchStatus"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemDetails"},"System.Comment":{"Type":12,"Value":"View pen and touch info"},"System.HighKeywords":{"Type":12,"Value":"pen settings;touch settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_PCSystem_ProcessorStatus.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemInfo"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_PCSystem_ProcessorStatus"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemDetails"},"System.Comment":{"Type":12,"Value":"View processor info"},"System.HighKeywords":{"Type":12,"Value":"cpus;processor settings;cpu info;cpu settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_PCSystem_ProductIdStatus.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemInfo"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_PCSystem_ProductIdStatus"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemDetails"},"System.Comment":{"Type":12,"Value":"View your product ID"},"System.HighKeywords":{"Type":12,"Value":"product key;view my product ID;my product ID"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_PCSystem_RenamePC.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemInfo"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_PCSystem_RenamePC"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSurfaceHubSystemDetails"},"System.Comment":{"Type":12,"Value":"Rename your PC"},"System.HighKeywords":{"Type":12,"Value":"computer;device;rename pc;rename computer;rename device;rename my PC"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_PCSystem_SystemTypeStatus.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemInfo"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_PCSystem_SystemTypeStatus"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPCSystemDetails"},"System.Comment":{"Type":12,"Value":"See if you have a 32-bit or 64-bit version of Windows"},"System.HighKeywords":{"Type":12,"Value":"ARM;Intel;system;systems;32 bit;64 bit;windows version"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_AccountPictureCamera.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsPicture"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_AccountPictureCamera"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupCreateAccountPicture"},"System.Comment":{"Type":12,"Value":"Use the camera to create an account picture"},"System.HighKeywords":{"Type":12,"Value":"account picture settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_AccountPicturePicker.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsPicture"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_AccountPicturePicker"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupCreateAccountPicture"},"System.Comment":{"Type":12,"Value":"Browse for an account picture"},"System.HighKeywords":{"Type":12,"Value":"account picture settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_Background_ChooseBackground.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageBackground"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_Background_ChooseBackground"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsPagePersonalizeBackground"},"System.Comment":{"Type":12,"Value":"Choose your desktop background"},"System.HighKeywords":{"Type":12,"Value":"slideshow;wallpaper;desktop wallpaper;pc background;computer background;photo;image;album;slide show;background slideshow solid color"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_Background_ChooseFit.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageBackground"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_Background_ChooseFit"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsPagePersonalizeBackground"},"System.Comment":{"Type":12,"Value":"Choose a picture fit"},"System.HighKeywords":{"Type":12,"Value":"fill;desktop background;pc background;background picture settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_Color_AppsUseLightTheme.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageColors"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_Color_AppsUseLightTheme"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_Personalize_ChooseMode"},"System.Comment":{"Type":12,"Value":"Turn on dark mode for apps"},"System.HighKeywords":{"Type":12,"Value":"light theme settings;light mode settings;dark theme settings;dark mode settings;personalization settings;color settings;colors"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_Color_ColorMode.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageColors"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_Color_ColorMode"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_Personalize_ChooseMode"},"System.Comment":{"Type":12,"Value":"Turn on light mode systemwide"},"System.HighKeywords":{"Type":12,"Value":"light theme settings;light mode settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_Color_ColorPrevalence.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageColors"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_Color_ColorPrevalence"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_Personalize_MoreOptions"},"System.Comment":{"Type":12,"Value":"Apply color to Start, taskbar, and Action Center"},"System.HighKeywords":{"Type":12,"Value":"color settings;color start;color taskbar;color action center;apply color to start taskbar and action center"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_Color_ColorPrevalenceTitleBar.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageColors"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_Color_ColorPrevalenceTitleBar"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_Personalize_MoreOptions"},"System.Comment":{"Type":12,"Value":"Apply color to title bar"},"System.HighKeywords":{"Type":12,"Value":"color settings;color title bar"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_Color_EnableAutoColor.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageColors"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_Color_EnableAutoColor"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_Personalize_ChooseColor"},"System.Comment":{"Type":12,"Value":"Automatically pick an accent color from my background"},"System.HighKeywords":{"Type":12,"Value":"personalization settings;background settings;colors settings;color settings;accent color settings;personalize color"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_Color_EnableTransparency-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageColors"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_Color_EnableTransparency"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_Personalize_ChooseMode"},"System.Comment":{"Type":12,"Value":"Show transparency in Windows"},"System.HighKeywords":{"Type":12,"Value":"opacity;opaque;opaqueness;reduce transparency;remove transparency;see through;see-through;seethrough;translucency settings;translucent;transparency settings;transparent"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_Color_EnableTransparency.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageColors"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_Color_EnableTransparency"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_Personalize_ChooseMode"},"System.Comment":{"Type":12,"Value":"Make Start, taskbar, and Action Center transparent"},"System.HighKeywords":{"Type":12,"Value":"opacity;opaque;appearances;appearance settings;transparency settings;make start taskbar and action center transparent"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_Color_SystemUsesLightTheme.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageColors"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_Color_SystemUsesLightTheme"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_Personalize_ChooseMode"},"System.Comment":{"Type":12,"Value":"Turn on dark mode systemwide"},"System.HighKeywords":{"Type":12,"Value":"dark theme settings;dark mode settings;personalization settings;color settings;colors"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_LockScreenAppsBadge.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageLockScreen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_LockScreenAppsBadge"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupLockScreenApps"},"System.Comment":{"Type":12,"Value":"Choose apps to show quick status"},"System.HighKeywords":{"Type":12,"Value":"badges;badge;statuses;quick status settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_LockScreenAppsTile.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageLockScreen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_LockScreenAppsTile"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupLockScreenApps"},"System.Comment":{"Type":12,"Value":"Choose an app to display detailed status"},"System.HighKeywords":{"Type":12,"Value":"detail;details;statuses;lock screen settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_LockScreenChooseBackgroundType.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageLockScreen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_LockScreenChooseBackgroundType"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupLockScreenPreview"},"System.Comment":{"Type":12,"Value":"Change your lock screen background"},"System.HighKeywords":{"Type":12,"Value":"spotlight;Windows spotlight;image;photo;picture;slideshow;slide show;lock screen settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_LockScreenSlideshowAdvanced.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageLockScreen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_LockScreenSlideshowAdvanced"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupLockScreenPreview"},"System.Comment":{"Type":12,"Value":"Advanced slideshow settings"},"System.HighKeywords":{"Type":12,"Value":"personalization settings;lock screen settings;screen saver settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_LockScreenSlideshowSource_CloudBrandName.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageLockScreen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_LockScreenSlideshowSource_CloudBrandName"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupLockScreenPreview"},"System.Comment":{"Type":12,"Value":"Add a folder to the lock screen slideshow"},"System.HighKeywords":{"Type":12,"Value":"folders;library;libraries;lockscreen;personalize;picture;pictures;SkyDrive;OneDrive;slideshows;lock screen settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_LockScreenWelcomeScreenEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageLockScreen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_LockScreenWelcomeScreenEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupLockScreenApps"},"System.Comment":{"Type":12,"Value":"Show the Welcome Screen"},"System.HighKeywords":{"Type":12,"Value":"personalization settings;lock screen settings;welcome screen settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_LogonScreenBackgroundUseColor.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageLockScreen"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_LogonScreenBackgroundUseColor"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupLockScreenControlPanelSettings"},"System.Comment":{"Type":12,"Value":"Show lock screen background picture on the sign-in screen"},"System.HighKeywords":{"Type":12,"Value":"personalization settings;lock screen settings;desktop background settings;sign-in screen settings;sign in screen settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Personalize_UserTileAppList.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsPicture"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Personalize_UserTileAppList"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupCreateAccountPicture"},"System.Comment":{"Type":12,"Value":"Use an app to create an account picture"},"System.HighKeywords":{"Type":12,"Value":"account settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Phone_AddPhone.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageManagePhone"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Phone_AddPhone"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupAddPhoneV2"},"System.Comment":{"Type":12,"Value":"Add a phone"},"System.HighKeywords":{"Type":12,"Value":"phone settings;add phone;add phones"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Phone_ManagePhones.settingcontent-ms"},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageManagePhone"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Phone_ManagePhones"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupManagePhonesV2"},"System.Comment":{"Type":12,"Value":"Unlink phone"},"System.HighKeywords":{"Type":12,"Value":"phone settings;unlink this PC"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_PowerAndSleep_DisplayOffTimeoutAC.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageScreenPowerAndSleep"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_PowerAndSleep_DisplayOffTimeoutAC"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPowerAndSleepDisplayOff"},"System.Comment":{"Type":12,"Value":"Choose when to turn off the screen when plugged in"},"System.HighKeywords":{"Type":12,"Value":"displays;monitor;monitors;screens;display settings;power settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_PowerAndSleep_DisplayOffTimeoutAC_AoAc.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageScreenPowerAndSleep"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_PowerAndSleep_DisplayOffTimeoutAC_AoAc"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPowerAndSleepDisplayOffAoAc"},"System.Comment":{"Type":12,"Value":"Choose when to turn off the screen when plugged in"},"System.HighKeywords":{"Type":12,"Value":"displays;monitor;monitors;screens;display settings;power settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_PowerAndSleep_DisplayOffTimeoutDC.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageScreenPowerAndSleep"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_PowerAndSleep_DisplayOffTimeoutDC"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPowerAndSleepDisplayOff"},"System.Comment":{"Type":12,"Value":"Choose when to turn off the screen on battery power"},"System.HighKeywords":{"Type":12,"Value":"batteries;displays;monitor;monitors;screens;display settings;power settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_PowerAndSleep_DisplayOffTimeoutDC_AoAc.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageScreenPowerAndSleep"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_PowerAndSleep_DisplayOffTimeoutDC_AoAc"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPowerAndSleepDisplayOffAoAc"},"System.Comment":{"Type":12,"Value":"Choose when to turn off the screen on battery power"},"System.HighKeywords":{"Type":12,"Value":"batteries;displays;monitor;monitors;screens;display settings;power settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_PowerAndSleep_SleepTimeoutAC.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageScreenPowerAndSleep"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_PowerAndSleep_SleepTimeoutAC"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPowerAndSleepSleep"},"System.Comment":{"Type":12,"Value":"Change when the PC sleeps when plugged in"},"System.HighKeywords":{"Type":12,"Value":"screen;screens;sleep settings;power settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_PowerAndSleep_SleepTimeoutDC.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageScreenPowerAndSleep"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_PowerAndSleep_SleepTimeoutDC"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPowerAndSleepSleep"},"System.Comment":{"Type":12,"Value":"Change when the PC sleeps on battery power"},"System.HighKeywords":{"Type":12,"Value":"screen;screens;sleep settings;power settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Printer_Add.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageDevicesPrinters"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Printer_Add"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrinterAddRemove"},"System.Comment":{"Type":12,"Value":"Add a printer or scanner"},"System.HighKeywords":{"Type":12,"Value":"add a scanner;printer settings;scanner settings;add printer;install printer;install a printer;printers;scanners"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_ActivityHistoryClear.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyActivityHistory"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_ActivityHistoryClear"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacyActivityClear"},"System.Comment":{"Type":12,"Value":"Clear activity history"},"System.HighKeywords":{"Type":12,"Value":"delete activity history;delete timeline data;timeline data;delete timeline history;activity history settings;activity history privacy settings;timeline settings;timeline privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_ActivityHistoryCloudSyncEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyActivityHistory"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_ActivityHistoryCloudSyncEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacyActivityHistory"},"System.Comment":{"Type":12,"Value":"Let Windows sync activities from this PC to the cloud"},"System.HighKeywords":{"Type":12,"Value":"turn off activity history;turn off timeline;disable timeline;timeline sync;timeline cloud sync;activity history settings;activity history privacy settings;timeline settings;timeline privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_ActivityHistoryCollectionEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyActivityHistory"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_ActivityHistoryCollectionEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacyActivityHistory"},"System.Comment":{"Type":12,"Value":"Let Windows collect activities from this PC"},"System.HighKeywords":{"Type":12,"Value":"turn off activity history;turn off timeline;disable timeline;activity history settings;activity history privacy settings;timeline settings;timeline privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_ActivityLocationHistoryClear.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyActivityHistory"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_ActivityLocationHistoryClear"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacyActivityLocationsClear"},"System.Comment":{"Type":12,"Value":"Clear location activity"},"System.HighKeywords":{"Type":12,"Value":"location history;location privacy settings;timeline settings;timeline privacy settings;activity history settings;activity history privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_AdvertisingIdEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyGeneral"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_AdvertisingIdEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacy"},"System.Comment":{"Type":12,"Value":"Choose if apps can use your advertising ID"},"System.HighKeywords":{"Type":12,"Value":"ads;tailored ads;marketing;identifier;privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_BackgroundAppsEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyBackgroundApps"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_BackgroundAppsEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacyBackgroundAppsGlobals"},"System.Comment":{"Type":12,"Value":"Let apps run in the background"},"System.HighKeywords":{"Type":12,"Value":"disable background apps;disable background tasks;background settings;background apps permissions;background app permisssions;background tasks"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_BackgroundApps_SubText.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyBackgroundApps"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_BackgroundApps_SubText"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacyBackgroundAppsAppList"},"System.Comment":{"Type":12,"Value":"Choose which apps can run in the background"},"System.HighKeywords":{"Type":12,"Value":"disable background apps;disable background tasks;background settings;background apps permissions;background app permisssions;background tasks"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_Change_Feedback_Frequency.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacySIUFSettings"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_Change_Feedback_Frequency"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacySIUFSettings"},"System.Comment":{"Type":12,"Value":"Change Windows feedback frequency"},"System.HighKeywords":{"Type":12,"Value":"feedback surveys;surveys;feedback hub;diagnostics and feedback settings;feedback settings;telemetry settings;feedback privacy settings;feedback frequency settings;Windows permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_DefaultLocationButton.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyLocation"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_DefaultLocationButton"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacyDefaultLocation"},"System.Comment":{"Type":12,"Value":"Set default location"},"System.HighKeywords":{"Type":12,"Value":"default GPS location;location settings;location privacy settings;location permissions;GPS settings;GPS privacy settings;GPS permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_Device_Delete.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacySIUFSettings"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_Device_Delete"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDeleteDiagnosticData"},"System.Comment":{"Type":12,"Value":"Delete diagnostic data"},"System.HighKeywords":{"Type":12,"Value":"delete data;diagnostic data settings;diagnostics settings;diagnostics and feedback settings;feedback settings;telemetry settings;feedback privacy settings;diagnostics privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_EnableSuggestionsInSettings.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyGeneral"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_EnableSuggestionsInSettings"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacy"},"System.Comment":{"Type":12,"Value":"Turn off suggested content in the Settings app"},"System.HighKeywords":{"Type":12,"Value":"suggestions;turn off suggestions;privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_GazeHistoryClear.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyGaze"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_GazeHistoryClear"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupCapabilityGazeHistory"},"System.Comment":{"Type":12,"Value":"Clear eye tracker history"},"System.HighKeywords":{"Type":12,"Value":"delete eye tracker history;delete gaze history;clear gaze history;privacy settings;eye tracker settings;eye tracker privacy settings;eye gaze settings;eye gaze privacy settings;eye tracker permissions;eye gaze permissions;app permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_ImproveInkType_Toggle.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacySIUFSettings"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_ImproveInkType_Toggle"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacyImproveInkType"},"System.Comment":{"Type":12,"Value":"Improve inking & typing recognition"},"System.HighKeywords":{"Type":12,"Value":"improve inking and typing recognition;inking and typing;inking typing settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_LocationHistoryClear.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyLocation"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_LocationHistoryClear"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacyLocationHistory"},"System.Comment":{"Type":12,"Value":"Clear location history"},"System.HighKeywords":{"Type":12,"Value":"delete location history;delete GPS history;clear GPS history;location settings;location privacy settings;location permissions;GPS settings;GPS privacy settings;GPS permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_LocationHistoryCloudSyncEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyActivityHistory"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_LocationHistoryCloudSyncEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacyLocationActivityHistory"},"System.Comment":{"Type":12,"Value":"Sync location history from your phone to Timeline"},"System.HighKeywords":{"Type":12,"Value":"location privacy settings;timeline settings;timeline privacy settings;activity history settings;activity history privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_LocationIcon.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyLocation"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_LocationIcon"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Location_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Show icon when apps access my location"},"System.HighKeywords":{"Type":12,"Value":"location settings;location privacy settings;location permissions;GPS settings;GPS privacy settings;GPS permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_LocationShowOnTimeline.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyActivityHistory"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_LocationShowOnTimeline"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacyLocationShowOnTimeline"},"System.Comment":{"Type":12,"Value":"Show location activity on Timeline"},"System.HighKeywords":{"Type":12,"Value":"location history;location privacy settings;timeline settings;timeline privacy settings;activity history settings;activity history privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_MotionDataClearHistory.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyMotionData"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_MotionDataClearHistory"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_CapabilityAccess_Motion_UserGlobal_Group"},"System.Comment":{"Type":12,"Value":"Clear motion history"},"System.HighKeywords":{"Type":12,"Value":"clear motion data;delete motion history;delete motion data;motion settings;motion privacy settings;motion permissions;motion data permissions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_PersonalizeInkType_Toggle.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyPersonalization"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_PersonalizeInkType_Toggle"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacyPersonalization"},"System.Comment":{"Type":12,"Value":"Turn off typing history"},"System.HighKeywords":{"Type":12,"Value":"typing personalization;inking personalization;inking and typing personalization;inking privacy settings;typing privacy settings;inking settings;typing settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_Radio_Setting.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacySIUFSettings"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_Radio_Setting"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacyFeedbackOptInLevel"},"System.Comment":{"Type":12,"Value":"Choose how much data you send to Microsoft"},"System.HighKeywords":{"Type":12,"Value":"diagnostics settings;diagnostics and feedback settings;feedback settings;telemetry settings;feedback privacy settings;diagnostics privacy settings;diagnostic data settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_Speech_AllowSpeechServices.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacySpeech"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_Speech_AllowSpeechServices"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacySpeech"},"System.Comment":{"Type":12,"Value":"Turn off online speech recognition"},"System.HighKeywords":{"Type":12,"Value":"speech settings;speech privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_Speech_ToggleSpeechLogging.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacySpeech"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_Speech_ToggleSpeechLogging"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupLoggingSpeech"},"System.Comment":{"Type":12,"Value":"Do not allow Microsoft to use your voice to improve speech services"},"System.HighKeywords":{"Type":12,"Value":"speech settings;speech privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_StoreAppUsage.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacyGeneral"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_StoreAppUsage"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPrivacy"},"System.Comment":{"Type":12,"Value":"Let Windows track app launches to improve Start and search results"},"System.HighKeywords":{"Type":12,"Value":"start menu;track apps;program;programs;recent;frequent;tracking;privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_TailoredExperiencesWithDiagnosticsEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacySIUFSettings"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_TailoredExperiencesWithDiagnosticsEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTailoredExperiences"},"System.Comment":{"Type":12,"Value":"Turn off tailored experiences"},"System.HighKeywords":{"Type":12,"Value":"diagnostics settings;diagnostics and feedback settings;feedback settings;telemetry settings;feedback privacy settings;diagnostics privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_Telemetry_Viewer_Button.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacySIUFSettings"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_Telemetry_Viewer_Button"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDiagnosticDataViewer"},"System.Comment":{"Type":12,"Value":"View your diagnostic data"},"System.HighKeywords":{"Type":12,"Value":"view my data;view data;see my data;diagnostic data viewer;view diagnostic data;open diagnostic data viewer;diagnostics settings;diagnostics and feedback settings;feedback settings;telemetry settings;feedback privacy settings;diagnostics privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Privacy_Telemetry_Viewer_Toggle.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePrivacySIUFSettings"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Privacy_Telemetry_Viewer_Toggle"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDiagnosticDataViewer"},"System.Comment":{"Type":12,"Value":"Turn on Diagnostic Data Viewer"},"System.HighKeywords":{"Type":12,"Value":"view my data;view data;see my data;diagnostics settings;diagnostics and feedback settings;feedback settings;telemetry settings;feedback privacy settings;diagnostics privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Proxy_AuthSession.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkProxy"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Proxy_AuthSession"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupProxySurfaceHub"},"System.Comment":{"Type":12,"Value":"Require authentication to access the proxy"},"System.HighKeywords":{"Type":12,"Value":"proxy settings;proxy authentication settings;network settings;internet settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Proxy_AutomaticConfigScript.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkProxy"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Proxy_AutomaticConfigScript"},"System.Setting.GroupID":{"Type":12,"Value":"Proxy_Automatic_Config_Group"},"System.Comment":{"Type":12,"Value":"Use automatic proxy configuration"},"System.HighKeywords":{"Type":12,"Value":"proxy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Proxy_AutomaticDetection.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkProxy"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Proxy_AutomaticDetection"},"System.Setting.GroupID":{"Type":12,"Value":"Proxy_Automatic_Config_Group"},"System.Comment":{"Type":12,"Value":"Turn automatic proxy detection on or off"},"System.HighKeywords":{"Type":12,"Value":"Automatically;detect;detects;setting;settings;proxy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Proxy_ManualProxyAddress.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkProxy"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Proxy_ManualProxyAddress"},"System.Setting.GroupID":{"Type":12,"Value":"Proxy_Manual_Config_Group"},"System.Comment":{"Type":12,"Value":"Change manual proxy server settings"},"System.HighKeywords":{"Type":12,"Value":"bypass;proxies;servers;setting;proxy settings;configure proxy server"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_QuietMoments_Group.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageQuietHours"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_QuietMoments_Group"},"System.Comment":{"Type":12,"Value":"Focus assist automatic rules"},"System.HighKeywords":{"Type":12,"Value":"quiet hours automatic rules;do not disturb automatic rules;focus assist settings;quiet hours settings;do not disturb settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_QuietMoments_Summary_Checkbox.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageQuietHours"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_QuietMoments_Summary_Checkbox"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_QuietMoments_Group"},"System.Comment":{"Type":12,"Value":"Show me a summary of what I missed while focus assist was on"},"System.HighKeywords":{"Type":12,"Value":"focus assist settings;quiet hours settings;do not disturb settings;focus assist summary;quiet hours summary;do not disturb summary;notifications summary"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Radio_DeviceList.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkAirplaneMode"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Radio_DeviceList"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRadioDevices"},"System.Comment":{"Type":12,"Value":"Turn wireless devices on or off"},"System.HighKeywords":{"Type":12,"Value":"gnss;gps;nfc;radio;Wifi;wireless settings;device settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Radio_IsAirplaneModeEnabled_SettingsApp.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkAirplaneMode"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Radio_IsAirplaneModeEnabled_SettingsApp"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupAirplaneMode"},"System.Comment":{"Type":12,"Value":"Turn airplane mode on or off"},"System.HighKeywords":{"Type":12,"Value":"wireless"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Region_CountryRegion.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionRegion"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Region_CountryRegion"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRegionHomeLocation"},"System.Comment":{"Type":12,"Value":"Change your country or region"},"System.HighKeywords":{"Type":12,"Value":"countries;location;locations;region settings;country settings;region or country;change my country or region"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Region_RegionalFormat.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionRegion"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Region_RegionalFormat"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRegionFormat"},"System.Comment":{"Type":12,"Value":"Set regional format"},"System.HighKeywords":{"Type":12,"Value":"region settings;set region format"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Region_SetFormats.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTimeRegionRegion"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Region_SetFormats"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRegionFormatOverrides"},"System.Comment":{"Type":12,"Value":"Change the date and time formats"},"System.HighKeywords":{"Type":12,"Value":"formats;formatted;date and time settings;date settings;time settings;calendar;currency;region settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_RemoteDesktop_AdvancedSettingsLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRemoteDesktop"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_RemoteDesktop_AdvancedSettingsLink"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_RemoteDesktop_RemoteDesktopGroup"},"System.Comment":{"Type":12,"Value":"Advanced Remote Desktop settings"},"System.HighKeywords":{"Type":12,"Value":"remote desktop advanced settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_RemoteDesktop_Discovery.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRemoteDesktop"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_RemoteDesktop_Discovery"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_RemoteDesktop_RemoteDesktopGroup"},"System.Comment":{"Type":12,"Value":"Remote Desktop discovery"},"System.HighKeywords":{"Type":12,"Value":"remote desktop settings;make pc discoverable"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_RemoteDesktop_UsersLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRemoteDesktop"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_RemoteDesktop_UsersLink"},"System.Setting.GroupID":{"Type":12,"Value":"SystemSettings_RemoteDesktop_UserSettingsGroup"},"System.Comment":{"Type":12,"Value":"Select users that can remotely access this PC"},"System.HighKeywords":{"Type":12,"Value":"remote desktop settings;remote desktop user accounts;user accounts"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Search_ClearDeviceHistory.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSearchPermissionsAndHistory"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Search_ClearDeviceHistory"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsPageGroup_Search_History"},"System.Comment":{"Type":12,"Value":"Clear my device search history"},"System.HighKeywords":{"Type":12,"Value":"permissions and history;my device history;your device history"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Search_MyDeviceHistory.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSearchPermissionsAndHistory"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Search_MyDeviceHistory"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsPageGroup_Search_History"},"System.Comment":{"Type":12,"Value":"Improve search results by using my device search history"},"System.HighKeywords":{"Type":12,"Value":"permissions and history;my device history;your device history"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Search_SafeSearchRadio.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSearchPermissionsAndHistory"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Search_SafeSearchRadio"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsPageGroup_SafeSearch"},"System.Comment":{"Type":12,"Value":"SafeSearch settings"},"System.HighKeywords":{"Type":12,"Value":"adult content;filter adult content;safe search settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_ShellMode_ModeChangeConfig-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemShellMode"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_ShellMode_ModeChangeConfig"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupShellModeTouchImprovement"},"System.Comment":{"Type":12,"Value":"Choose whether the system asks you to enter tablet mode"},"System.HighKeywords":{"Type":12,"Value":"turn on tablet mode;turn off tablet mode;tablet settings;tablet mode settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_ShellMode_Preference.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemShellMode"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_ShellMode_Preference"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupShellModeTouchImprovement"},"System.Comment":{"Type":12,"Value":"Choose whether to enter tablet mode when you sign in"},"System.HighKeywords":{"Type":12,"Value":"tablet mode settings;tablet settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_ShellMode_TouchImprovementAdvanced.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPagePCSystemShellMode"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_ShellMode_TouchImprovementAdvanced"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupShellModeTouchImprovement"},"System.Comment":{"Type":12,"Value":"Change additional tablet settings"},"System.HighKeywords":{"Type":12,"Value":"bigger icons on taskbar;show search box;hide search box;bigger buttons in File Explorer"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Speech_AddVoicesButton.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSpeech"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Speech_AddVoicesButton"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSpeechManageVoicePackages"},"System.Comment":{"Type":12,"Value":"Add speech voices"},"System.HighKeywords":{"Type":12,"Value":"add Edge read aloud voices;add Edge read out loud voices;add Edge voices;add more Edge voices;add more Narrator voices;add more voices to Narrator;add Narrator voices;add text to speech;add text-to-speech;add tts;add voices to Narrator;get more voices;get voices;get more tts;install more voices;install tts;install more tts;install voices"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Speech_InstalledVoices.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSpeech"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Speech_InstalledVoices"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSpeechInstalledVoices"},"System.Comment":{"Type":12,"Value":"Remove speech voices"},"System.HighKeywords":{"Type":12,"Value":"remove voices;remove tts;delete voices;delete tts;uninstall voices;uninstall tts"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Speech_RecognizerLanguage.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSpeech"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Speech_RecognizerLanguage"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSpeechSpokenLanguage"},"System.Comment":{"Type":12,"Value":"Choose the language you speak with your device"},"System.HighKeywords":{"Type":12,"Value":"speech recognition settings;language settings;speech recognition language settings;speech settings;speech language settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Speech_RecognizerRelaxedMode.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSpeech"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Speech_RecognizerRelaxedMode"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSpeechSpokenLanguage"},"System.Comment":{"Type":12,"Value":"Recognize non-native accents"},"System.HighKeywords":{"Type":12,"Value":"speech recognition settings;language settings;speech recognition language settings;speech settings;speech language settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Speech_TextToSpeechPreviewButton.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSpeech"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Speech_TextToSpeechPreviewButton"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSpeechTextToSpeech"},"System.Comment":{"Type":12,"Value":"Preview text-to-speech voice"},"System.HighKeywords":{"Type":12,"Value":"speech settings;tts settings;text-to-speech settings;text to speech settings;preview tts voice;preview text to speech voice;text-to-speech voice preview;tts voice preview;text to speech voice preview;tts preview;text to speech preview;text-to-speech preview"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Speech_TextToSpeechSpeed.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSpeech"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Speech_TextToSpeechSpeed"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSpeechTextToSpeech"},"System.Comment":{"Type":12,"Value":"Change text-to-speech speed"},"System.HighKeywords":{"Type":12,"Value":"speech settings;tts settings;text-to-speech settings;text to speech settings;tts speed settings;text-to-speech speed settings;text to speech speed settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Speech_TextToSpeechVoice.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSpeech"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Speech_TextToSpeechVoice"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSpeechTextToSpeech"},"System.Comment":{"Type":12,"Value":"Change the default voice for apps"},"System.HighKeywords":{"Type":12,"Value":"speech settings;tts settings;text-to-speech settings;text to speech settings;tts voice settings;text-to-speech voice settings;text to speech voice settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Start_LinkToPlacesPage.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageStart"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Start_LinkToPlacesPage"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupStartSystemArea"},"System.Comment":{"Type":12,"Value":"Choose which folders appear on Start"},"System.HighKeywords":{"Type":12,"Value":"screen;menu;places;folder;start settings;start menu settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Start_MoreTilesEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageStart"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Start_MoreTilesEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupStartSystemArea"},"System.Comment":{"Type":12,"Value":"Show more tiles on Start"},"System.HighKeywords":{"Type":12,"Value":"screen;menu;tile;group;width;size;column;columns;start settings;start menu settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Start_ShowAppList.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageStart"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Start_ShowAppList"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupStartSystemArea"},"System.Comment":{"Type":12,"Value":"Show app list in Start menu"},"System.HighKeywords":{"Type":12,"Value":"start settings;start menu settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Start_ShowMostUsedApps.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageStart"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Start_ShowMostUsedApps"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupStartSystemArea"},"System.Comment":{"Type":12,"Value":"Show most used apps in Start"},"System.HighKeywords":{"Type":12,"Value":"screen;menu;frequent;start settings;start menu settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Start_ShowRecentlyAddedAppsGroup.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageStart"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Start_ShowRecentlyAddedAppsGroup"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupStartSystemArea"},"System.Comment":{"Type":12,"Value":"Show recently added apps in Start"},"System.HighKeywords":{"Type":12,"Value":"screen;menu;recent;install;installed;start settings;start menu settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Start_ShowSuggestedAppsGroup.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageStart"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Start_ShowSuggestedAppsGroup"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupStartSystemArea"},"System.Comment":{"Type":12,"Value":"Show suggestions occasionally in Start"},"System.HighKeywords":{"Type":12,"Value":"screen;menu;start settings;start menu settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Start_Size.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageStart"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Start_Size"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupStartSystemArea"},"System.Comment":{"Type":12,"Value":"Use Start full screen"},"System.HighKeywords":{"Type":12,"Value":"menu;fullscreen;start settings;start menu settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Start_StoreRecentlyOpenedItems.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageStart"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Start_StoreRecentlyOpenedItems"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupStartSystemArea"},"System.Comment":{"Type":12,"Value":"Show recently opened items in Jump Lists and in File Explorer"},"System.HighKeywords":{"Type":12,"Value":"screen;menu;recent;start settings;start menu settings;quick access"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Startup_AdvancedStartup.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreRestore"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Startup_AdvancedStartup"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRestoreRestoreAdvancedStartup"},"System.Comment":{"Type":12,"Value":"Change advanced startup options"},"System.HighKeywords":{"Type":12,"Value":"bios;boot;boots;start;starts;advanced startup settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_StorageSense_AppSizesOptionalComponentsLink-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsSizes"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_StorageSense_AppSizesOptionalComponentsLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupAppSizesList"},"System.Comment":{"Type":12,"Value":"Add an optional feature"},"System.HighKeywords":{"Type":12,"Value":"features;optional features"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_StorageSense_AppSizesOptionalComponentsLink-3.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsSizes"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_StorageSense_AppSizesOptionalComponentsLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupAppSizesList"},"System.Comment":{"Type":12,"Value":"See optional feature history"},"System.HighKeywords":{"Type":12,"Value":"features;optional features"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_StorageSense_AppSizesOptionalComponentsLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsSizes"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_StorageSense_AppSizesOptionalComponentsLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupAppSizesList"},"System.Comment":{"Type":12,"Value":"Manage optional features"},"System.HighKeywords":{"Type":12,"Value":"feature"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_StorageSense_AppSizesOptionalFeaturesLinkV2-2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsSizes"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_StorageSense_AppSizesOptionalFeaturesLinkV2"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupAppSizesList"},"System.Comment":{"Type":12,"Value":"Add an optional feature"},"System.HighKeywords":{"Type":12,"Value":"features;optional features"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_StorageSense_AppSizesOptionalFeaturesLinkV2-3.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsSizes"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_StorageSense_AppSizesOptionalFeaturesLinkV2"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupAppSizesList"},"System.Comment":{"Type":12,"Value":"See optional feature history"},"System.HighKeywords":{"Type":12,"Value":"features;optional features"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_StorageSense_AppSizesOptionalFeaturesLinkV2.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.GlyphRtl":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAppsSizes"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_StorageSense_AppSizesOptionalFeaturesLinkV2"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupAppSizesList"},"System.Comment":{"Type":12,"Value":"Manage optional features"},"System.HighKeywords":{"Type":12,"Value":"feature"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_StorageSense_SaveLocationsLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageStorageSenseStorageOverview"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_StorageSense_SaveLocationsLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsPageStorageSenseMoreOptions"},"System.Comment":{"Type":12,"Value":"Default save locations"},"System.HighKeywords":{"Type":12,"Value":"disk;disks;hard drives;file;files;storage;default save location settings;default download location settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_StorageSense_SmartStoragePoliciesLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageStorageSenseStorageOverview"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_StorageSense_SmartStoragePoliciesLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsPageStorageSenseAutomaticallyManageStorage"},"System.Comment":{"Type":12,"Value":"Change how Storage Sense frees up space"},"System.HighKeywords":{"Type":12,"Value":"storage settings;storage sense settings;free up space"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_StorageSense_VolumeListLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageStorageSenseStorageOverview"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_StorageSense_VolumeListLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsPageStorageSenseMoreOptions"},"System.Comment":{"Type":12,"Value":"Storage usage on other drives"},"System.HighKeywords":{"Type":12,"Value":"disks;space;spaces;hard drive;hard drives;disk size"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_SurfaceHub_ResetDevice.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageRestoreRestore"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_SurfaceHub_ResetDevice"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSurfaceHubResetDevice"},"System.Comment":{"Type":12,"Value":"Reset Surface Hub"},"System.HighKeywords":{"Type":12,"Value":"Surface Hub settings;reset this device;reset device settings;device reset settings;Surface Hub reset settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_SyncSettings_SyncCredentials_Toggle.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsSync"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_SyncSettings_SyncCredentials_Toggle"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSyncPageOtherSettings"},"System.Comment":{"Type":12,"Value":"Sync your passwords on this PC"},"System.HighKeywords":{"Type":12,"Value":"password;sync settings;sync passwords;sync my passwords"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_SyncSettings_SyncLanguage_Toggle.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsSync"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_SyncSettings_SyncLanguage_Toggle"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSyncPageOtherSettings"},"System.Comment":{"Type":12,"Value":"Sync your language and keyboard settings"},"System.HighKeywords":{"Type":12,"Value":"keyboards;languages;sync settings;sync language settings;sync keyboard settings;sync my keyboard settings;sync my language settings;sync your settings;sync my settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_SyncSettings_SyncMaster_Toggle.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsSync"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_SyncSettings_SyncMaster_Toggle"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupOneDriveSyncPageSyncMaster"},"System.Comment":{"Type":12,"Value":"Choose if settings are synced on this PC"},"System.HighKeywords":{"Type":12,"Value":"roam;roams;same;setting;syncs;sync settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_SyncSettings_SyncPersonalization_Toggle.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsSync"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_SyncSettings_SyncPersonalization_Toggle"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSyncPageOtherSettings"},"System.Comment":{"Type":12,"Value":"Sync your personalization settings"},"System.HighKeywords":{"Type":12,"Value":"color;colors;high contrast;lock;locks;screen;screens;sync settings;sync personalization settings;sync my personalization settings;sync your settings;sync my settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_SyncSettings_Windows_Toggle.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsSync"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_SyncSettings_Windows_Toggle"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSyncPageOtherSettings"},"System.Comment":{"Type":12,"Value":"Sync File Explorer and other settings"},"System.HighKeywords":{"Type":12,"Value":"sync settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_TabWindows_AddAppDialog.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMultiTasking"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_TabWindows_AddAppDialog"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTabWindows"},"System.Comment":{"Type":12,"Value":"Pick which apps should not be included in sets"},"System.HighKeywords":{"Type":12,"Value":"sets settings;tabbed shell settings;multitasking settings;groups;tabbed groups;collections;tabbed app settings;tab app settings;tabbing"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_TabWindows_AltTabFilter.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMultiTasking"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_TabWindows_AltTabFilter"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTabWindows"},"System.Comment":{"Type":12,"Value":"Choose what appears when pressing Alt+Tab"},"System.HighKeywords":{"Type":12,"Value":"sets settings;tabbed shell settings;multitasking settings;groups;tabbed groups;collections;tabbed app settings;tab app settings;tabbing;alt tab;alttab;alt + tab;alt-tab;alt - tab"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_TabWindows_AppToAppLaunch.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMultiTasking"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_TabWindows_AppToAppLaunch"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTabWindows"},"System.Comment":{"Type":12,"Value":"Choose what appears when launching an app from another app"},"System.HighKeywords":{"Type":12,"Value":"Sets;Tab;Tabs;Tabbed;Tabbing"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_TabWindows_CloseAllDialog.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMultiTasking"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_TabWindows_CloseAllDialog"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTabWindows"},"System.Comment":{"Type":12,"Value":"Confirm when closing tabs"},"System.HighKeywords":{"Type":12,"Value":"tab;set;sets;close;warn;warning;message"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_Autohide.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_Autohide"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbar"},"System.Comment":{"Type":12,"Value":"Automatically hide the taskbar"},"System.HighKeywords":{"Type":12,"Value":"autohide;taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_Badging.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_Badging"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbar"},"System.Comment":{"Type":12,"Value":"Show badges on the taskbar"},"System.HighKeywords":{"Type":12,"Value":"badging;taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_Feeds.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_Feeds"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbarFeeds"},"System.Comment":{"Type":12,"Value":"Show news and interests on the taskbar"},"System.HighKeywords":{"Type":12,"Value":"weather;show weather;taskbar weather;temperature;taskbar news and interests;taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_FeedsLearnMoreLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_FeedsLearnMoreLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbarFeeds"},"System.Comment":{"Type":12,"Value":"Learn more about news and interests on the taskbar"},"System.HighKeywords":{"Type":12,"Value":"weather;show weather;taskbar weather;temperature;stocks;stock;sports;score;scores;taskbar news and interests;taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_FeedsOpenOnHover.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_FeedsOpenOnHover"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbarFeeds"},"System.Comment":{"Type":12,"Value":"Hover to open news and interests from the taskbar"},"System.HighKeywords":{"Type":12,"Value":"weather;show weather;taskbar weather;temperature;news and interests hover;taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_FeedsReduceUpdates.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_FeedsReduceUpdates"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbarFeeds"},"System.Comment":{"Type":12,"Value":"Reduce updates to news and interests on the taskbar"},"System.HighKeywords":{"Type":12,"Value":"weather;show weather;taskbar weather;temperature;stock;stocks;sports;score;scores;taskbar news and interests;taskbar settings;news and interests reduce updates"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_FeedsViewMode.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_FeedsViewMode"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbarFeeds"},"System.Comment":{"Type":12,"Value":"Change how news and interests appears on the taskbar"},"System.HighKeywords":{"Type":12,"Value":"weather;show weather;taskbar weather;temperature;taskbar news and interests;taskbar settings;news and interests appearance;customize weather;customize news and interests"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_GlommingPrimary.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_GlommingPrimary"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbar"},"System.Comment":{"Type":12,"Value":"Options to group similar windows on taskbar on primary display"},"System.HighKeywords":{"Type":12,"Value":"combine;button;buttons;taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_GlommingSecondary.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_GlommingSecondary"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbarMultiMon"},"System.Comment":{"Type":12,"Value":"Options to group similar windows on taskbar on secondary displays"},"System.HighKeywords":{"Type":12,"Value":"combine;button;buttons;taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_Help.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_Help"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbar"},"System.Comment":{"Type":12,"Value":"How do I customize taskbars"},"System.HighKeywords":{"Type":12,"Value":"taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_Location.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_Location"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbar"},"System.Comment":{"Type":12,"Value":"Taskbar location on screen"},"System.HighKeywords":{"Type":12,"Value":"taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_Lock.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_Lock"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbar"},"System.Comment":{"Type":12,"Value":"Lock the taskbar"},"System.HighKeywords":{"Type":12,"Value":"taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_MultiMon.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_MultiMon"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbarMultiMon"},"System.Comment":{"Type":12,"Value":"Show taskbar on all displays"},"System.HighKeywords":{"Type":12,"Value":"taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_MultiMonTaskbarMode.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_MultiMonTaskbarMode"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbarMultiMon"},"System.Comment":{"Type":12,"Value":"Customize how to group similar windows"},"System.HighKeywords":{"Type":12,"Value":"combine;button;buttons;windowing;taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_PeekPreviewDesktop.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_PeekPreviewDesktop"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbar"},"System.Comment":{"Type":12,"Value":"Preview desktop when you move your mouse to the end of the taskbar"},"System.HighKeywords":{"Type":12,"Value":"peek desktop;taskbar settings;taskbar preview;desktop preview"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_People.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_People"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbarPeople"},"System.Comment":{"Type":12,"Value":"Show contacts on the taskbar"},"System.HighKeywords":{"Type":12,"Value":"people;taskbar contacts;taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_PeopleAppUpsell.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_PeopleAppUpsell"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbarPeople"},"System.Comment":{"Type":12,"Value":"Show My People app suggestions"},"System.HighKeywords":{"Type":12,"Value":"suggest;contacts;taskbar settings;my people settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_PeopleBarCapacity.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_PeopleBarCapacity"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbarPeople"},"System.Comment":{"Type":12,"Value":"Choose how many contacts to show on the taskbar"},"System.HighKeywords":{"Type":12,"Value":"people;taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_ReplaceCommandPromptWithPowerShellWinX.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_ReplaceCommandPromptWithPowerShellWinX"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbar"},"System.Comment":{"Type":12,"Value":"Replace Command Prompt with Windows PowerShell in the Win + X menu"},"System.HighKeywords":{"Type":12,"Value":"taskbar;right-click start;right click start;windows x;windows + x;win+x;win - x;win-x;win x;win plus x;shortcut settings;command prompt shortcut;cmd shortcut;powershell shortcut"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_SelectIconsToAppearOnTaskbar.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_SelectIconsToAppearOnTaskbar"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbarNotificationArea"},"System.Comment":{"Type":12,"Value":"Select which icons appear on the taskbar"},"System.HighKeywords":{"Type":12,"Value":"icon;taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_ShoulderTap.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_ShoulderTap"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbarPeople"},"System.Comment":{"Type":12,"Value":"Allow My People notifications"},"System.HighKeywords":{"Type":12,"Value":"notification;my people settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_ShoulderTapAudio.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_ShoulderTapAudio"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbarPeople"},"System.Comment":{"Type":12,"Value":"Play sounds for My People notifications"},"System.HighKeywords":{"Type":12,"Value":"audio;sound;notification;my people settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_SmallButtons.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_SmallButtons"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbar"},"System.Comment":{"Type":12,"Value":"Use small taskbar buttons"},"System.HighKeywords":{"Type":12,"Value":"taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Taskbar_SystemIcons.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTaskbar"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Taskbar_SystemIcons"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTaskbarNotificationArea"},"System.Comment":{"Type":12,"Value":"Turn system icons on or off"},"System.HighKeywords":{"Type":12,"Value":"icon;tray;taskbar settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Timeline_SuggestionsEnabled.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMultiTasking"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Timeline_SuggestionsEnabled"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupTimelineSuggestions"},"System.Comment":{"Type":12,"Value":"Show suggestions in your timeline"},"System.HighKeywords":{"Type":12,"Value":"activities;suggest;app suggestions;timeline settings;timeline suggestion settings;timeline suggestions"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Troubleshoot_RecommendedTroubleshooting_UserPreference.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTroubleshoot"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Troubleshoot_RecommendedTroubleshooting_UserPreference"},"System.Setting.GroupID":{"Type":12,"Value":"TroubleshootGroupRecommended"},"System.Comment":{"Type":12,"Value":"Recommended troubleshooting"},"System.HighKeywords":{"Type":12,"Value":"troubleshooters;recommended troubleshooters;known problems;automatic troubleshoot;troubleshooting settings;troubleshooter settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Troubleshoot_TroubleshootOtherProblems_Link.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTroubleshoot"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Troubleshoot_TroubleshootOtherProblems_Link"},"System.Setting.GroupID":{"Type":12,"Value":"TroubleshootOtherProblems"},"System.Comment":{"Type":12,"Value":"Troubleshoot Other problems"},"System.HighKeywords":{"Type":12,"Value":"troubleshooter;troubleshooters;diagnose;diagnostic;diagnostics;trouble shoot"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Troubleshoot_TroubleshooterCollectionRecommended_View_Available_List.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTroubleshoot"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Troubleshoot_TroubleshooterCollectionRecommended_View_Available_List"},"System.Setting.GroupID":{"Type":12,"Value":"TroubleshootGroupRecommended"},"System.Comment":{"Type":12,"Value":"Available Recommended troubleshooting"},"System.HighKeywords":{"Type":12,"Value":"troubleshooter;troubleshooters;available troubleshooters"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Troubleshoot_TroubleshooterCollectionRecommended_View_History.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageTroubleshoot"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Troubleshoot_TroubleshooterCollectionRecommended_View_History"},"System.Setting.GroupID":{"Type":12,"Value":"TroubleshootGroupRecommended"},"System.Comment":{"Type":12,"Value":"Recommended troubleshooting history"},"System.HighKeywords":{"Type":12,"Value":"troubleshooter history;troubleshooters history"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Usb_DataStatus.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageUsb"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Usb_DataStatus"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupUsb"},"System.Comment":{"Type":12,"Value":"Enable USB data"},"System.HighKeywords":{"Type":12,"Value":"USB settings;USB data settings;USB phone settings;USB mobile device settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Usb_ErrorNotify.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageUsb"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Usb_ErrorNotify"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupUsb"},"System.Comment":{"Type":12,"Value":"Notify me if there are issues connecting to USB devices"},"System.HighKeywords":{"Type":12,"Value":"USB settings;USB notification settings;USB error"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Usb_PromptForDataConnection.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageUsb"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Usb_PromptForDataConnection"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupUsb"},"System.Comment":{"Type":12,"Value":"Ask me when PCs try to connect to my mobile device using USB"},"System.HighKeywords":{"Type":12,"Value":"USB settings;USB notification settings;USB phone settings;USB mobile device settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Usb_WeakChargerNotify.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageUsb"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Usb_WeakChargerNotify"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupUsb"},"System.Comment":{"Type":12,"Value":"Notify me if my mobile device is charging slowly over USB"},"System.HighKeywords":{"Type":12,"Value":"USB settings;USB notification settings;USB charging settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Users_AssignedAccess.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsUsers"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Users_AssignedAccess"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDeviceLockdown"},"System.Comment":{"Type":12,"Value":"Choose an account for assigned access"},"System.HighKeywords":{"Type":12,"Value":"account settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Users_AssignedAccess_AtomicConfiguration.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageAccountsUsers"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Users_AssignedAccess_AtomicConfiguration"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDeviceLockdown"},"System.Comment":{"Type":12,"Value":"Set up a kiosk (assigned access)"},"System.HighKeywords":{"Type":12,"Value":"assigned access;set up assigned access;configure assigned access;remove assigned access;kiosk mode;set up kiosk;configure kiosk;remove kiosk;digital signage;set up digital signage;configure digital signage;lockdown;lock down;single app kiosk"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Users_AutomaticSignOnLock.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSignInOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Users_AutomaticSignOnLock"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSignInPrivacy"},"System.Comment":{"Type":12,"Value":"Device ready after restart or update"},"System.HighKeywords":{"Type":12,"Value":"automatically sign in;restart settings;update settings;device setup;app reopen;app restart"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Users_DelayLock.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSignInOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Users_DelayLock"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPasswordOnWake"},"System.Comment":{"Type":12,"Value":"Change the sign-in requirements"},"System.HighKeywords":{"Type":12,"Value":"require;in;option;options;policy;policies;sign-in settings;signin settings;signin requirements;sign in requirements"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Users_DynamicLock.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSignInOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Users_DynamicLock"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupDynamicLock"},"System.Comment":{"Type":12,"Value":"Dynamic lock"},"System.HighKeywords":{"Type":12,"Value":"phone lock;bluetooth lock;lock settings;dynamic lock settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Users_EnrollmentPIN.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSignInOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Users_EnrollmentPIN"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSignInOptionsForDevice"},"System.Comment":{"Type":12,"Value":"Set up PIN sign-in"},"System.HighKeywords":{"Type":12,"Value":"Windows Hello PIN;pin unlock;pin settings;pin sign in;pin signin;pin options;sign-in options;sign-in settings;signin settings;signin options;sign in options;sign in settings;enroll pin;enrollment;change pin;forgot pin;forgot my pin;I forgot my pin;pins;Windows Hello settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Users_EnrollmentPassword.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSignInOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Users_EnrollmentPassword"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSignInOptionsForDevice"},"System.Comment":{"Type":12,"Value":"Change your password"},"System.HighKeywords":{"Type":12,"Value":"sign-in options;sign-in settings;signin settings;signin options;sign in options;sign in settings;change my password;change password;set password;set your password;set my password;password settings;passwords"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Users_EnrollmentPicturePassword.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSignInOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Users_EnrollmentPicturePassword"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSignInOptionsForDevice"},"System.Comment":{"Type":12,"Value":"Set up a picture password sign-in"},"System.HighKeywords":{"Type":12,"Value":"picture password settings;pictures password settings;photo password settings;photos password settings;sign-in options;sign-in settings;signin settings;signin options;sign in options;sign in settings;setup picture password;set up picture password;setup photo password;set up photo password;change picture password;change photo password"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Users_LaunchFaceEnrollment.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSignInOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Users_LaunchFaceEnrollment"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSignInOptionsForDevice"},"System.Comment":{"Type":12,"Value":"Set up face sign-in"},"System.HighKeywords":{"Type":12,"Value":"Windows Hello Face;face unlock;face settings;face options;face sign in;face signin;sign-in options;sign-in settings;signin settings;signin options;sign in options;sign in settings;enroll face;enrollment;biometrics;biocreds;biocredentials;faces;improve face recognition;improve facial recognition;improve recognition;remove face recognition;remove facial recognition;Windows Hello settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Users_LaunchFingerprintEnrollment.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSignInOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Users_LaunchFingerprintEnrollment"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSignInOptionsForDevice"},"System.Comment":{"Type":12,"Value":"Set up fingerprint sign-in"},"System.HighKeywords":{"Type":12,"Value":"Windows Hello Fingerprint;fingerprint unlock;fingerprint settings;fingerprint options;fingerprint sign in;fingerprint signin;sign-in options;sign-in settings;signin settings;signin options;sign in options;sign in settings;enroll fingerprint;enrollment;biometrics;biocreds;biocredentials;fingerprints;finger prints;improve fingerprint recognition;improve recognition;remove fingerprints;add fingerprints;add another fingerprint;Windows Hello settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Users_LaunchSecurityKeyEnrollment.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSignInOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Users_LaunchSecurityKeyEnrollment"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSignInOptionsForDevice"},"System.Comment":{"Type":12,"Value":"Set up security key"},"System.HighKeywords":{"Type":12,"Value":"FIDO keys;security key settings;security keys settings;security key options;security keys options;security key setup;security key set up;set up security keys;setup security keys;sign-in options;sign-in settings;signin settings;signin options;sign in options;sign in settings;manage security keys;reset security keys;security key reset;security keys reset"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Users_LogonShowEmail.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSignInOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Users_LogonShowEmail"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupSignInPrivacy"},"System.Comment":{"Type":12,"Value":"Show account details on sign-in screen"},"System.HighKeywords":{"Type":12,"Value":"accounts settings;users settings;sign-in settings;sign in settings;signin settings;sign-in privacy settings;signin privacy settings;sign in privacy settings;privacy settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Users_PasswordLessSignIn.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSignInOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Users_PasswordLessSignIn"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupPasswordLessSignIn"},"System.Comment":{"Type":12,"Value":"Passwordless Sign-in toggle"},"System.HighKeywords":{"Type":12,"Value":"passwordless settings;password less settings;sign in options;signin options;sign in settings;signin settings;hide my password;no password settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Users_RestartApps.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageSignInOptions"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Users_RestartApps"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupRestartApps"},"System.Comment":{"Type":12,"Value":"Restart apps after signing in"},"System.HighKeywords":{"Type":12,"Value":"automatically restart apps;restart settings;app reopen;app restart"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Video_AdjustLightingOnBattery.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageVideo"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Video_AdjustLightingOnBattery"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupVideoBatteryOptions"},"System.Comment":{"Type":12,"Value":"Don't adjust video based on lighting when on battery"},"System.HighKeywords":{"Type":12,"Value":"video settings;video playback settings;video lighting settings;battery saver settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Video_AllowLowResolution.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageVideo"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Video_AllowLowResolution"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupVideoHDROptions"},"System.Comment":{"Type":12,"Value":"Play streaming video at a lower resolution"},"System.HighKeywords":{"Type":12,"Value":"video settings;video playback settings;playback settings;apps settings;HDR settings;HDR video settings;video quality settings;data saver;data settings;cellular data settings;metered connections"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Video_AutoEnhance.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageVideo"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Video_AutoEnhance"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupVideoHDROptions"},"System.Comment":{"Type":12,"Value":"Automatically process video to enhance it"},"System.HighKeywords":{"Type":12,"Value":"video settings;video playback settings;playback settings;apps settings;HDR settings;HDR video settings;video quality settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Video_Codec.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageVideo"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Video_Codec"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupVideoHDROptions"},"System.Comment":{"Type":12,"Value":"Enable HDR streaming"},"System.HighKeywords":{"Type":12,"Value":"HDR settings;HDR video"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Video_HDRColorLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageVideo"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Video_HDRColorLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupVideoHDROptions"},"System.Comment":{"Type":12,"Value":"Windows HD Color settings"},"System.HighKeywords":{"Type":12,"Value":"advanced color settings;advanced display settings;HDR settings;HDR video settings;high dynamic range;stream HDR"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Video_Lighting.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageVideo"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Video_Lighting"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupVideoHDROptions"},"System.Comment":{"Type":12,"Value":"Adjust video based on lighting"},"System.HighKeywords":{"Type":12,"Value":"video settings;video playback settings;playback settings;apps settings;video quality settings;video lighting settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_VirtualDesktops_AltTabFilter.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMultiTasking"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_VirtualDesktops_AltTabFilter"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupVirtualDesktops"},"System.Comment":{"Type":12,"Value":"Choose Alt+Tab behavior for virtual desktops"},"System.HighKeywords":{"Type":12,"Value":"tab;filter;additional;multiple;alt-tab;virtual desktop;multitasking settings;alttab;alt + tab;alt tab;alt - tab"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_VirtualDesktops_TaskbarFilter.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageMultiTasking"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_VirtualDesktops_TaskbarFilter"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsGroupVirtualDesktops"},"System.Comment":{"Type":12,"Value":"Choose what windows show on the taskbar when using virtual desktops"},"System.HighKeywords":{"Type":12,"Value":"virtual desktop settings;multitasking settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Vpn_Add_Profile.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkVPN"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Vpn_Add_Profile"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_Group_Network_VPN"},"System.Comment":{"Type":12,"Value":"Add a VPN connection"},"System.HighKeywords":{"Type":12,"Value":"VPN settings;network settings;internet settings;add vpn connection"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Vpn_Costed_Slider.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkVPN"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Vpn_Costed_Slider"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_Group_Connections_VPNCosted"},"System.Comment":{"Type":12,"Value":"Allow VPN over metered networks"},"System.HighKeywords":{"Type":12,"Value":"advanced VPN options;advanced VPN settings;VPN advanced settings;VPN advanced options;VPN settings;network settings;internet settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Vpn_Roaming_Slider.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkVPN"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Vpn_Roaming_Slider"},"System.Setting.GroupID":{"Type":12,"Value":"Settings_Group_Connections_VPNCosted"},"System.Comment":{"Type":12,"Value":"Allow VPN while roaming"},"System.HighKeywords":{"Type":12,"Value":"advanced VPN options;advanced VPN settings;VPN advanced settings;VPN advanced options;VPN settings;network settings;internet setting"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_WorkAccess_MamUpgradeToMdmLink.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageWorkAccess"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_WorkAccess_MamUpgradeToMdmLink"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsWorkSchoolAccessRelatedGroup"},"System.Comment":{"Type":12,"Value":"Enroll in MDM only"},"System.HighKeywords":{"Type":12,"Value":"device management;mobile device management;MDM settings;workplace access;workplace settings"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_WorkAccess_ProvisionPackage.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageWorkAccess"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_WorkAccess_ProvisionPackage"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsWorkSchoolAccessRelatedGroup"},"System.Comment":{"Type":12,"Value":"Add or remove a provisioning package"},"System.HighKeywords":{"Type":12,"Value":"provision;packages;add package;remove package"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_WorkAccess_SecureAssessment.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageWorkAccess"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_WorkAccess_SecureAssessment"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsWorkSchoolAccessRelatedGroup"},"System.Comment":{"Type":12,"Value":"Set up an account for taking tests"},"System.HighKeywords":{"Type":12,"Value":"school settings;school users;accounts settings;users settings;take tests;test-taking;test taking"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Workplace_CorpDeviceManagement.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkWorkplace"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Workplace_CorpDeviceManagement"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsCorpDeviceRegistrationGroup"},"System.Comment":{"Type":12,"Value":"Allow your organization to manage your PC"},"System.HighKeywords":{"Type":12,"Value":"company;companies;organizations;workplace settings;corporate policies;device management"}},{"System.ParsingName":{"Type":12,"Value":"AAA_SystemSettings_Workplace_RelatedSettings.settingcontent-ms"},"System.Setting.FontFamily":{"Type":12,"Value":"Segoe MDL2 Assets"},"System.Setting.Glyph":{"Type":12,"Value":""},"System.Setting.PageID":{"Type":12,"Value":"SettingsPageNetworkWorkplace"},"System.Setting.SettingID":{"Type":12,"Value":"SystemSettings_Workplace_RelatedSettings"},"System.Setting.GroupID":{"Type":12,"Value":"SettingsWorkplaceEnthusiast"},"System.Comment":{"Type":12,"Value":"Add or remove a provisioning package"},"System.HighKeywords":{"Type":12,"Value":"provision;packages;add package;remove package"}}] \ No newline at end of file