RX-130工程机调试笔记 - Windows Phone 权限解锁(Capabilities Unlock)注册表脚本

该注册表脚本引自XDA论坛并进行了小幅度修改。原始文档给出了固化权限解锁成果的方法。


汇入此脚本前,请确保设备已经处于大容量存储器模式,且在计算机注册表编辑器中已将设备位于%MainOS%\Windows\System32\Config目录下的SYSTEM文件挂载为HKEY_LOCAL_MACHINE\WP_SYSTEM,并将同样位于该目录下的SOFTWARE文件挂载为HKEY_LOCAL_MACHINE\WP_SOFTWARE。

一切就绪后,汇入该注册表脚本。

脚本内容见下:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\WP_SOFTWARE]

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft]

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\PackageManager]
"EnableAppLicenseCheck"=dword:00000000
"EnableAppSignatureCheck"=dword:00000000
"EnableAppProvisioning"=dword:00000000

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\DeviceReg]

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\DeviceReg\Install]
"MaxUnsignedApp"=dword:0003bdfd

[HKEY_LOCAL_MACHINE\WP_SYSTEM]

[HKEY_LOCAL_MACHINE\WP_SYSTEM\controlset001]

[HKEY_LOCAL_MACHINE\WP_SYSTEM\controlset001\services]

[HKEY_LOCAL_MACHINE\WP_SYSTEM\controlset001\services\SdStor]

[HKEY_LOCAL_MACHINE\WP_SYSTEM\controlset001\services\SdStor\Parameters]
"PackedCommandEnable"=dword:00000001

[HKEY_LOCAL_MACHINE\WP_SYSTEM\controlset001\Control]

[HKEY_LOCAL_MACHINE\WP_SYSTEM\controlset001\Control\CI]
"CI_DEVELOPERMODE"=dword:00000001

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\SecurityManager\AuthorizationRules\Capability\capabilityRule_DevUnlock]
"CapabilityClass"="capabilityClass_DevUnlock_Internal"
"PrincipalClass"="principalClass_DevUnlock_Internal"

[HKEY_LOCAL_MACHINE\WP_SYSTEM\ControlSet001\Services\telrepsvc\Parameters\State]
"LastKnownEnabledState"=dword:00000000
"UserFeedbackEnabled"=dword:00000000

[HKEY_LOCAL_MACHINE\WP_SYSTEM\ControlSet001\Services\telrepsvc]
"Start"=dword:00000004

[HKEY_LOCAL_MACHINE\WP_SYSTEM\ControlSet001\Services\telwatsvc]
"Start"=dword:00000004

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\SQMClient\Windows]
"CEIPEnable"=dword:00000000

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\DeviceReg\Install]
"MaxUnsignedApp"=dword:00010003

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\SecurityManager]
"DeveloperUnlockState"=dword:00000001

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\SecurityManager\DeveloperUnlock]
"DeveloperUnlockState"=dword:00000001

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\SecurityManager\AuthorizationRules\Capability\CAPABILITY_RULE_ISV_DEVELOPER_UNLOCK]
"CapabilityClass"="CAPABILITY_CLASS_THIRD_PARTY_APPLICATIONS"
"PrincipalClass"="PRINCIPAL_CLASS_OEM_DEVELOPER_UNLOCK"

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\DeviceReg]
"Environment"=dword:00000001
"PortalUrlProd"="https://127.0.0.1"
"PortalUrlInt"="https://127.0.0.1"

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\Enrollment]
"RootCertAlreadyExisted"=dword:00000001

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\Shell\OEM\Theme]
"LargeScreen"=dword:00000001
"OEMDefaultAccent"=dword:00000011
"OEMDefaultTheme"=dword:00000001

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\Shell\OOBE]
"Background"=dword:00000001

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\Shell\SoundsSettings]
"WiFiConnectSoundEnabled"=dword:00000001

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\Shell\SoundsSettings]
"WiFiConnectSoundDisabled"=dword:00000001

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\Shell\Start]
"BackgroundMode"=dword:00000000
"ScreenSize"=dword:00000002
"GroupingThreshold"=dword:00245245

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\Shell\OEM\Start]
"ScreenSize"=dword:00000002

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\Shell\Timeouts]
"ACUserIdle"=dword:00000000
"DCUserIdle"=dword:00000000

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\OEM\VolumeLimit]
"EnableVolumeLimit"=dword:00000000

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Theme\Themes\0\Accents\20]
"Color"=dword:FF00AFF5
"ComplementaryColor"=dword:FF00AFF5

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Theme\Themes\1\Accents\20]
"Color"=dword:FF00AFF5
"ComplementaryColor"=dword:FF00AFF5

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Theme\AccentDisplayNames]
"20"="@UIXMobileRes.dll,-10021"

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\Settings\Lock]
"DisableNever"=dword:00000000

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\WCMSvc\WifiNetworkManager\Config]
"EnableStaticIP"=dword:00000001
"EnableWEPDiscovery"=dword:00000001

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Theme]
"LargeScreen"=dword:00000001
"UserPreferenceWidth"=dword:0000004b

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\OEM\DU]
"BlockUsingSDCard"=dword:00000000
"DisplayCheckForUpdates"=dword:00000001
"EnableSDCardOverride"=dword:00000001

