3AU vanilla WM6 with 緑+MNR設定

灰の方のお役に立つかもしれないということで、緑+MNRの設定を晒します。

ポイントは、標準の

[HKLM\Security\PushRouter\Registrations\ByCTAndAppId\application/vnd.wap.emn+xml;]

で、MNRを叩くだけだと、

[HKLM\Security\PushRouter\Registrations\ByCTAndAppId\application/vnd.wap.emn+xml;x-wap-application:emn.ua]

で、siclnt.exe叩かれたあげくに、ひっそりsegmentation faultを起こしていることです。Error Reportを有効にしていると、分かります。そこで、これでもMNRを叩くようにすると、moperaUの通知SMSを扱えるようになります。

以下に、PushRouter以下を晒します。

REGEDIT4

[HKEY_LOCAL_MACHINE\Security\PushRouter]

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations]

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByGenericId]

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByGenericId\80348A29B2F3C701]
"Trust"=dword:00000002
"RefCount"=dword:00000001
"Params"="/run"
"Path"="\\windows\\moperaUnotif.exe"
"AppId"=""
"ContentTypes"="application/vnd.wap.emn+wbxml"
"GenId"="80348A29B2F3C701"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByGenericId\PC10]
"GenId"="PC10"
"AppId"=""
"Path"="messaging.exe"
"Params"=" -MMSIndication -silent"
"ContentTypes"="application/vnd.wap.mms-message"
"RefCount"=dword:00000001
"Trust"=dword:00000002

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByGenericId\LS6021023]
"GenId"="LS6021023"
"AppId"=""
"Path"="smsTrigger.exe"
"Params"="/xml"
"ContentTypes"="application/vnd.oma.drm.rights+xml"
"RefCount"=dword:00000001
"Trust"=dword:00000002

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByGenericId\LS3141592654]
"GenId"="LS3141592654"
"AppId"=""
"Path"="smsTrigger.exe"
"Params"="/wbxml"
"ContentTypes"="application/vnd.oma.drm.rights+wbxml"
"RefCount"=dword:00000001
"Trust"=dword:00000002

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByGenericId\{DA7DBAF9-C1B9-4799-9F84-CEC5874BA215}]
"Trust"=dword:00000002
"RefCount"=dword:00000004
"ContentTypes"="text/vnd.wap.emn+xml;application/vnd.wap.emn+wbxml"
"Params"="/emn"
"Path"="siclnt.exe"
"AppId"="x-wap-application:emn.ua"
"GenId"="{DA7DBAF9-C1B9-4799-9F84-CEC5874BA215}"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByGenericId\PC3]
"Path"="messaging.exe"
"Params"="-SL -silent"
"Trust"=dword:00000002
"RefCount"=dword:00000002
"ContentTypes"="text/vnd.wap.sl;application/vnd.wap.slc"
"AppId"=""
"GenId"="PC3"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByGenericId\PC2]
"Path"="messaging.exe"
"Params"="-SIC -silent"
"Trust"=dword:00000002
"RefCount"=dword:00000002
"ContentTypes"="text/vnd.wap.si;application/vnd.wap.sic"
"AppId"=""
"GenId"="PC2"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByGenericId\PC5]
"Trust"=dword:00000002
"RefCount"=dword:00000003
"ContentTypes"="application/vnd.syncml.notification"
"Params"=""
"Path"="omadmclient.exe"
"AppId"="x-wap-application:syncml.dm"
"GenId"="PC5"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByGenericId\PC1]
"Trust"=dword:00000002
"RefCount"=dword:00000005
"ContentTypes"="text/vnd.wap.connectivity-xml;application/vnd.wap.connectivity-wbxml"
"Params"=""
"Path"="cfghost.exe"
"AppId"="x-wap-microsoft:cfgmgr.ua"
"GenId"="PC1"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId]

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\application/vnd.wap.emn+wbxml;x-wap-application:emn.ua]
@="80348A29B2F3C701"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\application/vnd.wap.emn+wbxml;]
@="80348A29B2F3C701"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\application/vnd.wap.mms-message;]
@="PC10"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\application/vnd.oma.drm.rights+xml;]
@="LS6021023"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\application/vnd.oma.drm.rights+wbxml;]
@="LS3141592654"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\text/vnd.wap.sl;]
@="PC3"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\text/vnd.wap.si;]
@="PC2"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\application/vnd.cmcc.bombing+wbxml;]
@="{AA9DDF1E-C4E8-4009-A26A-D4BB00EBBFFD}"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\application/vnd.cmcc.bombing+wbxml;x-wap-application:emn.ua]
@="{AA9DDF1E-C4E8-4009-A26A-D4BB00EBBFFD}"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\application/vnd.cmcc.setting+wbxml;]
@="{BE877EB6-9903-4438-A431-DB3445F74EC3}"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\application/vnd.cmcc.setting+wbxml;x-wap-application:emn.ua]
@="{BE877EB6-9903-4438-A431-DB3445F74EC3}"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\text/vnd.wap.emn+xml;]
@="{DA7DBAF9-C1B9-4799-9F84-CEC5874BA215}"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\text/vnd.wap.emn+xml;x-wap-application:emn.ua]
@="{DA7DBAF9-C1B9-4799-9F84-CEC5874BA215}"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\application/vnd.wap.slc;]
@="PC3"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\application/vnd.wap.sic;]
@="PC2"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\;x-wap-application:syncml.dm]
@="PC5"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\application/vnd.syncml.notification;]
@="PC5"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\application/vnd.syncml.notification;x-wap-application:syncml.dm]
@="PC5"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\;x-wap-microsoft:cfgmgr.ua]
@="PC1"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\text/vnd.wap.connectivity-xml;]
@="PC1"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\application/vnd.wap.connectivity-wbxml;]
@="PC1"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\text/vnd.wap.connectivity-xml;x-wap-microsoft:cfgmgr.ua]
@="PC1"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Registrations\ByCTAndAppId\application/vnd.wap.connectivity-wbxml;x-wap-microsoft:cfgmgr.ua]
@="PC1"

[HKEY_LOCAL_MACHINE\Security\PushRouter\Security]
"Provider90"="SecProviders.UnauthSecProvider"
"Provider20"="SecProviders.WAPXMLSecProvider"
"Provider10"="SecProviders.SyncMLSecProvider"