[HKEY_LOCAL_MACHINE\WP_SYSTEM\ControlSet001\Control\CI]
"DeveloperMode"=dword:00000001

[HKEY_LOCAL_MACHINE\WP_SYSTEM\ControlSet001\Control\FileSystem]
"SymlinkLocalToLocalEvaluation"=dword:00000001
"SymlinkLocalToRemoteEvaluation"=dword:00000001

[HKEY_LOCAL_MACHINE\WP_SYSTEM\ControlSet001\Control\SecureBoot]
"AllowSigningPolicyExtension"=dword:00000001

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\SecurityManager\CapabilityClasses]
"ID_CAP_BACKGROUND_EXECUTION_MANAGEMENT"=hex(7):43,00,41,00,50,00,41,00,42,00,\
  49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,\
  00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,\
  50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,\
  00
"ID_CAP_BACKGROUND_SETTINGS_MANAGEMENT"=hex(7):43,00,41,00,50,00,41,00,42,00,\
  49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,\
  00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,\
  50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,\
  00
"ID_CAP_BINGCLIENT_BINGCONFIGURATION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,\
  00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,\
  48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,\
  00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CHAMBER_PROFILE_CODE_R"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_COMMS_APPLICATIONS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_COMMS_COMMON"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DIAGNOSTIC_CLIENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DU_PROVISIONING"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_EDM_CACHE_WRITE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ENDPOINTDISCOVERY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ICS_RO"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_IMMERSIVE_SHELL"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_INPUT_FEATURES"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MEDIALIB_INT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PM_1ST_PARTY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_POWERNOTIF_USER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PROVISIONWPCERTIFICATE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PUBLIC_FOLDER_FULL"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_READGWPCERTIFICATE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ZMFSERVICES"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ZTRACE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BLUETOOTH_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CALLMESSAGING_FILTER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CAMERA"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CELL_API_COMMON"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CELL_API_LOCATION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CELL_API_OEM_PASSTHROUGH"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CELL_API_UICC"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CELL_API_UICC_LOWLEVEL"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CELL_WNF"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CELL_OEM_UICC_DATASTORE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CSP_FOUNDATION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CSP_MAIL"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CSP_OEM"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CSP_W4_APPLICATION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CSP_WIFI_HOTSPOT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DATAPLANUSAGE_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DEVICE_MANAGEMENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DEVICE_MANAGEMENT_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DEVICE_MANAGEMENT_BOOTSTRAP"=hex(7):43,00,41,00,50,00,41,00,42,00,49,\
  00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,\
  48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,\
  00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DEVICE_MANAGEMENT_SECURITY_POLICIES"=hex(7):43,00,41,00,50,00,41,00,42,\
  00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,\
  54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,\
  00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,\
  00,00
"ID_CAP_DU_MIGRATOR_STATUS_OEM"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ENTERPRISE_SHARED_DATA"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PLATFORM_EXTENSIBILITY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_INTERNAL_DEPLOYMENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_INTERNET_EXPLORER_FAVORITES"=hex(7):43,00,41,00,50,00,41,00,42,00,49,\
  00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,\
  48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,\
  00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_INTERNET_EXPLORER_SEARCH_PROVIDER_KEYS_HKCU"=hex(7):43,00,41,00,50,00,\
  41,00,42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,\
  00,5f,00,54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,\
  5f,00,41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,\
  00,00,00,00,00
"ID_CAP_INTEROPSERVICES"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_KIDZONE_CUSTOMIZATION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MAP_WRITE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MEDIALIB_PHOTO_FULL"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MO_CLOUDMESSAGING"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_NATIVE_NETWORK_REPLACEMENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_NETWORKING_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_NETWORKING_VPN_PROVIDER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_NETWORKING_VPN_SERVICES"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_NVREADWRITE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_OEM_ADC"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_OEM_CUSTOM"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_OEM_DEPLOYMENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_OEMPUBLICDIRECTORY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PEOPLE_EXTENSION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PEOPLE_EXTENSION_IM"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PEOPLE_EXTENSION_MOBILE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PERSONAL_INFORMATION_IMPORT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,\
  00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,\
  48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,\
  00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PHONE_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_RUNTIME_CONFIG"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SHELL_DEVICE_LOCK_UI_API"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SHELL_OEM_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SCREEN_RECORDER_BKG"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SMS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SMS_COMPANION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SMS_INTERCEPT_AGENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SMS_INTERCEPT_RECIPIENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SYNC_EXTENSION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_VOICEMAIL"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_WALLET_SECUREELEMENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_WIFI_BASIC"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_APPOINTMENTS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BUILTIN_DEFAULT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CHAMBER_PROFILE_CODE_NITEMP_RW"=hex(7):43,00,41,00,50,00,41,00,42,00,\
  49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,\
  00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,\
  50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,\
  00
"ID_CAP_CONTACTS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_EVERYONE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_GAMERSERVICES"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_IDENTITY_DEVICE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_IDENTITY_USER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ISV_CAMERA"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_LOCATION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MAP"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MEDIALIB"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MEDIALIB_AUDIO"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MEDIALIB_PHOTO"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MEDIALIB_PLAYBACK"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MICROPHONE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_NETWORKING"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_NETWORKING_INTERNET_CLIENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_NETWORKING_INTERNET_CLIENT_SERVER"=hex(7):43,00,41,00,50,00,41,00,42,\
  00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,\
  54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,\
  00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,\
  00,00
"ID_CAP_NETWORKING_PRIVATE_NETWORK_CLIENT_SERVER"=hex(7):43,00,41,00,50,00,41,\
  00,42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,\
  5f,00,54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,\
  00,41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,\
  00,00,00,00
"ID_CAP_PHONEDIALER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PUSH_NOTIFICATION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PROXIMITY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_REMOVABLE_STORAGE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_RINGTONE_ADD"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SCREEN_RECORDER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SENSORS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SHARED_USER_CERTIFICATES"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SPEECH_RECOGNITION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_VOIP"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_WALLET"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_WALLET_PAYMENTINSTRUMENTS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_WEBBROWSERCOMPONENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"S-1-15-3-11"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"S-1-15-3-3845273463-1331427702-1186551195-1148109977"=hex(7):43,00,41,00,50,\
  00,41,00,42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,\
  53,00,5f,00,54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,\
  00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,\
  53,00,00,00,00,00
"S-1-15-3-12"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"S-1-15-3-7"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"S-1-15-3-8"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"S-1-15-3-1"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"S-1-15-3-2"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"S-1-15-3-3215430884-1339816292-89257616-1145831019"=hex(7):43,00,41,00,50,00,\
  41,00,42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,\
  00,5f,00,54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,\
  5f,00,41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,\
  00,00,00,00,00
"S-1-15-3-787448254-1207972858-3558633622-1059886964"=hex(7):43,00,41,00,50,00,\
  41,00,42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,\
  00,5f,00,54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,\
  5f,00,41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,\
  00,00,00,00,00
"S-1-15-3-6"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"S-1-15-3-4214768333-1334025770-122408079-3919188833"=hex(7):43,00,41,00,50,00,\
  41,00,42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,\
  00,5f,00,54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,\
  5f,00,41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,\
  00,00,00,00,00
"S-1-15-3-4"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"S-1-15-3-3"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"S-1-15-3-10"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"S-1-15-3-9"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"S-1-15-3-5"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"S-1-15-3-1849407097-1086866290-155560606-3624675039"=hex(7):43,00,41,00,50,00,\
  41,00,42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,\
  00,5f,00,54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,\
  5f,00,41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,\
  00,00,00,00,00
"S-1-15-3-2973957182-1175190094-721927306-1883016034"=hex(7):43,00,41,00,50,00,\
  41,00,42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,\
  00,5f,00,54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,\
  5f,00,41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,\
  00,00,00,00,00
"S-1-15-3-1293833650-298840431-285264776-805306385"=hex(7):43,00,41,00,50,00,\
  41,00,42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,\
  00,5f,00,54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,\
  5f,00,41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,\
  00,00,00,00,00
"S-1-15-3-1134239919-1079740757-715583641-1133364976"=hex(7):43,00,41,00,50,00,\
  41,00,42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,\
  00,5f,00,54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,\
  5f,00,41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,\
  00,00,00,00,00
"S-1-15-3-3739755759-1242460827-297211036-396899197"=hex(7):43,00,41,00,50,00,\
  41,00,42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,\
  00,5f,00,54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,\
  5f,00,41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,\
  00,00,00,00,00
"ID_CAP_BUILTIN_SHUTDOWN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_INPUT_INJECTION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SCREENCAPTURE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SHELL_NAVIGATION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DEVELOPERUNLOCK_API"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BUILTIN_TCB"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BINGCLIENT_OSS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CHAMBER_PROFILE_CODE_RW"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CHAMBER_PROFILE_DATA_LIVETILES_RWD "=hex(7):43,00,41,00,50,00,41,00,42,\
  00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,\
  54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,\
  00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,\
  00,00
"ID_CAP_CHAMBER_PROFILE_DATA_MEDIA_RWD"=hex(7):43,00,41,00,50,00,41,00,42,00,\
  49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,\
  00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,\
  50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,\
  00
"ID_CAP_CHAMBER_PROFILE_DATA_PLATFORMDATA_ALL"=hex(7):43,00,41,00,50,00,41,00,\
  42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,\
  00,54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,\
  41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,\
  00,00,00
"ID_CAP_CHAMBER_PROFILE_DATA_RW"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CHAMBER_PROFILE_DATA_SHELLCONTENT_RWD"=hex(7):43,00,41,00,50,00,41,00,\
  42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,\
  00,54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,\
  41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,\
  00,00,00
"ID_CAP_COMMANDCHANNEL"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SPEECH_RECOGNITION_SYSTEM"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SPEECH_GRAMMARS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_COMMS_SERVICES"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CONTENTSHARING"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CREATE_PROCESS_IN_CHAMBER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CSP_BMR_PROVISION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CSP_DEVICELOCK"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CSP_DMCLIENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_TELEMETRY_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CSP_NODECACHE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SEARCHMAPS_SHAREDCONFIG"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_WIFI_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PHONE_INTERNAL"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DCP"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DEBUG"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DEBUG_FOLDERS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_APPPREINSTALL_DIRECTORY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_APPRESOLVER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_AUDIO_INTERNAL"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_AUDIO_ROUTING_CONTROLLER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SEND_TO_ONENOTE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BACKGROUND_WORKER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BASEOS_UPDATEAPI"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BLUETOOTH"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ACCESS_FAMILY_NOTES_API"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BMR_CONFIGURATION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BMR_SYNC"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BSS_AIM_INTERFACE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BSS_NABSYNC_INTERFACE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BSS_PUSH_INTERFACE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BSS_REMINDER_INTERFACE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BUILTIN_BASEPRIORITY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BUILTIN_CREATEGLOBAL"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BUILTIN_CREATEPERMANENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BUILTIN_PROFILE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BUILTIN_SYMBOLICLINK"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DEBUG_NAVIGATION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DEVELOPERUNLOCK"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DEVICE_LOCK"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DEVICE_LOCK_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DEVELOPERUNLOCK_CODEDUI"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PHONEPROVISIONER_DEVICEUPDATE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,\
  00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,\
  48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,\
  00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PRIV_UPDATEMGRSVC"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PRIV_USERDATASERVICE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DMF"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DUASVC"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DU_AGENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DU_CORE_API"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DU_MIGRATION_MANAGER_STATUS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,\
  00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,\
  48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,\
  00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DU_MIGRATION_WNF_EVENTS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DU_MIGRATOR_PROVISIONING_STATUS_MICROSOFT"=hex(7):43,00,41,00,50,00,41,\
  00,42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,\
  5f,00,54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,\
  00,41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,\
  00,00,00,00
"ID_CAP_DU_MIGRATOR_PROVISIONING_STATUS_OEM"=hex(7):43,00,41,00,50,00,41,00,42,\
  00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,\
  54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,\
  00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,\
  00,00
"ID_CAP_DU_MIGRATOR_STATUS_MICROSOFT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,\
  00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,\
  48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,\
  00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SYSTEMTRAY_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CHAMBER_PROFILE_CODE_INSTALLTEMP_RWD"=hex(7):43,00,41,00,50,00,41,00,\
  42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,\
  00,54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,\
  41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,\
  00,00,00
"ID_CAP_RETAILDEMO_CLIENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CHAMBER_PROFILE_DATA_LIVETILES_RWD"=hex(7):43,00,41,00,50,00,41,00,42,\
  00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,\
  54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,\
  00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,\
  00,00
"ID_CAP_DU_SHARED_DATA"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DU_USS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_EAS_CREDENTIALS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DU_CSP"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_EMPLOYEEAPPS_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ENROLLMENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ENROLLMENT_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ENTERPRISE_AUTHENTICATION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ENTERPRISE_ENROLLMENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ENTERPRISE_SERVICE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ETW_PROFILER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_FOREGROUND_TASK_MANAGER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_HTTP_ACCEPT_LANGUAGE_HEADER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,\
  00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,\
  48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,\
  00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ICS_RW"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_IDENTITY_DEVICE_1ST_PARTY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_IDENTITY_USER_1ST_PARTY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_INPUT_CORE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PRIV_COREUIREGISTRAR"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_INPUT_LOCALES"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_INPUT_SERVICE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_INSTALL_CERTIFICATES"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_INTERNET_EXPLORER_HKCU_WRITE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,\
  00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,\
  48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,\
  00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PRESERVED_DATA"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PRIV_SECMIGRATOR"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_KEYBOARD"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_LASS_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_LEXICONUPDATE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MAP_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PRIV_ACCOUNTPROVSVC"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CHAMBER_PROFILE_DATA_R"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MEDIALIB_VIDEO"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MSS_BYTESTREAM_RPC"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MULTIMEDIA_ENCODER_HARDWARE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,\
  00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,\
  48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,\
  00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CHAMBER_PROFILE_DATA_SHELLCONTENT_R"=hex(7):43,00,41,00,50,00,41,00,42,\
  00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,\
  54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,\
  00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,\
  00,00
"ID_CAP_NETWORK_EMULATION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PRIV_LAUNCHAPPSVC"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PRIV_COMMSCERTINSTSVC"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PRIV_WPNCERTINSTSVC"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PRIV_DACCERTINSTSVC"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_OFFICE_LAUNCH_URL"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_OFFICE_MSDRM_HKCU"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_OOBE_PRIVATE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CRITICAL_DATA"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MULTIVARIANT_INSTALL_DATA"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_NTSERVICES"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DU_UX"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PHONEPROVISIONER_EVENTS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PHOTOS_SETTINGS_RW"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PLAYREADY_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DU_UX_FEATURE_DISCOVERY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PM_BSS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PM_INSTALL"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PRIV_DUACLIENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PRIV_DUPOSTUPDATEUX"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PRIV_DUFEATUREDISCOVERY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PUBLISH_OOBE_STATE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PUSHROUTER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PUSH_SERVER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_EDM_CACHE_RWDELETE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_REBOOT_FLASHING_MODE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_RESET_PHONE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_RESOURCE_MANAGER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_IDM_IMAGE_CACHE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_APPX_EXECUTION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SHARED_OBJECT_DIRECTORY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ADVERTISING_CONFIG"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SHARE_DELEGATE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PRIV_CASVCSHARED3"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SHELL_LAUNCH_SESSION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SHELL_NOTIFICATION_CLIENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SHELL_RESET_NAVIGATION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SHELL_TEST_CLIENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SOUND_CONTROL"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_STORAGE_MANAGEMENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DMCLIENT_APPMGMT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SYSTEM_COUNTERS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SYSTEM_REGISTRAR"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_TS_SCHEDULES_ALL"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_USB"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_USER_ACTIVITY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_WALLPAPER_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_WBOEXT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_WPTOOLS_INSTALL_FOLDER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_INTERNET_EXPLORER_HKLM_SECURITY_SETTINGS"=hex(7):43,00,41,00,50,00,41,\
  00,42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,\
  5f,00,54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,\
  00,41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,\
  00,00,00,00
"ID_CAP_VOIP_CALL_CONTROLLER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_WALLET_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_TOUCH"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_TEST_NAVIGATION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SPLASH_BROWSER_CONTROL"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SPLASH_CONFIG"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_TOUCH_TEST"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_WALLET_DEALS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SPEECH_SETTINGS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SETDEVICENAME"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PLAYREADY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PHOTOS_SETTINGS_R"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ONENOTE_EVENTS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_O365_DISCOVERY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_NVREAD"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_NFC_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MOUSE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,\
  00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,00,\
  5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,\
  00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MONITOR_NAVIGATION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_LOCATION_GNSSDRIVER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_LOCATION_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_LIVETOKEN_WNF_EVENTS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_LIVEID_ADMIN_PASSWORD_INQUIRY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,\
  00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,\
  48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,\
  00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_LIVEID_ADMIN_CREATE_ACCOUNT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,\
  00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,\
  48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,\
  00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_LIVEID"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_LEGACY_VOICEMAIL_HANDLER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_LASS_REMOTELOCK"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_GLOBALIZATION_SETTINGS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_FINDMYPHONE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_EVERYONE_INROM"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DRIVING_MODE_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DISPLAY_CONTROL"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DATAPLANUSAGE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DATACOLLECTION_COLLECTOR"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DATACOLLECTION_ACTIVITY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CSP_PHONE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CSP_LOCATION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CELL_WNF_PII"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CELL_WNF_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CELL_CMCSPWWAN_PLUS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CELL_CELLMGR"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CELL_API_TELEPHONY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CELL_API_MESSAGING"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CELL_API_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CELLUX_CONFIG_READ"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BUTTONS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BUILTIN_SETTIME"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BROWSER_FEATURE_CONTROL_KEYS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,\
  00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,\
  48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,\
  00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BINGCLIENT_SUGGESTSHIGHLIGHTS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,\
  00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,\
  48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,\
  00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BINGCLIENT_IDENTITY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ACCESSIBILITY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ADAPTIVE_BRIGHTNESS_CONTROL"=hex(7):43,00,41,00,50,00,41,00,42,00,49,\
  00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,\
  48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,\
  00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_INTERNET_EXPLORER_INTRANET_ZONE_SETTINGS"=hex(7):43,00,41,00,50,00,41,\
  00,42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,\
  5f,00,54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,\
  00,41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,\
  00,00,00,00
"ID_CAP_WPN_PLATFORM"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PHONEBROKER_INTERFACE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_APPPREINSTALL_EVENTS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_EXECMAN_DEBUGGER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_NAVIGATIONBAR_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_TILERESTOREDATA"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PICKER_CONTRACT_UI"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CORTANA_RULES_DB"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CA_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CA_CONTEXT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CA_SIGNALS_MANAGER_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CA_SIGNALS_MANAGER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CA_HISTORY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CA_BACKGROUND_PROCESSOR"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CA_SIGNALS_GENERIC"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_POIDATASTORE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_REMEMBER_API"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CA_BACKGROUND_PROCESSOR_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,\
  00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,\
  48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,\
  00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CA_UPLOAD_FOLDER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_REMEMBER_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BINGCLIENT_CA_INTERESTEXTRACTION"=hex(7):43,00,41,00,50,00,41,00,42,00,\
  49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,\
  00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,\
  50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,\
  00
"ID_CAP_DO_NOT_DISTURB"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CA_DND_MANAGER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CA_RULES"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BINGCLIENT_DDC"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_AIS_TOKEN_MANAGER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PERSONA"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,\
  59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,44,\
  00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,00,\
  43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CA_ENABLED"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,\
  00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,00,\
  44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,49,\
  00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_INTENTTEXTRACTION_OPTIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_POIDATASTORE_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_QUICK_SETTINGS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_STARTMENU_CONFIG"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SHOW_VOLUME_CONTROL"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ENTERPRISERESOURCESTORE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_POLICY_MANAGER_READONLY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ENROLLMENT_RENEW"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ENROLLMENT_POLL"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SETTINGS_MANAGEMENT_PROVIDER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,\
  00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,\
  48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,\
  00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MULTIVARIANT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_NOCENTER_SOUNDS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SUPPRESS_MSA_CONNECT_ARD"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CREDENTIAL_COLLECTION_UI"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MEDIASERVICE_VOLUMELIMIT_INT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,\
  00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,\
  48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,\
  00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_LANGUAGEUNDERSTANDING"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_NARRATOR_SETTINGS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_AUDIO_SETTINGS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SYSTEM_ALLOC_WINDOWID"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_MICMUTEPOLICY_BYPASS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ACCESSIBILITY_CLIENT"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_EXTERNAL_DISPLAY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_WEB_CREDENTIALS"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_BROWSER_ACCESSIBILITY_SETTINGS"=hex(7):43,00,41,00,50,00,41,00,42,00,\
  49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,\
  00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,\
  50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,\
  00
"ID_CAP_VSTEST_INSTALL_FOLDER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_APPCONTAINER_PACKAGE_CERTIFICATES"=hex(7):43,00,41,00,50,00,41,00,42,\
  00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,\
  54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,\
  00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,\
  00,00
"ID_CAP_SETTINGSYNC_CONFIGURATION"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_LOCATION_BTPOLICY"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DATACOLLECTION_RAWETW"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_NETWORKING_VPN_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CELL_MSFT_UICC_DATASTORE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,\
  4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,\
  00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,\
  50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_TPM_VSCMANAGER"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_WAB_RESOURCES"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_CRITICAL_DATA    "=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,52,\
  00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,00,\
  49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_SYSTEM_WAITCURSOR"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_DRIVE_MODE_ADMIN"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,\
  00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,00,\
  52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,4c,\
  00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_ACCESS_REMINDER_IMAGES"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,\
  00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,\
  49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,\
  00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_PUBLISH_ALARM_STATE"=hex(7):43,00,41,00,50,00,41,00,42,00,49,00,4c,00,\
  49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,54,00,48,00,49,\
  00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00
"ID_CAP_INTERNET_EXPLORER_DATA_OPTIMIZATION"=hex(7):43,00,41,00,50,00,41,00,42,\
  00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,\
  54,00,48,00,49,00,52,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,\
  00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,\
  00,00

[HKEY_LOCAL_MACHINE\WP_SOFTWARE\Microsoft\SecurityManager\CapabilityClasses\Inheritance]
"CAPABILITY_CLASS_SECOND_PARTY_APPLICATIONS"=hex(7):43,00,41,00,50,00,41,00,42,\
  00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,\
  46,00,49,00,52,00,53,00,54,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,00,41,\
  00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,\
  00,00
"CAPABILITY_CLASS_THIRD_PARTY_APPLICATIONS"=hex(7):43,00,41,00,50,00,41,00,42,\
  00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,\
  53,00,45,00,43,00,4f,00,4e,00,44,00,5f,00,50,00,41,00,52,00,54,00,59,00,5f,\
  00,41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,\
  00,00,43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,\
  00,4c,00,41,00,53,00,53,00,5f,00,45,00,4e,00,54,00,45,00,52,00,50,00,52,00,\
  49,00,53,00,45,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,\
  00,4f,00,4e,00,53,00,00,00,43,00,41,00,50,00,41,00,42,00,49,00,4c,00,49,00,\
  54,00,59,00,5f,00,43,00,4c,00,41,00,53,00,53,00,5f,00,44,00,45,00,56,00,45,\
  00,4c,00,4f,00,50,00,45,00,52,00,5f,00,55,00,4e,00,4c,00,4f,00,43,00,4b,00,\
  00,00,00,00
"CAPABILITY_CLASS_ENTERPRISE_OEM_LOW_ACCESS_APPLICATIONS"=hex(7):43,00,41,00,\
  50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,\
  00,53,00,5f,00,45,00,4e,00,54,00,45,00,52,00,50,00,52,00,49,00,53,00,45,00,\
  5f,00,4f,00,45,00,4d,00,5f,00,4d,00,45,00,44,00,5f,00,41,00,43,00,43,00,45,\
  00,53,00,53,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,49,00,\
  4f,00,4e,00,53,00,00,00,00,00
"CAPABILITY_CLASS_ENTERPRISE_OEM_MED_ACCESS_APPLICATIONS"=hex(7):43,00,41,00,\
  50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,\
  00,53,00,5f,00,45,00,4e,00,54,00,45,00,52,00,50,00,52,00,49,00,53,00,45,00,\
  5f,00,4f,00,45,00,4d,00,5f,00,48,00,49,00,47,00,48,00,5f,00,41,00,43,00,43,\
  00,45,00,53,00,53,00,5f,00,41,00,50,00,50,00,4c,00,49,00,43,00,41,00,54,00,\
  49,00,4f,00,4e,00,53,00,00,00,00,00
"CAPABILITY_CLASS_ENTERPRISE_OEM_HIGH_ACCESS_APPLICATIONS"=hex(7):43,00,41,00,\
  50,00,41,00,42,00,49,00,4c,00,49,00,54,00,59,00,5f,00,43,00,4c,00,41,00,53,\
  00,53,00,5f,00,45,00,4e,00,54,00,45,00,52,00,50,00,52,00,49,00,53,00,45,00,\
  5f,00,4f,00,45,00,4d,00,5f,00,56,00,45,00,52,00,59,00,5f,00,48,00,49,00,47,\
  00,48,00,5f,00,41,00,43,00,43,00,45,00,53,00,53,00,5f,00,41,00,50,00,50,00,\
  4c,00,49,00,43,00,41,00,54,00,49,00,4f,00,4e,00,53,00,00,00,00,00

您可以在与该REG文件所在的位置建立一个批处理文件(扩展名为.BAT的文件)来协助您完成这些操作。

这个批处理文件的内容如下:

@echo off

setlocal EnableExtensions
setlocal EnableDelayedExpansion
set "params=%*"
cd /d "%~dp0" && ( if exist "%temp%\getadmin.vbs" del "%temp%\getadmin.vbs" ) && fsutil dirty query %systemdrive% 1>nul 2>nul || (  echo Set UAC = CreateObject^("Shell.Application"^) : UAC.ShellExecute "cmd.exe", "/k cd ""%~sdp0"" && %~s0 %params%", "", "runas", 1 >> "%temp%\getadmin.vbs" && "%temp%\getadmin.vbs" && exit /B )
if ERRORLEVEL 0 (goto IsAdmin) else (goto IsNotAdmin)

:IsAdmin
title Capablity Unlock for Windows Phone
echo This tool applies Capablity Unlock to your Windows Phone device.
echo=
echo DANGER!
echo This hack is only tested on a Lumia 930 running Windows Phone 8.1. It has been confirmed that this hack doesn't support Windows 10 Mobile. Please refer ro Interop Tools, vcREG or Windows Phone Internals.
echo= 
echo Press any key to start...
pause > nul
echo Please specify the drive letter of MainOS. It looks like "E:"
set /p sMainOS=
echo=
echo Importing registry...
reg load HKLM\WP_SYSTEM %sMainOS%\Windows\System32\Config\SYSTEM
reg load HKLM\WP_SOFTWARE %sMainOS%\Windows\System32\Config\SOFTWARE
regedit /s CapabilityUnlock.reg
reg import CapabilityUnlock.reg
reg unload HKLM\WP_SOFTWARE
reg unload HKLM\WP_SYSTEM

echo=
echo Operation finished. Press any key to exit...
pause > nul
exit

:IsNotAdmin
echo ERROR: Please run this program as Administrator. Press any key to exit...
pause > nul
exit

文件下载

已打包的工具包

您可以直接下载打包的权限解锁工具包:

http://pc-dos.wdfiles.com/local--files/wp-capabilities-unlock-registry/CapabilityUnlock.zip

下载文件

REG文件

您可以从以下链接下载这个REG文件:

http://pc-dos.wdfiles.com/local--files/wp-capabilities-unlock-registry/CapabilityUnlock.reg

下载文件

BAT文件

您可以从以下链接下载这个BAT文件:

http://pc-dos.wdfiles.com/local--files/wp-capabilities-unlock-registry/CapabilityUnlock.bat

下载文件

除非特别注明,本页内容采用以下授权方式: Creative Commons Attribution-ShareAlike 3.0 License