无忧启动论坛

标题: 如何用pebuilder使用xpe制作win pe的外壳 [打印本页]

作者: pho    时间: 2004-12-12 17:17
标题: 如何用pebuilder使用xpe制作win pe的外壳
我有xpe 1.02,想用pebuilder制作用XPE做为SHELL的win pe,我如何把nu2menu换成xpe?又如何向xpe里添加应用插件,哪里有这样的文章(要中文的,我的E文不好,看不懂)?哪位网友愿意详细的说一下也行?我试了好多次都没成功?每次都有不同的问题出现,实现是试不起了,请大家帮一下?谢了!
作者: 失败失败    时间: 2004-12-13 12:54
标题: 如何用pebuilder使用xpe制作win pe的外壳
我也想知道!
作者: eric917    时间: 2004-12-13 20:55
标题: 如何用pebuilder使用xpe制作win pe的外壳
用xpe1.0.1吧,那个可以直接导入[UploadFile=CEB4C3FCC3FB_1102942552.jpg]
作者: eric917    时间: 2004-12-13 21:06
标题: 如何用pebuilder使用xpe制作win pe的外壳
这个应该对你有用[UploadFile=PEB5C4D6C6D7F7_1102943196.rar]
作者: 弄潮儿-NET    时间: 2004-12-13 22:13
标题: 如何用pebuilder使用xpe制作win pe的外壳
下面引用由eric9172004/12/13 08:55pm 发表的内容:
用xpe1.0.1吧,那个可以直接导入
服了,哪里有这张盘下载?
作者: eric917    时间: 2004-12-15 17:48
标题: 如何用pebuilder使用xpe制作win pe的外壳
下面引用由弄潮儿-NET2004/12/13 10:13pm 发表的内容:
服了,哪里有这张盘下载?
上面那张PE是我自己做的,你有没有空间让上传一下,我都想多点人帮我的PE给点意见^_^
作者: lucky0504    时间: 2004-12-15 19:13
标题: 如何用pebuilder使用xpe制作win pe的外壳
不错啊!
作者: eric917    时间: 2004-12-15 20:12
标题: 如何用pebuilder使用xpe制作win pe的外壳
下面引用由lucky05042004/12/15 07:13pm 发表的内容:
不错啊!
谢谢Lucky兄,没你和Xmatc兄的指导,我做不成的^_^
作者: 天风    时间: 2004-12-15 20:36
标题: 如何用pebuilder使用xpe制作win pe的外壳
楼上的你的PE里面的QQ是如何加进去的,我试了好多次都不行...
能讲一下吗?  :)
作者: eric917    时间: 2004-12-15 22:00
标题: 如何用pebuilder使用xpe制作win pe的外壳
我那个好大哦,是QQ2004BateII,有20多MB,我是把QQ目录下的TMDLLs文件夹删掉,然后做成rar,在PE中解压到RamDisk用的
(谢谢你给我加的威望^_^)
作者: pho    时间: 2004-12-16 10:55
标题: 如何用pebuilder使用xpe制作win pe的外壳
[这个贴子最后由pho在 2004/12/16 11:01am 第 2 次编辑]

我在试验过程中,发现有一些软件,如果完成的集成到PE里,可能会很麻烦,用10楼的方法,可以很简单的实现。但有一个要求RMDISK要大些,但PE如果在内存小的机器上,RMDISK不能设置太大,不然的话启动会有问题。
另有一个问题:如何在XPE中的开始菜单中加入一个类似于附件哪样的,可以有下一级菜单项的菜单。就象3楼的媒体工具哪样的菜单,怎么样才能增加一个媒体工具这一级的菜单。
作者: micky999    时间: 2004-12-16 13:46
标题: 如何用pebuilder使用xpe制作win pe的外壳
支持,能不能给下了用啊!
作者: pho    时间: 2004-12-16 16:16
标题: 如何用pebuilder使用xpe制作win pe的外壳
[这个贴子最后由pho在 2004/12/16 04:43pm 第 2 次编辑]

哪里能下载到下面的插件:
   宽带的pppoe插件
     金山词霸2005的插件
      支持intel pro 100网卡的驱动插件?
作者: eric917    时间: 2004-12-16 18:28
标题: 如何用pebuilder使用xpe制作win pe的外壳
下面引用由pho2004/12/16 10:55am 发表的内容:
我在试验过程中,发现有一些软件,如果完成的集成到PE里,可能会很麻烦,用10楼的方法,可以很简单的实现。但有一个要求RMDISK要大些,但PE如果在内存小的机器上,RMDISK不能设置太大,不然的话启动会有问题。
 ...
这个问题嘛,很难说,我们这边的电脑256都已经是主流配置,但也有不少的旧机子只有128M,所以我的PE也只设了32M的RamDisk^_^,其实QQ那个软件因为是新版,所以也大了些,如果你觉得大了些,可以借鉴深山红叶的QQ,它体积少,当然不少功能都去掉了!
菜单可以参照下面的:
[Software.AddReg]
0x2,"Sherpya\XPEinit\Programs","磁盘工具\PartitionManager\PM","%SystemDrive%\Programs\PM\WINPM\WINPM.EXE"
把它写到你要从插入软件的inf就可以了^_^
PPPoE需要不少的文件,我给个插件的inf你自己看看,把里面提到的文件放到你插件的目录下就可以了
作者: eric917    时间: 2004-12-16 18:34
标题: 如何用pebuilder使用xpe制作win pe的外壳
下面引用由pho2004/12/16 04:16pm 发表的内容:
哪里能下载到下面的插件:
   宽带的pppoe插件
     金山词霸2005的插件
      支持intel pro 100网卡的驱动插件?

; ras.inf, v1.2, 30-Apr-2004, (XP and w2k3)
; PE Builder plug-in INF file for Dialup Networking
; Created by AEC
; Translated from Greek to English by this-is-me
[Version]
Signature= "$Windows NT$"
[PEBuilder]
Name="Dialup Networking Support"
Enable=1
help=ras.htm
[SourceDisksFiles]
;
files\start_ras.cmd=2,,1
files\dial_ras.cmd=2,,1
files\hangup_ras.cmd=2,,1
files\start_netservices.cmd=2,,1
;
;a *netcfg*.exe that can be used is snetcfg_wxp.exe ("http://www.jsiinc.com/dl/snetcfg_wxp.zip")
files\*netcfg*.exe=2,netcfg.exe,1
;
netserv.inf=20
netrass.inf=20
netrast.inf=20
msports.inf=20
mdmgen.inf=20
machine.inf=20
;
dxmrtp.dll=2
devcon.exe=2
rpcrt4.dll=2
streamci.dll=2
confmsp.dll=2
hid.dll=2
h323msp.dll=2
ipsecsvc.dll=2
mcastmib.dll=2
mdminst.dll=2
modemui.dll=2
mprmsg.dll=2
ntlsapi.dll=2
rasadhlp.dll=2
rasauto.dll=2
raschap.dll=2
rasdlg.dll=2
rasmans.dll=2
rasmxs.dll=2
rasppp.dll=2
rasser.dll=2
rastapi.dll=2
rastls.dll=2
sdpblb.dll=2
sens.dll=2
sensapi.dll=2
senscfg.dll=2
serialui.dll=2
serwvdrv.dll=2
;tapi.dll=2
tapi3.dll=2
tapiperf.dll=2
tapisrv.dll=2
tapiui.dll=2
telephon.cpl=2
termmgr.dll=2
umdmxfrm.dll=2
unimdmat.dll=2
uniplat.dll=2
;
rasdial.exe=2
rasphone.exe=2
;
unimdm.tsp=2
h323.tsp=2
hidphone.tsp=2
ipconf.tsp=2
ndptsp.tsp=2
kmddsp.tsp=2
;
modem.sys=4
MODEMCSA.sys=4
mdmsetup.inf=20
;
ndisuio.sys=4
ndisuio.inf=20
;
;avtapi.dll=2
dxmrtp.dll=2
;
switch.inf=7
pad.inf=7
;
rasctrs.dll=2
rasctrs.ini=2
lodctr.exe=2
unlodctr.exe=2
[SourceDisksFiles.2600]
avtapi.dll=2
[SourceDisksFiles.3790]
rrasmgmt.msc=2
[SetupReg.AddReg.2600]
0x2,"ControlSet001\Services\TapiSrv","ImagePath","%SystemRoot%\System32\svchost.exe -k netsvcs"
[SetupReg.AddReg.3790]
0x2,"ControlSet001\Services\TapiSrv","ImagePath","%SystemRoot%\System32\svchost.exe -k tapisrv"
[SetupReg.AddReg]
; --- Modem Class and Services ----
0x1, "ControlSet001\Control\Class\{4D36E96D-E325-11CE-BFC1-08002BE10318}", "", "Modem"
0x1, "ControlSet001\Control\Class\{4D36E96D-E325-11CE-BFC1-08002BE10318}", "Class", "Modem"
0x1, "ControlSet001\Control\Class\{4D36E96D-E325-11CE-BFC1-08002BE10318}", "Installer32", "mdminst.dll,ClassInstall32"
0x1, "ControlSet001\Control\Class\{4D36E96D-E325-11CE-BFC1-08002BE10318}", "Icon", "0"
0x1, "ControlSet001\Control\Class\{4D36E96D-E325-11CE-BFC1-08002BE10318}", "TroubleShooter-0", "hcp://help/tshoot/tsmodem.htm"
0x1, "ControlSet001\Control\Class\{4D36E96D-E325-11CE-BFC1-08002BE10318}", "Default Service", "Modem"
0x7, "ControlSet001\Control\CoDeviceInstallers", "{4D36E96D-E325-11CE-BFC1-08002BE10318}", "NetCfgx.dll,ModemClassCoInstaller", "setup\FxsOcm.dll,FaxModemCoClassInstaller"
;
0x4, "ControlSet001\Services\Modem", "ErrorControl", 0x00000000
0x1, "ControlSet001\Services\Modem", "Group", "Extended base"
0x4, "ControlSet001\Services\Modem", "Start", 0x00000003
0x4, "ControlSet001\Services\Modem", "Tag", 0x00000004
0x4, "ControlSet001\Services\Modem", "Type", 0x00000001
0x4, "ControlSet001\Services\Modem\Enum", "Count", 0x00000000
0x4, "ControlSet001\Services\Modem\Enum", "NextInstance", 0x00000000
;
0x4, "ControlSet001\Services\ROOTMODEM", "Type", 0x00000001
0x4, "ControlSet001\Services\ROOTMODEM", "Start", 0x00000003
0x4, "ControlSet001\Services\ROOTMODEM", "ErrorControl", 0x00000000
0x2, "ControlSet001\Services\ROOTMODEM", "ImagePath", "System32\Drivers\RootMdm.sys"
0x1, "ControlSet001\Services\ROOTMODEM", "DisplayName", "Microsoft Legacy Modem Driver"
0x4, "ControlSet001\Services\ROOTMODEM\Enum", "Count", 0x00000000
0x4, "ControlSet001\Services\ROOTMODEM\Enum", "NextInstance", 0x00000000
;
0x4, "ControlSet001\Services\MODEMCSA", "Type", 0x00000001
0x4, "ControlSet001\Services\MODEMCSA", "Start", 0x00000003
0x4, "ControlSet001\Services\MODEMCSA", "ErrorControl", 0x00000001
0x4, "ControlSet001\Services\MODEMCSA", "Tag", 0x00000009
0x2, "ControlSet001\Services\MODEMCSA", "ImagePath", "system32\drivers\MODEMCSA.sys"
0x1, "ControlSet001\Services\MODEMCSA", "DisplayName", "Unimodem Stream Filter Device"
0x1, "ControlSet001\Services\MODEMCSA", "Group", "Extended Base"
0x4, "ControlSet001\Services\MODEMCSA\Enum", "Count", 0x00000000
0x4, "ControlSet001\Services\MODEMCSA\Enum", "NextInstance", 0x00000000
; --- COM Ports Class ---
0x1,"ControlSet001\Control\Class\{4D36E978-E325-11CE-BFC1-08002BE10318}","Class","Ports"
0x1,"ControlSet001\Control\Class\{4D36E978-E325-11CE-BFC1-08002BE10318}","","Ports (COM & LPT)"
0x1,"ControlSet001\Control\Class\{4D36E978-E325-11CE-BFC1-08002BE10318}","Icon","-23"
0x1,"ControlSet001\Control\Class\{4D36E978-E325-11CE-BFC1-08002BE10318}","Installer32","MsPorts.Dll,PortsClassInstaller"
; --- SERIAL ---
0x4,"ControlSet001\Services\Serial","ErrorControl",0x00000000
0x1,"ControlSet001\Services\Serial","Group","Extended Base"
0x4,"ControlSet001\Services\Serial","Start",0x00000001
0x4,"ControlSet001\Services\Serial","Tag",0x00000001
0x4,"ControlSet001\Services\Serial","Type",0x00000001
0x4,"ControlSet001\Services\Serial","ForceFifoEnable",0x1
0x4,"ControlSet001\Services\Serial","RxFIFO",0x00000008
0x4,"ControlSet001\Services\Serial","TxFIFO",0x0000000e
0x4,"ControlSet001\Services\Serial","PermitShare",0x00000000
0x4,"ControlSet001\Services\Serial","LogFifo",0x00000000
0x1,"ControlSet001\Services\Serial","DisplayName","Serial port driver"
0x2,"ControlSet001\Services\Serial","ImagePath","System32\DRIVERS\serial.sys"
0x4, "ControlSet001\Services\Serial\Enum", "Count", 0x00000000
0x4, "ControlSet001\Services\Serial\Enum", "NextInstance", 0x00000000
0x0, "ControlSet001\Services\Serial\Parameters"
; --- SERENUM ---
0x4, "ControlSet001\Services\serenum", "Type", 0x00000001
0x4, "ControlSet001\Services\serenum", "Start", 0x00000003
0x4, "ControlSet001\Services\serenum", "ErrorControl", 0x00000001
0x1, "ControlSet001\Services\serenum", "DisplayName", "Serenum"
0x2, "ControlSet001\Services\serenum", "ImagePath", "System32\DRIVERS\serenum.sys"
0x1, "ControlSet001\Services\serenum", "Group", "PNP Filter"
0x4, "ControlSet001\Services\serenum", "Tag", 0x00000001
0x4, "ControlSet001\Services\serenum\Enum", "Count", 0x00000000
0x4, "ControlSet001\Services\serenum\Enum", "NextInstance", 0x00000000
; --- RASMAN ---
0x1,"ControlSet001\Services\RasMan","DisplayName","Remote Access Connection Manager"
0x1,"ControlSet001\Services\RasMan","Description","Creates a network connection."
0x1,"ControlSet001\Services\RasMan","ObjectName","LocalSystem"
0x4,"ControlSet001\Services\RasMan","Start",0x3
0x4,"ControlSet001\Services\RasMan","Type",0x20
0x7,"ControlSet001\Services\RasMan","DependOnService","Tapisrv"
0x7,"ControlSet001\Services\RasMan","DependOnGroup",""
0x2,"ControlSet001\Services\RasMan","ImagePath","%SystemRoot%\System32\svchost.exe -k netsvcs"
0x4,"ControlSet001\Services\RasMan","ErrorControl",0x1
0x2,"ControlSet001\Services\RasMan\Parameters","ServiceDll","%SystemRoot%\System32\rasmans.dll"
0x4,"ControlSet001\Services\RasMan\Parameters","IpOutHighWatermark",0x5
0x4,"ControlSet001\Services\RasMan\Parameters","NbfOutLowWatermark",0x1
0x4,"ControlSet001\Services\RasMan\Parameters","NbfOutHighWatermark",0x5
0x7,"ControlSet001\Services\RasMan\Parameters","Medias","rastapi"
0x7,"ControlSet001\Services\RasMan\Parameters","CustomDLL",""
0x4,"ControlSet001\Services\RasMan\Parameters","IpOutLowWatermark",0x1
0x4,"ControlSet001\Services\RasMan\Parameters","NbfInLowWatermark",0x1
0x4,"ControlSet001\Services\RasMan\Parameters","NbfInHighWatermark",0x5
0x4,"ControlSet001\Services\RasMan\PPP","NegotiateTime",0x96
0x4,"ControlSet001\Services\RasMan\PPP","RestartTimer",0x3
0x4,"ControlSet001\Services\RasMan\PPP","MaxReject",0x5
0x4,"ControlSet001\Services\RasMan\PPP","MaxTerminate",0x2
0x4,"ControlSet001\Services\RasMan\PPP","Multilink",0x0
0x4,"ControlSet001\Services\RasMan\PPP","MaxConfigure",0xa
0x4,"ControlSet001\Services\RasMan\PPP","MaxFailure",0xa
0x2,"ControlSet001\Services\RasMan\PPP\ControlProtocols\BuiltIn","Path","%SystemRoot%\System32\rasppp.dll"
0x2,"ControlSet001\Services\RasMan\PPP\ControlProtocols\Chap","Path","%SystemRoot%\System32\raschap.dll"
0x2,"ControlSet001\Services\RasMan\PPP\EAP","Path","%SystemRoot%\System32\rasppp.dll"
0x1,"ControlSet001\Services\RasMan\PPP\EAP\13","FriendlyName","Smart Card or other Certificate"
0x4,"ControlSet001\Services\RasMan\PPP\EAP\13","InvokeUsernameDialog",0x0
0x4,"ControlSet001\Services\RasMan\PPP\EAP\13","InvokePasswordDialog",0x0
0x2,"ControlSet001\Services\RasMan\PPP\EAP\13","Path","%SystemRoot%\System32\rastls.dll"
0x2,"ControlSet001\Services\RasMan\PPP\EAP\13","ConfigUiPath","%SystemRoot%\System32\rastls.dll"
0x2,"ControlSet001\Services\RasMan\PPP\EAP\13","IdentityPath","%SystemRoot%\System32\rastls.dll"
0x2,"ControlSet001\Services\RasMan\PPP\EAP\13","InteractiveUIPath","%SystemRoot%\System32\rastls.dll"
0x1,"ControlSet001\Services\RasMan\PPP\EAP\13","ConfigCLSID","{58AB2366-D597-11d1-B90E-00C04FC9B263}"
0x4,"ControlSet001\Services\RasMan\PPP\EAP\13","StandaloneSupported",0x0
0x4,"ControlSet001\Services\RasMan\PPP\EAP\13","NoRootRevocationCheck",0x1
0x4,"ControlSet001\Services\RasMan\PPP\EAP\13","MPPEEncryptionSupported",0x1
0x1,"ControlSet001\Services\RasMan\PPP\EAP\25","FriendlyName","Protected EAP (PEAP)"
0x4,"ControlSet001\Services\RasMan\PPP\EAP\25","InvokeUsernameDialog",0x0
0x4,"ControlSet001\Services\RasMan\PPP\EAP\25","InvokePasswordDialog",0x0
0x2,"ControlSet001\Services\RasMan\PPP\EAP\25","Path","%SystemRoot%\System32\rastls.dll"
0x2,"ControlSet001\Services\RasMan\PPP\EAP\25","ConfigUiPath","%SystemRoot%\System32\rastls.dll"
0x2,"ControlSet001\Services\RasMan\PPP\EAP\25","IdentityPath","%SystemRoot%\System32\rastls.dll"
0x2,"ControlSet001\Services\RasMan\PPP\EAP\25","InteractiveUIPath","%SystemRoot%\System32\rastls.dll"
0x4,"ControlSet001\Services\RasMan\PPP\EAP\25","MPPEEncryptionSupported",0x1
0x1,"ControlSet001\Services\RasMan\PPP\EAP\25","ConfigCLSID","{58AB2366-D597-11d1-B90E-00C04FC9B263}"
0x4,"ControlSet001\Services\RasMan\PPP\EAP\25","StandaloneSupported",0x1
0x4,"ControlSet001\Services\RasMan\PPP\EAP\25","NoRootRevocationCheck",0x1
0x4,"ControlSet001\Services\RasMan\PPP\EAP\25","RolesSupported",0x1a
0x1,"ControlSet001\Services\RasMan\PPP\EAP\26","FriendlyName","Secured password (EAP-MSCHAP v2)"
0x4,"ControlSet001\Services\RasMan\PPP\EAP\26","InvokeUsernameDialog",0x0
0x4,"ControlSet001\Services\RasMan\PPP\EAP\26","InvokePasswordDialog",0x0
0x2,"ControlSet001\Services\RasMan\PPP\EAP\26","Path","%SystemRoot%\System32\raschap.dll"
0x2,"ControlSet001\Services\RasMan\PPP\EAP\26","ConfigUiPath","%SystemRoot%\System32\raschap.dll"
0x2,"ControlSet001\Services\RasMan\PPP\EAP\26","IdentityPath","%SystemRoot%\System32\raschap.dll"
0x2,"ControlSet001\Services\RasMan\PPP\EAP\26","InteractiveUIPath","%SystemRoot%\System32\raschap.dll"
0x4,"ControlSet001\Services\RasMan\PPP\EAP\26","MPPEEncryptionSupported",0x1
0x1,"ControlSet001\Services\RasMan\PPP\EAP\26","ConfigCLSID","{2af6bcaa-f526-4803-aeb8-5777ce386647}"
0x4,"ControlSet001\Services\RasMan\PPP\EAP\26","StandaloneSupported",0x1
0x4,"ControlSet001\Services\RasMan\PPP\EAP\26","RolesSupported",0x4
0x4,"ControlSet001\Services\RasMan\PPP\EAP\4","InvokeUsernameDialog",0x1
0x4,"ControlSet001\Services\RasMan\PPP\EAP\4","InvokePasswordDialog",0x1
0x1,"ControlSet001\Services\RasMan\PPP\EAP\4","FriendlyName","MD5-Challenge"
0x2,"ControlSet001\Services\RasMan\PPP\EAP\4","Path","%SystemRoot%\System32\raschap.dll"
; --- TAPISRV ---
0x1,"ControlSet001\Services\TapiSrv","DisplayName","Telephony"
0x1,"ControlSet001\Services\TapiSrv","Description","Telephony API (TAPI) support"
0x1,"ControlSet001\Services\TapiSrv","ObjectName","LocalSystem"
;next line is included above using version specific sections (xp:2600, win2k3:3790)
;0x2,"ControlSet001\Services\TapiSrv","ImagePath","%SystemRoot%\System32\svchost.exe -k netsvcs"
0x4,"ControlSet001\Services\TapiSrv","ErrorControl",0x1
0x4,"ControlSet001\Services\TapiSrv","Start",0x2
0x4,"ControlSet001\Services\TapiSrv","Type",0x20
0x7,"ControlSet001\Services\TapiSrv","DependOnService","PlugPlay","RpcSs"
0x0,"ControlSet001\Services\TapiSrv\Parameters"
0x2,"ControlSet001\Services\TapiSrv\Parameters","ServiceDll","%SystemRoot%\System32\tapisrv.dll"
; --- RASACD ---
0x1, "ControlSet001\Services\RasAcd", "DisplayName", "Remote Access Auto Connection Driver"
0x1, "ControlSet001\Services\RasAcd", "Description", "Remote Access Auto Connection Driver"
0x4, "ControlSet001\Services\RasAcd", "Type", 0x00000001
0x4, "ControlSet001\Services\RasAcd", "Start", 0x00000001
0x4, "ControlSet001\Services\RasAcd", "ErrorControl", 0x00000001
0x4, "ControlSet001\Services\RasAcd", "Tag", 0x00000001
0x2, "ControlSet001\Services\RasAcd", "ImagePath", "System32\DRIVERS\rasacd.sys"
0x1, "ControlSet001\Services\RasAcd", "Group", "Streams Drivers"
0x4, "ControlSet001\Services\RasAcd\Enum", "Count", 0x00000000
0x4, "ControlSet001\Services\RasAcd\Enum", "NextInstance", 0x00000000
;0x1, "ControlSet001\Services\RasAcd\Enum", "0", "Root\LEGACY_RASACD\0000"
; --- RASAUTO ---
0x4, "ControlSet001\Services\RasAuto", "Type", 0x00000020
0x4, "ControlSet001\Services\RasAuto", "Start", 0x00000003
0x4, "ControlSet001\Services\RasAuto", "ErrorControl", 0x00000001
0x2, "ControlSet001\Services\RasAuto", "ImagePath", "%SystemRoot%\System32\svchost.exe -k netsvcs"
0x1, "ControlSet001\Services\RasAuto", "DisplayName", "Remote Access Auto Connection Manager"
0x7, "ControlSet001\Services\RasAuto", "DependOnService", "RasMan", "Tapisrv"
0x7, "ControlSet001\Services\RasAuto", "DependOnGroup", ""
0x1, "ControlSet001\Services\RasAuto", "ObjectName", "LocalSystem"
0x1, "ControlSet001\Services\RasAuto", "Description", "Creates a connection to a remote network whenever a program references a remote DNS or NetBIOS name or address."
0x2, "ControlSet001\Services\RasAuto\Parameters", "ServiceDll", "%SystemRoot%\System32\rasauto.dll"
0x4, "ControlSet001\Services\RasAuto\Enum", "Count", 0x00000000
0x4, "ControlSet001\Services\RasAuto\Enum", "NextInstance", 0x00000000
;0x1, "ControlSet001\Services\RasAuto\Enum", "0", "Root\LEGACY_RASAUTO\0000"
; --- NDISWAN ---
0x4, "ControlSet001\Services\NdisWan", "Type", 0x00000001
0x4, "ControlSet001\Services\NdisWan", "Start", 0x00000003
0x4, "ControlSet001\Services\NdisWan", "ErrorControl", 0x00000001
0x2, "ControlSet001\Services\NdisWan", "ImagePath", "System32\DRIVERS\ndiswan.sys"
0x1, "ControlSet001\Services\NdisWan", "DisplayName", "NDIS WAN"
0x1, "ControlSet001\Services\NdisWan", "Description", "NDIS WAN"
0x7, "ControlSet001\Services\NdisWan\Linkage", "Bind"
0x7, "ControlSet001\Services\NdisWan\Linkage", "Route"
0x7, "ControlSet001\Services\NdisWan\Linkage", "Export"
0x4, "ControlSet001\Services\NdisWan\Enum", "Count", 0x00000000
0x4, "ControlSet001\Services\NdisWan\Enum", "NextInstance", 0x00000000
;
0x0, "ControlSet001\Enum\Root", MS_NDISWANIP"
; --- NDISTAPI ---
0x1, "ControlSet001\Services\NdisTapi", "DisplayName", "Remote Access NDIS TAPI Driver"
0x1, "ControlSet001\Services\NdisTapi", "Description", "Remote Access NDIS TAPI Driver"
0x4, "ControlSet001\Services\NdisTapi", "Type", 0x00000001
0x4, "ControlSet001\Services\NdisTapi", "Start", 0x00000003
0x4, "ControlSet001\Services\NdisTapi", "ErrorControl", 0x00000001
0x2, "ControlSet001\Services\NdisTapi", "ImagePath", "System32\DRIVERS\ndistapi.sys"
; --- NDISUIO ---
0x4, "ControlSet001\Services\Ndisuio", "Type", 0x00000001
0x4, "ControlSet001\Services\Ndisuio", "Start", 0x00000003
0x4, "ControlSet001\Services\Ndisuio", "ErrorControl", 0x00000001
0x4, "ControlSet001\Services\Ndisuio", "Tag", 0x0000000c
0x2, "ControlSet001\Services\Ndisuio", "ImagePath", "System32\DRIVERS\ndisuio.sys"
0x1, "ControlSet001\Services\Ndisuio", "DisplayName", "NDIS Usermode I/O Protocol"
0x1, "ControlSet001\Services\Ndisuio", "Description", "NDIS Usermode I/O Protocol"
0x1, "ControlSet001\Services\Ndisuio", "Group", "NDIS"
0x7, "ControlSet001\Services\Ndisuio\Linkage"
0x7, "ControlSet001\Services\Ndisuio\Linkage"
0x7, "ControlSet001\Services\Ndisuio\Linkage"
0x4, "ControlSet001\Services\Ndisuio\Enum", "Count", 0x00000000
0x4, "ControlSet001\Services\Ndisuio\Enum", "NextInstance", 0x00000000
; --- SWENUM ---
0x4,"ControlSet001\Services\swenum","ErrorControl",0x1
0x4,"ControlSet001\Services\swenum","Start",0x3
0x4,"ControlSet001\Services\swenum","Type",0x1
0x1,"ControlSet001\Services\swenum","DisplayName","Software Device Enumerator Driver"
0x2,"ControlSet001\Services\swenum","ImagePath","System32\DRIVERS\swenum.sys"
0x0, "ControlSet001\Services\swenum\Devices\{eeab7790-c514-11d1-b42b-00805fc1270e}\asyncmac\{ad498944-762f-11d0-8dcb-00c04fc3358c}"
;
0x7,"ControlSet001\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0000","CoInstallers32","streamci.dll,SwEnumCoInstaller"
0x1,"ControlSet001\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0000","InfPath","machine.inf"
0x1,"ControlSet001\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0000","InfSection","SWENUM"
0x1,"ControlSet001\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0000","ProviderName","Microsoft"
0x3,"ControlSet001\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0000","DriverDateData",00,80,62,c5,c0,01,c1,01
0x1,"ControlSet001\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0000","DriverDate","7-1-2001"
0x1,"ControlSet001\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0000","DriverVersion","5.1.2600.0"
0x1,"ControlSet001\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0000","MatchingDeviceId","root\swenum"
0x1,"ControlSet001\Control\Class\{4D36E97D-E325-11CE-BFC1-08002BE10318}\0000","DriverDesc","Plug and Play Software Device Enumerator"
;
0x1,"ControlSet001\Enum\Root\SYSTEM\0000","Class","System"
0x1,"ControlSet001\Enum\Root\SYSTEM\0000","ClassGUID","{4D36E97D-E325-11CE-BFC1-08002BE10318}"
0x4,"ControlSet001\Enum\Root\SYSTEM\0000","ConfigFlags",0x0
0x7,"ControlSet001\Enum\Root\SYSTEM\0000","HardwareID","root\swenum"
0x1,"ControlSet001\Enum\Root\SYSTEM\0000","Service","swenum"
0x4,"ControlSet001\Enum\Root\SYSTEM\0000","Capabilities",0x0
0x1,"ControlSet001\Enum\Root\SYSTEM\0000","Driver","{4D36E97D-E325-11CE-BFC1-08002BE10318}\0001"
0x1,"ControlSet001\Enum\Root\SYSTEM\0000","Mfg","(Standard system devices)"
0x1,"ControlSet001\Enum\Root\SYSTEM\0000","DeviceDesc","Plug and Play Software Device Enumerator"
0x1,"ControlSet001\Enum\Root\SYSTEM\0000\Control","ActiveService","swenum"
0x0,"ControlSet001\Enum\Root\SYSTEM\0000\LogConf"
; --- ASYNCMAC Service (Software enumerated) ---
0x4, "ControlSet001\Services\AsyncMac", "Type", 0x00000001
0x4, "ControlSet001\Services\AsyncMac", "Start", 0x00000003
0x4, "ControlSet001\Services\AsyncMac", "ErrorControl", 0x00000001
0x2, "ControlSet001\Services\AsyncMac", "ImagePath", "System32\DRIVERS\asyncmac.sys"
0x1, "ControlSet001\Services\AsyncMac", "DisplayName", "RAS Asynchronous Media Driver"
0x1, "ControlSet001\Services\AsyncMac", "Description", "RAS Asynchronous Media Driver"
0x1, "ControlSet001\Services\AsyncMac\Enum", "0", "SW\{eeab7790-c514-11d1-b42b-00805fc1270e}\asyncmac"
0x4, "ControlSet001\Services\AsyncMac\Enum", "Count", 0x00000001
0x4, "ControlSet001\Services\AsyncMac\Enum", "NextInstance", 0x00000001
; --- AsyncMac SW ID ---
0x4, "ControlSet001\Enum\SW\{eeab7790-c514-11d1-b42b-00805fc1270e}\asyncmac", "Capabilities", 0x000000b0
0x4, "ControlSet001\Enum\SW\{eeab7790-c514-11d1-b42b-00805fc1270e}\asyncmac", "UINumber", 0x00000000
0x7, "ControlSet001\Enum\SW\{eeab7790-c514-11d1-b42b-00805fc1270e}\asyncmac", "HardwareID", "SW\{eeab7790-c514-11d1-b42b-00805fc1270e}"
0x1, "ControlSet001\Enum\SW\{eeab7790-c514-11d1-b42b-00805fc1270e}\asyncmac", "ClassGUID", "{4D36E972-E325-11CE-BFC1-08002BE10318}"
0x1, "ControlSet001\Enum\SW\{eeab7790-c514-11d1-b42b-00805fc1270e}\asyncmac", "Class", "Net"
0x1, "ControlSet001\Enum\SW\{eeab7790-c514-11d1-b42b-00805fc1270e}\asyncmac", "Driver", "{4D36E972-E325-11CE-BFC1-08002BE10318}\0002"
0x1, "ControlSet001\Enum\SW\{eeab7790-c514-11d1-b42b-00805fc1270e}\asyncmac", "Mfg", "Microsoft"
0x1, "ControlSet001\Enum\SW\{eeab7790-c514-11d1-b42b-00805fc1270e}\asyncmac", "Service", "AsyncMac"
0x1, "ControlSet001\Enum\SW\{eeab7790-c514-11d1-b42b-00805fc1270e}\asyncmac", "DeviceDesc", "RAS Async Adapter"
0x4, "ControlSet001\Enum\SW\{eeab7790-c514-11d1-b42b-00805fc1270e}\asyncmac", "ConfigFlags", 0x00000000
0x4, "ControlSet001\Enum\SW\{eeab7790-c514-11d1-b42b-00805fc1270e}\asyncmac\Device Parameters", "InstanceIndex", 0x00000001
0x1, "ControlSet001\Enum\SW\{eeab7790-c514-11d1-b42b-00805fc1270e}\asyncmac\Control", "ActiveService", "AsyncMac"
; --- AsyncMac Class ---
0x4, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0002", "Characteristics", 0x0000002a
0x1, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0002", "ComponentId", "sw\{eeab7790-c514-11d1-b42b-00805fc1270e}"
0x1, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0002", "InfPath", "netrasa.inf"
0x1, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0002", "InfSection", "Ndi-Mp-AsyncMac"
0x1, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0002", "ProviderName", "Microsoft"
0x3, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0002", "DriverDateData", 00,80,62,c5,c0,01,c1,01
0x1, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0002", "DriverDate", "7-1-2001"
0x1, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0002", "DriverVersion", "5.1.2535.0"
0x1, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0002", "MatchingDeviceId", "sw\{eeab7790-c514-11d1-b42b-00805fc1270e}"
0x1, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0002", "DriverDesc", "WAN Miniport (L2TP)"
0x1, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0002", "NetCfgInstanceId", "{D08AA613-697E-49E2-826D-CDC6DA46A2EB}"
0x7, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0002\Linkage", "RootDevice", "{D08AA613-697E-49E2-826D-CDC6DA46A2EB}"
0x7, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0002\Linkage", "UpperBind", "NdisWan"
0x7, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0002\Linkage", "Export", "\Device\{D08AA613-697E-49E2-826D-CDC6DA46A2EB}"
0x1, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0002\Ndi", "Service", "AsyncMac"
0x1, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0002\Ndi\Interfaces", "UpperRange", "ndiswanasync"
0x1, "ControlSet001\Control\Class\{4D36E972-E325-11CE-BFC1-08002bE10318}\0002\Ndi\Interfaces", "LowerRange", "nolower"
; --- AsyncMac Device Class ---
0x1, "ControlSet001\Control\DeviceClasses\{ad498944-762f-11d0-8dcb-00c04fc3358c}\##?#SW#{eeab7790-c514-11d1-b42b-00805fc1270e}#asyncmac#{ad498944-762f-11d0-8dcb-00c04fc3358c}", "DeviceInstance", "SW\{eeab7790-c514-11d1-b42b-00805fc1270e}\asyncmac"
0x1, "ControlSet001\Control\DeviceClasses\{ad498944-762f-11d0-8dcb-00c04fc3358c}\##?#SW#{eeab7790-c514-11d1-b42b-00805fc1270e}#asyncmac#{ad498944-762f-11d0-8dcb-00c04fc3358c}\#{D08AA613-697E-49E2-826D-CDC6DA46A2EB}", "SymbolicLink", "\\?\SW#{eeab7790-c514-11d1-b42b-00805fc1270e}#asyncmac#{ad498944-762f-11d0-8dcb-00c04fc3358c}\{D08AA613-697E-49E2-826D-CDC6DA46A2EB}"
; --- AsyncMac SWENUM Entry ---
0x0, "ControlSet001\Services\swenum\Devices\{eeab7790-c514-11d1-b42b-00805fc1270e}\asyncmac\{ad498944-762f-11d0-8dcb-00c04fc3358c}"
;
0x0, "ControlSet001\Hardware Profiles\0001\System\CurrentControlSet\Enum\SW\{EEAB7790-C514-11D1-B42B-00805FC1270E}\ASYNCMAC"

[Software.AddReg]
0x0,"Microsoft\Windows\CurrentVersion\Telephony"
0x4,"Microsoft\Windows\CurrentVersion\Telephony","ndptspDebugLevel",0x0
0x4,"Microsoft\Windows\CurrentVersion\Telephony","KmddspDebugLevel",0x0
;
0x0,"Microsoft\Windows\CurrentVersion\Telephony\TAPI3"
0x1,"Microsoft\Windows\CurrentVersion\Telephony\TAPI3","",""
;
0x4, "Microsoft\Windows\CurrentVersion\Telephony", "Perf1", 0x5045524d
0x4, "Microsoft\Windows\CurrentVersion\Telephony", "Perf2", 0x50455247
0x1, "Microsoft\Windows\CurrentVersion\Telephony", "DomainName", ""
;
0x4,"Microsoft\Windows\CurrentVersion\Telephony\Providers","NumProviders",0x6
0x4,"Microsoft\Windows\CurrentVersion\Telephony\Providers","NextProviderID",0x7
0x4,"Microsoft\Windows\CurrentVersion\Telephony\Providers","ProviderID0",0x1
0x1,"Microsoft\Windows\CurrentVersion\Telephony\Providers","ProviderFileName0","unimdm.tsp"
0x4,"Microsoft\Windows\CurrentVersion\Telephony\Providers","ProviderID1",0x2
0x1,"Microsoft\Windows\CurrentVersion\Telephony\Providers","ProviderFileName1","kmddsp.tsp"
0x4,"Microsoft\Windows\CurrentVersion\Telephony\Providers","ProviderID2",0x3
0x1,"Microsoft\Windows\CurrentVersion\Telephony\Providers","ProviderFileName2","ndptsp.tsp"
0x4,"Microsoft\Windows\CurrentVersion\Telephony\Providers","ProviderID3",0x4
0x1,"Microsoft\Windows\CurrentVersion\Telephony\Providers","ProviderFileName3","ipconf.tsp"
0x4,"Microsoft\Windows\CurrentVersion\Telephony\Providers","ProviderID4",0x5
0x1,"Microsoft\Windows\CurrentVersion\Telephony\Providers","ProviderFileName4","h323.tsp"
0x4,"Microsoft\Windows\CurrentVersion\Telephony\Providers","ProviderID5",0x6
0x1,"Microsoft\Windows\CurrentVersion\Telephony\Providers","ProviderFileName5","hidphone.tsp"
;
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{214F4ACC-AE0B-4464-8405-07029003F8E2}", "Name", "Streaming Terminals"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{214F4ACC-AE0B-4464-8405-07029003F8E2}\{E2F7AEF7-4971-11D1-A671-006097C9A2E8}", "Name", "MediaStreaming Terminal"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{214F4ACC-AE0B-4464-8405-07029003F8E2}\{E2F7AEF7-4971-11D1-A671-006097C9A2E8}", "Company", "Microsoft"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{214F4ACC-AE0B-4464-8405-07029003F8E2}\{E2F7AEF7-4971-11D1-A671-006097C9A2E8}", "Version", "1.1"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{214F4ACC-AE0B-4464-8405-07029003F8E2}\{E2F7AEF7-4971-11D1-A671-006097C9A2E8}", "CLSID", "{AED6483F-3304-11D2-86F1-006008B0E5D2}"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{214F4ACC-AE0B-4464-8405-07029003F8E2}\{E2F7AEF7-4971-11D1-A671-006097C9A2E8}", "Directions", 0x00000003
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{214F4ACC-AE0B-4464-8405-07029003F8E2}\{E2F7AEF7-4971-11D1-A671-006097C9A2E8}", "MediaTypes", 0x00000008
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{714C6F8C-6244-4685-87B3-B91F3F9EADA7}", "Name", "Video Terminals"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{714C6F8C-6244-4685-87B3-B91F3F9EADA7}\{F7438990-D6EB-11D0-82A6-00AA00B5CA1B}", "Name", "VideoWindow Terminal"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{714C6F8C-6244-4685-87B3-B91F3F9EADA7}\{F7438990-D6EB-11D0-82A6-00AA00B5CA1B}", "Company", "Microsoft"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{714C6F8C-6244-4685-87B3-B91F3F9EADA7}\{F7438990-D6EB-11D0-82A6-00AA00B5CA1B}", "Version", "1.1"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{714C6F8C-6244-4685-87B3-B91F3F9EADA7}\{F7438990-D6EB-11D0-82A6-00AA00B5CA1B}", "CLSID", "{AED6483E-3304-11D2-86F1-006008B0E5D2}"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{714C6F8C-6244-4685-87B3-B91F3F9EADA7}\{F7438990-D6EB-11D0-82A6-00AA00B5CA1B}", "Directions", 0x00000002
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{714C6F8C-6244-4685-87B3-B91F3F9EADA7}\{F7438990-D6EB-11D0-82A6-00AA00B5CA1B}", "MediaTypes", 0x00008000
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{B4790031-56DB-4D3E-88C8-6FFAAFA08A91}", "Name", "File Terminals"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{B4790031-56DB-4D3E-88C8-6FFAAFA08A91}\{0CB9914C-79CD-47DC-ADB0-327F47CEFB20}", "Name", "File Playback Terminal"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{B4790031-56DB-4D3E-88C8-6FFAAFA08A91}\{0CB9914C-79CD-47DC-ADB0-327F47CEFB20}", "Company", "Microsoft"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{B4790031-56DB-4D3E-88C8-6FFAAFA08A91}\{0CB9914C-79CD-47DC-ADB0-327F47CEFB20}", "Version", "1.1"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{B4790031-56DB-4D3E-88C8-6FFAAFA08A91}\{0CB9914C-79CD-47DC-ADB0-327F47CEFB20}", "CLSID", "{4C8D0AF0-7BF0-4F33-9117-981A33DBD4E6}"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{B4790031-56DB-4D3E-88C8-6FFAAFA08A91}\{0CB9914C-79CD-47DC-ADB0-327F47CEFB20}", "Directions", 0x00000001
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{B4790031-56DB-4D3E-88C8-6FFAAFA08A91}\{0CB9914C-79CD-47DC-ADB0-327F47CEFB20}", "MediaTypes", 0x00010008
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{B4790031-56DB-4D3E-88C8-6FFAAFA08A91}\{521F3D06-C3D0-4511-8617-86B9A783DA77}", "Name", "File Record Terminal"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{B4790031-56DB-4D3E-88C8-6FFAAFA08A91}\{521F3D06-C3D0-4511-8617-86B9A783DA77}", "Company", "Microsoft"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{B4790031-56DB-4D3E-88C8-6FFAAFA08A91}\{521F3D06-C3D0-4511-8617-86B9A783DA77}", "Version", "1.1"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{B4790031-56DB-4D3E-88C8-6FFAAFA08A91}\{521F3D06-C3D0-4511-8617-86B9A783DA77}", "CLSID", "{B138E92F-F502-4ADC-89D9-134C8E580409}"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{B4790031-56DB-4D3E-88C8-6FFAAFA08A91}\{521F3D06-C3D0-4511-8617-86B9A783DA77}", "Directions", 0x00000002
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Terminal Manager\{B4790031-56DB-4D3E-88C8-6FFAAFA08A91}\{521F3D06-C3D0-4511-8617-86B9A783DA77}", "MediaTypes", 0x00010008
[Software.AddReg]
; -- TAPI3.DLL ---
0x1, "Classes\TAPI.TAPI", "", "TAPI Class"
0x1, "Classes\TAPI.TAPI\CurVer", "", "TAPI.TAPI.1"
0x1, "Classes\TAPI.TAPI.1", "", "TAPI Class"
0x1, "Classes\TAPI.TAPI.1\CLSID", "", "{21D6D48E-A88B-11D0-83DD-00AA003CCABD}"
0x1, "Classes\CLSID\{21D6D48E-A88B-11D0-83DD-00AA003CCABD}", "", "TAPI Class"
0x2, "Classes\CLSID\{21D6D48E-A88B-11D0-83DD-00AA003CCABD}\InprocServer32", "", "%SystemRoot%\System32\tapi3.dll"
0x1, "Classes\CLSID\{21D6D48E-A88B-11D0-83DD-00AA003CCABD}\InprocServer32", "ThreadingModel", "Both"
0x1, "Classes\CLSID\{21D6D48E-A88B-11D0-83DD-00AA003CCABD}\ProgID", "", "TAPI.TAPI.1"
0x1, "Classes\CLSID\{21D6D48E-A88B-11D0-83DD-00AA003CCABD}\VersionIndependentProgID", "", "TAPI.TAPI"
0x1, "Classes\CLSID\{AC48FFE0-F8C4-11d1-A030-00C04FB6809F}", "", "RequestMakeCall Class"
0x2, "Classes\CLSID\{AC48FFE0-F8C4-11d1-A030-00C04FB6809F}\InprocServer32", "", "%SystemRoot%\System32\tapi3.dll"
0x1, "Classes\CLSID\{AC48FFE0-F8C4-11d1-A030-00C04FB6809F}\InprocServer32", "ThreadingModel", "Both"
0x1, "Classes\CLSID\{AC48FFE0-F8C4-11d1-A030-00C04FB6809F}\ProgID", "", "RequestMakeCall.RequestMakeCall.1"
0x1, "Classes\CLSID\{AC48FFE0-F8C4-11d1-A030-00C04FB6809F}\VersionIndependentProgID", "", "RequestMakeCall.RequestMakeCall"
0x1, "Classes\CLSID\{E9225296-C759-11d1-A02B-00C04FB6809F}", "", "DispatchMapper Class"
0x2, "Classes\CLSID\{E9225296-C759-11d1-A02B-00C04FB6809F}\InprocServer32", "", "%SystemRoot%\System32\tapi3.dll"
0x1, "Classes\CLSID\{E9225296-C759-11d1-A02B-00C04FB6809F}\InprocServer32", "ThreadingModel", "Both"
0x1, "Classes\CLSID\{E9225296-C759-11d1-A02B-00C04FB6809F}\ProgID", "", "DispatchMapper.DispatchMapper.1"
0x1, "Classes\CLSID\{E9225296-C759-11d1-A02B-00C04FB6809F}\VersionIndependentProgID", "", "DispatchMapper.DispatchMapper"
;
0x1, "Classes\TypeLib\{21D6D480-A88B-11D0-83DD-00AA003CCABD}\1.0", "", "Microsoft TAPI 3.0 Type Library"
0x2, "Classes\TypeLib\{21D6D480-A88B-11D0-83DD-00AA003CCABD}\1.0\0\win32", "", "%SystemRoot%\System32\tapi3.dll"
0x1, "Classes\TypeLib\{21D6D480-A88B-11D0-83DD-00AA003CCABD}\1.0\FLAGS", "", "0"
0x2, "Classes\TypeLib\{21D6D480-A88B-11D0-83DD-00AA003CCABD}\1.0\HELPDIR", "", "%SystemRoot%\System32\"
;
0x1, "Classes\Interface\{359DDA6E-68CE-4383-BF0B-169133C41B46}", "", "ITTAPIObjectEvent2"
0x1, "Classes\Interface\{359DDA6E-68CE-4383-BF0B-169133C41B46}\ProxyStubClsid", "", "{00020424-0000-0000-C000-000000000046}"
0x1, "Classes\Interface\{359DDA6E-68CE-4383-BF0B-169133C41B46}\ProxyStubClsid32", "", "{00020424-0000-0000-C000-000000000046}"
0x1, "Classes\Interface\{359DDA6E-68CE-4383-BF0B-169133C41B46}\TypeLib", "", "{21D6D480-A88B-11D0-83DD-00AA003CCABD}"
0x1, "Classes\Interface\{359DDA6E-68CE-4383-BF0B-169133C41B46}\TypeLib", "Version", "1.0"
0x1, "Classes\Interface\{54FBDC8C-D90F-4DAD-9695-B373097F094B}", "", "ITTAPI2"
0x1, "Classes\Interface\{54FBDC8C-D90F-4DAD-9695-B373097F094B}\ProxyStubClsid", "", "{00020424-0000-0000-C000-000000000046}"
0x1, "Classes\Interface\{54FBDC8C-D90F-4DAD-9695-B373097F094B}\ProxyStubClsid32", "", "{00020424-0000-0000-C000-000000000046}"
0x1, "Classes\Interface\{54FBDC8C-D90F-4DAD-9695-B373097F094B}\TypeLib", "", "{21D6D480-A88B-11D0-83DD-00AA003CCABD}"
0x1, "Classes\Interface\{54FBDC8C-D90F-4DAD-9695-B373097F094B}\TypeLib", "Version", "1.0"
0x1, "Classes\Interface\{5AFC3154-4BCC-11D1-BF80-00805FC147D3}", "", "ITTAPICallCenter"
0x1, "Classes\Interface\{5AFC3154-4BCC-11D1-BF80-00805FC147D3}\ProxyStubClsid", "", "{00020424-0000-0000-C000-000000000046}"
0x1, "Classes\Interface\{5AFC3154-4BCC-11D1-BF80-00805FC147D3}\ProxyStubClsid32", "", "{00020424-0000-0000-C000-000000000046}"
0x1, "Classes\Interface\{5AFC3154-4BCC-11D1-BF80-00805FC147D3}\TypeLib", "", "{21D6D480-A88B-11D0-83DD-00AA003CCABD}"
0x1, "Classes\Interface\{5AFC3154-4BCC-11D1-BF80-00805FC147D3}\TypeLib", "Version", "1.0"
0x1, "Classes\Interface\{9F34325B-7E62-11D2-9457-00C04F8EC888}", "", "ITTAPIDispatchEventNotification"
0x1, "Classes\Interface\{9F34325B-7E62-11D2-9457-00C04F8EC888}\ProxyStubClsid", "", "{00020420-0000-0000-C000-000000000046}"
0x1, "Classes\Interface\{9F34325B-7E62-11D2-9457-00C04F8EC888}\ProxyStubClsid32", "", "{00020420-0000-0000-C000-000000000046}"
0x1, "Classes\Interface\{9F34325B-7E62-11D2-9457-00C04F8EC888}\TypeLib", "", "{21D6D480-A88B-11D0-83DD-00AA003CCABD}"
0x1, "Classes\Interface\{9F34325B-7E62-11D2-9457-00C04F8EC888}\TypeLib", "Version", "1.0"
0x1, "Classes\Interface\{B1EFC382-9355-11D0-835C-00AA003CCABD}", "", "ITTAPI"
0x1, "Classes\Interface\{B1EFC382-9355-11D0-835C-00AA003CCABD}\ProxyStubClsid", "", "{00020424-0000-0000-C000-000000000046}"
0x1, "Classes\Interface\{B1EFC382-9355-11D0-835C-00AA003CCABD}\ProxyStubClsid32", "", "{00020424-0000-0000-C000-000000000046}"
0x1, "Classes\Interface\{B1EFC382-9355-11D0-835C-00AA003CCABD}\TypeLib", "", "{21D6D480-A88B-11D0-83DD-00AA003CCABD}"
0x1, "Classes\Interface\{B1EFC382-9355-11D0-835C-00AA003CCABD}\TypeLib", "Version", "1.0"
0x1, "Classes\Interface\{EDDB9426-3B91-11D1-8F30-00C04FB6809F}", "", "ITTAPIEventNotification"
0x1, "Classes\Interface\{EDDB9426-3B91-11D1-8F30-00C04FB6809F}\ProxyStubClsid", "", "{00020424-0000-0000-C000-000000000046}"
0x1, "Classes\Interface\{EDDB9426-3B91-11D1-8F30-00C04FB6809F}\ProxyStubClsid32", "", "{00020424-0000-0000-C000-000000000046}"
0x1, "Classes\Interface\{EDDB9426-3B91-11D1-8F30-00C04FB6809F}\TypeLib", "", "{21D6D480-A88B-11D0-83DD-00AA003CCABD}"
0x1, "Classes\Interface\{EDDB9426-3B91-11D1-8F30-00C04FB6809F}\TypeLib", "Version", "1.0"
0x1, "Classes\Interface\{F4854D48-937A-11D1-BB58-00C04FB6809F}", "", "ITTAPIObjectEvent"
0x1, "Classes\Interface\{F4854D48-937A-11D1-BB58-00C04FB6809F}\ProxyStubClsid", "", "{00020424-0000-0000-C000-000000000046}"
0x1, "Classes\Interface\{F4854D48-937A-11D1-BB58-00C04FB6809F}\ProxyStubClsid32", "", "{00020424-0000-0000-C000-000000000046}"
0x1, "Classes\Interface\{F4854D48-937A-11D1-BB58-00C04FB6809F}\TypeLib", "", "{21D6D480-A88B-11D0-83DD-00AA003CCABD}"
0x1, "Classes\Interface\{F4854D48-937A-11D1-BB58-00C04FB6809F}\TypeLib", "Version", "1.0"
; -- DXMRTP.DLL --
0x1, "Classes\CLSID\{145CB377-E7BB-4ADF-BD42-A42304717EDE}", "", "TAPI H.26X Video Decoder"
0x2, "Classes\CLSID\{145CB377-E7BB-4ADF-BD42-A42304717EDE}\InprocServer32", "", "%SystemRoot%\System32\dxmrtp.dll"
0x1, "Classes\CLSID\{145CB377-E7BB-4ADF-BD42-A42304717EDE}\InprocServer32", "ThreadingModel", "Both"
0x1, "Classes\CLSID\{323CDF3C-0CCA-11D3-96E0-00104BC7B3A8}", "", "Tapi RTP Render Filter"
0x2, "Classes\CLSID\{323CDF3C-0CCA-11D3-96E0-00104BC7B3A8}\InprocServer32", "", "%SystemRoot%\System32\dxmrtp.dll"
0x1, "Classes\CLSID\{323CDF3C-0CCA-11D3-96E0-00104BC7B3A8}\InprocServer32", "ThreadingModel", "Both"
0x1, "Classes\CLSID\{44A3B142-CF81-42EA-B4D1-F43DD6F64ECE}", "", "Tapi Audio Render Filter"
0x2, "Classes\CLSID\{44A3B142-CF81-42EA-B4D1-F43DD6F64ECE}\InprocServer32", "", "%SystemRoot%\System32\dxmrtp.dll"
0x1, "Classes\CLSID\{44A3B142-CF81-42EA-B4D1-F43DD6F64ECE}\InprocServer32", "ThreadingModel", "Both"
0x1, "Classes\CLSID\{47A39F38-7F0F-4CE0-B788-D76B39FD6A4F}", "", "TAPI Video Capture"
0x2, "Classes\CLSID\{47A39F38-7F0F-4CE0-B788-D76B39FD6A4F}\InprocServer32", "", "%SystemRoot%\System32\dxmrtp.dll"
0x1, "Classes\CLSID\{47A39F38-7F0F-4CE0-B788-D76B39FD6A4F}\InprocServer32", "ThreadingModel", "Both"
0x1, "Classes\CLSID\{5467EDEC-0CCA-11D3-96E0-00104BC7B3A8}", "", "Tapi RTP Source Filter"
0x2, "Classes\CLSID\{5467EDEC-0CCA-11D3-96E0-00104BC7B3A8}\InprocServer32", "", "%SystemRoot%\System32\dxmrtp.dll"
0x1, "Classes\CLSID\{5467EDEC-0CCA-11D3-96E0-00104BC7B3A8}\InprocServer32", "ThreadingModel", "Both"
0x1, "Classes\CLSID\{581D09E5-0B45-11D3-A565-00C04F8EF6E3}", "", "Tapi Audio Capture Filter"
0x2, "Classes\CLSID\{581D09E5-0B45-11D3-A565-00C04F8EF6E3}\InprocServer32", "", "%SystemRoot%\System32\dxmrtp.dll"
0x1, "Classes\CLSID\{581D09E5-0B45-11D3-A565-00C04F8EF6E3}\InprocServer32", "ThreadingModel", "Both"
0x1, "Classes\CLSID\{613EBF9E-C765-446F-BF96-7728CE579282}", "", "TAPI audio duplex device controller"
0x2, "Classes\CLSID\{613EBF9E-C765-446F-BF96-7728CE579282}\InprocServer32", "", "%SystemRoot%\System32\dxmrtp.dll"
0x1, "Classes\CLSID\{613EBF9E-C765-446F-BF96-7728CE579282}\InprocServer32", "ThreadingModel", "Both"
0x1, "Classes\CLSID\{65439C20-604F-49CA-AA82-DC01A10AF171}", "", "Tapi Audio Decode Filter"
0x2, "Classes\CLSID\{65439C20-604F-49CA-AA82-DC01A10AF171}\InprocServer32", "", "%SystemRoot%\System32\dxmrtp.dll"
0x1, "Classes\CLSID\{65439C20-604F-49CA-AA82-DC01A10AF171}\InprocServer32", "ThreadingModel", "Both"
0x1, "Classes\CLSID\{8D5C6CB6-0B44-4A5A-B785-44C366D4E677}", "", "Tapi Audio Encoder Filter"
0x2, "Classes\CLSID\{8D5C6CB6-0B44-4A5A-B785-44C366D4E677}\InprocServer32", "", "%SystemRoot%\System32\dxmrtp.dll"
0x1, "Classes\CLSID\{8D5C6CB6-0B44-4A5A-B785-44C366D4E677}\InprocServer32", "ThreadingModel", "Both"
0x1, "Classes\CLSID\{AD4E63DA-C3EF-408F-8153-0FC7D5C29F72}", "", "Tapi Audio Mixer Filter"
0x2, "Classes\CLSID\{AD4E63DA-C3EF-408F-8153-0FC7D5C29F72}\InprocServer32", "", "%SystemRoot%\System32\dxmrtp.dll"
0x1, "Classes\CLSID\{AD4E63DA-C3EF-408F-8153-0FC7D5C29F72}\InprocServer32", "ThreadingModel", "Both"
0x1, "Classes\CLSID\{1DCD0710-0B41-11D3-A565-00C04F8EF6E3}", "", "codec handler"
0x2, "Classes\CLSID\{1DCD0710-0B41-11D3-A565-00C04F8EF6E3}\InprocServer32", "", "%SystemRoot%\System32\dxmrtp.dll"
0x1, "Classes\CLSID\{1DCD0710-0B41-11D3-A565-00C04F8EF6E3}\InprocServer32", "ThreadingModel", "Both"
0x1, "Classes\CLSID\{1DCD0711-0B41-11D3-A565-00C04F8EF6E3}", "", "DecodingHandler"
0x2, "Classes\CLSID\{1DCD0711-0B41-11D3-A565-00C04F8EF6E3}\InprocServer32", "", "%SystemRoot%\System32\dxmrtp.dll"
0x1, "Classes\CLSID\{1DCD0711-0B41-11D3-A565-00C04F8EF6E3}\InprocServer32", "ThreadingModel", "Both"
;
0x1, "Classes\CLSID\{CB632C76-8DD4-11D1-ADDF-0000F87734F0}", "", "TapiLocationInfo Class"
0x1, "Classes\Interface\{CB632C75-8DD4-11D1-ADDF-0000F87734F0}", "", "ITapiLocationInfo"
0x1, "Classes\Interface\{CB632C75-8DD4-11D1-ADDF-0000F87734F0}\ProxyStubClsid", "", "{00020424-0000-0000-C000-000000000046}"
0x1, "Classes\Interface\{CB632C75-8DD4-11D1-ADDF-0000F87734F0}\ProxyStubClsid32", "", "{00020424-0000-0000-C000-000000000046}"
0x1, "Classes\Interface\{CB632C75-8DD4-11D1-ADDF-0000F87734F0}\TypeLib", "", "{1E7949FA-86F4-11D1-ADD8-0000F87734F0}"
0x1, "Classes\Interface\{CB632C75-8DD4-11D1-ADDF-0000F87734F0}\TypeLib", "Version", "1.0"
; -- TERMINAL MANAGER ---
0x1, "Classes\CLSID\{7170F2E0-9BE3-11D0-A009-00AA00B605A4}", "", "TAPI3 Terminal Manager Class"
0x2, "Classes\CLSID\{7170F2E0-9BE3-11D0-A009-00AA00B605A4}\InprocServer32", "", "%SystemRoot%\System32\termmgr.dll"
0x1, "Classes\CLSID\{7170F2E0-9BE3-11D0-A009-00AA00B605A4}\InprocServer32", "ThreadingModel", "both"
0x1, "Classes\CLSID\{7170F2E0-9BE3-11D0-A009-00AA00B605A4}\ProgID", "", "termmgr.TerminalManager"
0x1, "Classes\CLSID\{7170F2E0-9BE3-11D0-A009-00AA00B605A4}\VersionIndependentProgID", "", "termmgr.TerminalManager"
0x1, "Classes\TypeLib\{28DCD85B-ACA4-11D0-A028-00AA00B605A4}\1.0", "", "TAPI3 Terminal Manager 1.0 Type Library"
0x2, "Classes\TypeLib\{28DCD85B-ACA4-11D0-A028-00AA00B605A4}\1.0\0\win32", "", "%SystemRoot%\System32\termmgr.dll"
0x1, "Classes\TypeLib\{28DCD85B-ACA4-11D0-A028-00AA00B605A4}\1.0\FLAGS", "", "0"
0x2, "Classes\TypeLib\{28DCD85B-ACA4-11D0-A028-00AA00B605A4}\1.0\HELPDIR", "", "%SystemRoot%\System32\"
[Software.AddReg.2600]
; -- AVTAPI.dll ---
0x1, "Classes\AVTapi.AVTapi", "", "Tapi 3.0 Dialer Class"
0x1, "Classes\AVTapi.AVTapi\CurVer", "", "AVTapi.AVTapi.1"
0x1, "Classes\AVTapi.AVTapi.1", "", "Tapi 3.0 Dialer Class"
0x1, "Classes\AVTapi.AVTapi.1\CLSID", "", "{FB2FF4EB-337E-11D1-9B37-00C04FB9514E}"
0x1, "Classes\CLSID\{FB2FF4EB-337E-11D1-9B37-00C04FB9514E}", "", "Tapi 3.0 Dialer Class"
0x2, "Classes\CLSID\{FB2FF4EB-337E-11D1-9B37-00C04FB9514E}\InprocServer32", "", "%SystemRoot%\System32\avtapi.dll"
0x1, "Classes\CLSID\{FB2FF4EB-337E-11D1-9B37-00C04FB9514E}\InprocServer32", "ThreadingModel", "Free"
0x1, "Classes\CLSID\{FB2FF4EB-337E-11D1-9B37-00C04FB9514E}\ProgID", "", "AVTapi.AVTapi.1"
0x1, "Classes\CLSID\{FB2FF4EB-337E-11D1-9B37-00C04FB9514E}\VersionIndependentProgID", "", "AVTapi.AVTapi"
0x1, "Classes\CLSID\{239A3C5E-8D41-11D1-B675-00C04FA3C554}", "", "AVGeneralNotification Class"
0x2, "Classes\CLSID\{239A3C5E-8D41-11D1-B675-00C04FA3C554}\InprocServer32", "", "%SystemRoot%\System32\avtapi.dll"
0x1, "Classes\CLSID\{239A3C5E-8D41-11D1-B675-00C04FA3C554}\InprocServer32", "ThreadingModel", "Free"
0x1, "Classes\CLSID\{239A3C5E-8D41-11D1-B675-00C04FA3C554}\ProgID", "", "AVGeneralNotification.AVGeneralNotification.1"
0x1, "Classes\CLSID\{239A3C5E-8D41-11D1-B675-00C04FA3C554}\VersionIndependentProgID", "", "AVGeneralNotification.AVGeneralNotification"
0x1, "Classes\CLSID\{47F410B9-5FA5-11D1-B647-00C04FA3C554}", "", "PageAddress Class"
0x2, "Classes\CLSID\{47F410B9-5FA5-11D1-B647-00C04FA3C554}\InprocServer32", "", "%SystemRoot%\System32\avtapi.dll"
0x1, "Classes\CLSID\{47F410B9-5FA5-11D1-B647-00C04FA3C554}\InprocServer32", "ThreadingModel", "Free"
0x1, "Classes\CLSID\{5B175DF9-6A86-11D1-B651-00C04FA3C554}", "", "PageTerminals Class"
0x2, "Classes\CLSID\{5B175DF9-6A86-11D1-B651-00C04FA3C554}\InprocServer32", "", "%SystemRoot%\System32\avtapi.dll"
0x1, "Classes\CLSID\{5B175DF9-6A86-11D1-B651-00C04FA3C554}\InprocServer32", "ThreadingModel", "Free"
[Software.AddReg]
;
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Locations","DisableCallWaiting0","*70,"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Locations","DisableCallWaiting1","70#,"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Locations","DisableCallWaiting2","1170,"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Locations","LocationListVersion", 0x00000002
; -- Localized telephony stuff --
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List","CountryListVersion", 0x00000110
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\1","Name","United States"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\1","NameResourceId", 0x00006979
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\1","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\1","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\1","LongDistanceRule"," N1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\1","InternationalRule","S011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\101","Name","Anguilla"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\101","NameResourceId", 0x000069dd
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\101","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\101","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\101","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\101","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\102","Name","Antigua and Barbuda"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\102","NameResourceId", 0x000069de
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\102","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\102","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\102","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\102","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\103","Name","Bahamas, The"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\103","NameResourceId", 0x000069df
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\103","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\103","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\103","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\103","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\104","Name","Barbados"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\104","NameResourceId", 0x000069e0
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\104","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\104","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\104","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\104","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\105","Name","Bermuda"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\105","NameResourceId", 0x000069e1
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\105","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\105","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\105","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\105","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\106","Name","Virgin Islands, British"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\106","NameResourceId", 0x000069e2
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\106","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\106","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\106","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\106","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\107","Name","Canada"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\107","NameResourceId", 0x000069e3
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\107","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\107","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\107","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\107","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\108","Name","Cayman Islands"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\108","NameResourceId", 0x000069e4
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\108","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\108","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\108","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\108","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\109","Name","Dominica"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\109","NameResourceId", 0x000069e5
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\109","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\109","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\109","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\109","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\110","Name","Dominican Republic"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\110","NameResourceId", 0x000069e6
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\110","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\110","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\110","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\110","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\111","Name","Grenada"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\111","NameResourceId", 0x000069e7
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\111","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\111","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\111","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\111","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\112","Name","Jamaica"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\112","NameResourceId", 0x000069e8
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\112","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\112","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\112","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\112","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\113","Name","Montserrat"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\113","NameResourceId", 0x000069e9
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\113","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\113","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\113","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\113","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\115","Name","St. Kitts and Nevis"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\115","NameResourceId", 0x000069eb
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\115","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\115","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\115","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\115","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\116","Name","St. Vincent and the Grenadines"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\116","NameResourceId", 0x000069ec
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\116","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\116","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\116","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\116","InternationalRule","0EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\117","Name","Trinidad and Tobago"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\117","NameResourceId", 0x000069ed
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\117","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\117","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\117","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\117","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\118","Name","Turks and Caicos Islands"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\118","NameResourceId", 0x000069ee
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\118","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\118","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\118","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\118","InternationalRule","0EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\121","Name","Puerto Rico"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\121","NameResourceId", 0x000069f1
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\121","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\121","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\121","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\121","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\122","Name","St. Lucia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\122","NameResourceId", 0x000069f2
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\122","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\122","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\122","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\122","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\123","Name","Virgin Islands"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\123","NameResourceId", 0x000069f3
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\123","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\123","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\123","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\123","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\124","Name","Guam"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\124","NameResourceId", 0x000069f4
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\124","CountryCode", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\124","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\124","LongDistanceRule"," 1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\124","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\20","Name","Egypt"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\20","NameResourceId", 0x0000698c
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\20","CountryCode", 0x00000014
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\20","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\20","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\20","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\212","Name","Morocco"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\212","NameResourceId", 0x00006a4c
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\212","CountryCode", 0x000000d4
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\212","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\212","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\212","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\213","Name","Algeria"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\213","NameResourceId", 0x00006a4d
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\213","CountryCode", 0x000000d5
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\213","SameAreaRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\213","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\213","InternationalRule","00,EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\216","Name","Tunisia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\216","NameResourceId", 0x00006a50
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\216","CountryCode", 0x000000d8
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\216","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\216","LongDistanceRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\216","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\218","Name","Libya"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\218","NameResourceId", 0x00006a52
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\218","CountryCode", 0x000000da
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\218","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\218","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\218","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\220","Name","Gambia, The"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\220","NameResourceId", 0x00006a54
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\220","CountryCode", 0x000000dc
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\220","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\220","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\220","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\221","Name","Senegal"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\221","NameResourceId", 0x00006a55
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\221","CountryCode", 0x000000dd
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\221","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\221","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\221","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\222","Name","Mauritania"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\222","NameResourceId", 0x00006a56
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\222","CountryCode", 0x000000de
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\222","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\222","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\222","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\223","Name","Mali"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\223","NameResourceId", 0x00006a57
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\223","CountryCode", 0x000000df
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\223","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\223","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\223","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\224","Name","Guinea"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\224","NameResourceId", 0x00006a58
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\224","CountryCode", 0x000000e0
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\224","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\224","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\224","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\225","Name","Cote d扞voire"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\225","NameResourceId", 0x00006a59
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\225","CountryCode", 0x000000e1
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\225","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\225","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\225","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\226","Name","Burkina Faso"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\226","NameResourceId", 0x00006a5a
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\226","CountryCode", 0x000000e2
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\226","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\226","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\226","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\227","Name","Niger"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\227","NameResourceId", 0x00006a5b
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\227","CountryCode", 0x000000e3
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\227","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\227","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\227","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\228","Name","Togo"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\228","NameResourceId", 0x00006a5c
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\228","CountryCode", 0x000000e4
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\228","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\228","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\228","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\229","Name","Benin"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\229","NameResourceId", 0x00006a5d
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\229","CountryCode", 0x000000e5
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\229","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\229","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\229","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\230","Name","Mauritius"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\230","NameResourceId", 0x00006a5e
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\230","CountryCode", 0x000000e6
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\230","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\230","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\230","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\231","Name","Liberia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\231","NameResourceId", 0x00006a5f
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\231","CountryCode", 0x000000e7
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\231","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\231","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\231","InternationalRule","0EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\232","Name","Sierra Leone"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\232","NameResourceId", 0x00006a60
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\232","CountryCode", 0x000000e8
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\232","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\232","LongDistanceRule","IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\232","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\233","Name","Ghana"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\233","NameResourceId", 0x00006a61
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\233","CountryCode", 0x000000e9
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\233","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\233","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\233","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\234","Name","Nigeria"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\234","NameResourceId", 0x00006a62
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\234","CountryCode", 0x000000ea
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\234","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\234","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\234","InternationalRule","009EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\235","Name","Chad"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\235","NameResourceId", 0x00006a63
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\235","CountryCode", 0x000000eb
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\235","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\235","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\235","InternationalRule","15EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\236","Name","Central African Republic"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\236","NameResourceId", 0x00006a64
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\236","CountryCode", 0x000000ec
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\236","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\236","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\236","InternationalRule","19EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\237","Name","Cameroon"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\237","NameResourceId", 0x00006a65
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\237","CountryCode", 0x000000ed
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\237","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\237","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\237","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\238","Name","Cape Verde"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\238","NameResourceId", 0x00006a66
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\238","CountryCode", 0x000000ee
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\238","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\238","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\238","InternationalRule","0EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\239","Name","Sao Tome and Principe"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\239","NameResourceId", 0x00006a67
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\239","CountryCode", 0x000000ef
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\239","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\239","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\239","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\240","Name","Equatorial Guinea"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\240","NameResourceId", 0x00006a68
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\240","CountryCode", 0x000000f0
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\240","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\240","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\240","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\241","Name","Gabon"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\241","NameResourceId", 0x00006a69
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\241","CountryCode", 0x000000f1
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\241","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\241","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\241","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\242","Name","Congo"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\242","NameResourceId", 0x00006a6a
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\242","CountryCode", 0x000000f2
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\242","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\242","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\242","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\243","Name","Congo (DRC)"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\243","NameResourceId", 0x00006a6b
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\243","CountryCode", 0x000000f3
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\243","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\243","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\243","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\244","Name","Angola"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\244","NameResourceId", 0x00006a6c
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\244","CountryCode", 0x000000f4
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\244","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\244","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\244","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\245","Name","Guinea-Bissau"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\245","NameResourceId", 0x00006a6d
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\245","CountryCode", 0x000000f5
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\245","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\245","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\245","InternationalRule","099EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\246","Name","Diego Garcia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\246","NameResourceId", 0x00006a6e
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\246","CountryCode", 0x000000f6
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\246","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\246","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\246","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\247","Name","Ascension Island"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\247","NameResourceId", 0x00006a6f
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\247","CountryCode", 0x000000f7
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\247","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\247","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\247","InternationalRule","01EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\248","Name","Seychelles"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\248","NameResourceId", 0x00006a70
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\248","CountryCode", 0x000000f8
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\248","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\248","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\248","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\249","Name","Sudan"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\249","NameResourceId", 0x00006a71
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\249","CountryCode", 0x000000f9
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\249","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\249","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\249","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\250","Name","Rwanda"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\250","NameResourceId", 0x00006a72
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\250","CountryCode", 0x000000fa
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\250","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\250","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\250","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\251","Name","Ethiopia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\251","NameResourceId", 0x00006a73
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\251","CountryCode", 0x000000fb
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\251","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\251","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\251","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\252","Name","Somalia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\252","NameResourceId", 0x00006a74
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\252","CountryCode", 0x000000fc
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\252","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\252","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\252","InternationalRule","19,EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\253","Name","Djibouti"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\253","NameResourceId", 0x00006a75
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\253","CountryCode", 0x000000fd
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\253","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\253","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\253","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\254","Name","Kenya"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\254","NameResourceId", 0x00006a76
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\254","CountryCode", 0x000000fe
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\254","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\254","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\254","InternationalRule","000EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\255","Name","Tanzania"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\255","NameResourceId", 0x00006a77
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\255","CountryCode", 0x000000ff
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\255","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\255","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\255","InternationalRule","000EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\256","Name","Uganda"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\256","NameResourceId", 0x00006a78
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\256","CountryCode", 0x00000100
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\256","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\256","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\256","InternationalRule","000EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\257","Name","Burundi"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\257","NameResourceId", 0x00006a79
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\257","CountryCode", 0x00000101
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\257","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\257","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\257","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\258","Name","Mozambique"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\258","NameResourceId", 0x00006a7a
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\258","CountryCode", 0x00000102
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\258","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\258","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\258","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\260","Name","Zambia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\260","NameResourceId", 0x00006a7c
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\260","CountryCode", 0x00000104
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\260","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\260","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\260","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\261","Name","Madagascar"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\261","NameResourceId", 0x00006a7d
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\261","CountryCode", 0x00000105
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\261","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\261","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\261","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\262","Name","Reunion"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\262","NameResourceId", 0x00006a7e
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\262","CountryCode", 0x00000106
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\262","SameAreaRule","0IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\262","LongDistanceRule","0IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\262","InternationalRule","00EFG"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\262","CountryGroup", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\263","Name","Zimbabwe"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\263","NameResourceId", 0x00006a7f
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\263","CountryCode", 0x00000107
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\263","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\263","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\263","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\264","Name","Namibia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\264","NameResourceId", 0x00006a80
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\264","CountryCode", 0x00000108
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\264","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\264","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\264","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\265","Name","Malawi"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\265","NameResourceId", 0x00006a81
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\265","CountryCode", 0x00000109
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\265","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\265","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\265","InternationalRule","101EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\266","Name","Lesotho"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\266","NameResourceId", 0x00006a82
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\266","CountryCode", 0x0000010a
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\266","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\266","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\266","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\267","Name","Botswana"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\267","NameResourceId", 0x00006a83
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\267","CountryCode", 0x0000010b
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\267","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\267","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\267","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\268","Name","Swaziland"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\268","NameResourceId", 0x00006a84
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\268","CountryCode", 0x0000010c
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\268","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\268","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\268","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\269","Name","Mayotte"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\269","NameResourceId", 0x00006a85
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\269","CountryCode", 0x0000010d
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\269","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\269","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\269","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\2691","Name","Comoros"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\2691","NameResourceId", 0x000073fb
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\2691","CountryCode", 0x0000010d
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\2691","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\2691","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\2691","InternationalRule","10EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\27","Name","South Africa"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\27","NameResourceId", 0x00006993
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\27","CountryCode", 0x0000001b
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\27","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\27","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\27","InternationalRule","09EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\290","Name","St. Helena"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\290","NameResourceId", 0x00006a9a
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\290","CountryCode", 0x00000122
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\290","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\290","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\290","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\291","Name","Eritrea"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\291","NameResourceId", 0x00006a9b
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\291","CountryCode", 0x00000123
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\291","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\291","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\291","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\297","Name","Aruba"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\297","NameResourceId", 0x00006aa1
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\297","CountryCode", 0x00000129
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\297","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\297","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\297","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\298","Name","Faroe Islands"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\298","NameResourceId", 0x00006aa2
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\298","CountryCode", 0x0000012a
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\298","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\298","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\298","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\299","Name","Greenland"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\299","NameResourceId", 0x00006aa3
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\299","CountryCode", 0x0000012b
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\299","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\299","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\299","InternationalRule","009EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\30","Name","Greece"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\30","NameResourceId", 0x00006996
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\30","CountryCode", 0x0000001e
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\30","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\30","LongDistanceRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\30","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\31","Name","Netherlands, The"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\31","NameResourceId", 0x00006997
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\31","CountryCode", 0x0000001f
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\31","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\31","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\31","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\32","Name","Belgium"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\32","NameResourceId", 0x00006998
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\32","CountryCode", 0x00000020
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\32","SameAreaRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\32","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\32","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\33","Name","France"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\33","NameResourceId", 0x00006999
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\33","CountryCode", 0x00000021
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\33","SameAreaRule","0IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\33","LongDistanceRule","0IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\33","InternationalRule","SEFG"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\33","CountryGroup", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\34","Name","Spain"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\34","NameResourceId", 0x0000699a
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\34","CountryCode", 0x00000022
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\34","SameAreaRule","IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\34","LongDistanceRule","IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\34","InternationalRule","00,EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\350","Name","Gibraltar"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\350","NameResourceId", 0x00006ad6
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\350","CountryCode", 0x0000015e
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\350","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\350","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\350","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\351","Name","Portugal"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\351","NameResourceId", 0x00006ad7
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\351","CountryCode", 0x0000015f
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\351","SameAreaRule","IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\351","LongDistanceRule","IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\351","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\352","Name","Luxembourg"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\352","NameResourceId", 0x00006ad8
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\352","CountryCode", 0x00000160
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\352","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\352","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\352","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\353","Name","Ireland"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\353","NameResourceId", 0x00006ad9
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\353","CountryCode", 0x00000161
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\353","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\353","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\353","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\354","Name","Iceland"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\354","NameResourceId", 0x00006ada
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\354","CountryCode", 0x00000162
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\354","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\354","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\354","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\355","Name","Albania"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\355","NameResourceId", 0x00006adb
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\355","CountryCode", 0x00000163
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\355","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\355","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\355","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\356","Name","Malta"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\356","NameResourceId", 0x00006adc
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\356","CountryCode", 0x00000164
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\356","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\356","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\356","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\357","Name","Cyprus"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\357","NameResourceId", 0x00006add
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\357","CountryCode", 0x00000165
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\357","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\357","LongDistanceRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\357","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\358","Name","Finland"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\358","NameResourceId", 0x00006ade
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\358","CountryCode", 0x00000166
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\358","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\358","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\358","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\359","Name","Bulgaria"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\359","NameResourceId", 0x00006adf
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\359","CountryCode", 0x00000167
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\359","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\359","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\359","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\36","Name","Hungary"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\36","NameResourceId", 0x0000699c
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\36","CountryCode", 0x00000024
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\36","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\36","LongDistanceRule"," 06,FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\36","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\370","Name","Lithuania"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\370","NameResourceId", 0x00006aea
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\370","CountryCode", 0x00000172
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\370","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\370","LongDistanceRule"," 8WFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\370","InternationalRule","8W10EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\371","Name","Latvia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\371","NameResourceId", 0x00006aeb
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\371","CountryCode", 0x00000173
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\371","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\371","LongDistanceRule"," 8,FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\371","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\372","Name","Estonia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\372","NameResourceId", 0x00006aec
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\372","CountryCode", 0x00000174
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\372","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\372","LongDistanceRule"," 0IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\372","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\373","Name","Moldova"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\373","NameResourceId", 0x00006aed
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\373","CountryCode", 0x00000175
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\373","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\373","LongDistanceRule"," 8WFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\373","InternationalRule","8W10EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\374","Name","Armenia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\374","NameResourceId", 0x00006aee
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\374","CountryCode", 0x00000176
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\374","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\374","LongDistanceRule"," 0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\374","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\375","Name","Belarus"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\375","NameResourceId", 0x00006aef
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\375","CountryCode", 0x00000177
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\375","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\375","LongDistanceRule"," 8WFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\375","InternationalRule","8W10EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\376","Name","Andorra"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\376","NameResourceId", 0x00006af0
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\376","CountryCode", 0x00000178
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\376","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\376","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\376","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\377","Name","Monaco"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\377","NameResourceId", 0x00006af1
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\377","CountryCode", 0x00000179
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\377","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\377","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\377","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\378","Name","San Marino"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\378","NameResourceId", 0x00006af2
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\378","CountryCode", 0x0000017a
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\378","SameAreaRule","IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\378","LongDistanceRule","IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\378","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\379","Name","Vatican City"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\379","NameResourceId", 0x00006af3
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\379","CountryCode", 0x00000027
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\379","SameAreaRule","IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\379","LongDistanceRule","IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\379","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\380","Name","Ukraine"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\380","NameResourceId", 0x00006af4
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\380","CountryCode", 0x0000017c
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\380","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\380","LongDistanceRule"," 8WFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\380","InternationalRule","8W10EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\381","Name","Yugoslavia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\381","NameResourceId", 0x00006af5
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\381","CountryCode", 0x0000017d
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\381","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\381","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\381","InternationalRule","99EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\385","Name","Croatia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\385","NameResourceId", 0x00006af9
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\385","CountryCode", 0x00000181
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\385","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\385","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\385","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\386","Name","Slovenia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\386","NameResourceId", 0x00006afa
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\386","CountryCode", 0x00000182
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\386","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\386","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\386","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\387","Name","Bosnia and Herzegovina"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\387","NameResourceId", 0x00006afb
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\387","CountryCode", 0x00000183
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\387","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\387","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\387","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\389","Name","Macedonia, Former Yugoslav Republic of"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\389","NameResourceId", 0x00006afd
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\389","CountryCode", 0x00000185
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\389","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\389","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\389","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\39","Name","Italy"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\39","NameResourceId", 0x0000699f
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\39","CountryCode", 0x00000027
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\39","SameAreaRule","IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\39","LongDistanceRule","IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\39","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\40","Name","Romania"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\40","NameResourceId", 0x000069a0
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\40","CountryCode", 0x00000028
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\40","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\40","LongDistanceRule"," 0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\40","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\41","Name","Switzerland"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\41","NameResourceId", 0x000069a1
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\41","CountryCode", 0x00000029
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\41","SameAreaRule","N0IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\41","LongDistanceRule","N0IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\41","InternationalRule","S00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\420","Name","Czech Republic"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\420","NameResourceId", 0x00006b1c
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\420","CountryCode", 0x000001a4
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\420","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\420","LongDistanceRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\420","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\421","Name","Slovakia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\421","NameResourceId", 0x00006b1d
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\421","CountryCode", 0x000001a5
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\421","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\421","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\421","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\423","Name","Liechtenstein"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\423","NameResourceId", 0x00006b1f
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\423","CountryCode", 0x000001a7
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\423","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\423","LongDistanceRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\423","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\43","Name","Austria"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\43","NameResourceId", 0x000069a3
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\43","CountryCode", 0x0000002b
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\43","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\43","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\43","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\44","Name","United Kingdom"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\44","NameResourceId", 0x000069a4
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\44","CountryCode", 0x0000002c
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\44","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\44","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\44","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\45","Name","Denmark"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\45","NameResourceId", 0x000069a5
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\45","CountryCode", 0x0000002d
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\45","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\45","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\45","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\46","Name","Sweden"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\46","NameResourceId", 0x000069a6
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\46","CountryCode", 0x0000002e
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\46","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\46","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\46","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\47","Name","Norway"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\47","NameResourceId", 0x000069a7
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\47","CountryCode", 0x0000002f
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\47","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\47","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\47","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\48","Name","Poland"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\48","NameResourceId", 0x000069a8
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\48","CountryCode", 0x00000030
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\48","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\48","LongDistanceRule","0LFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\48","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\49","Name","Germany"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\49","NameResourceId", 0x000069a9
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\49","CountryCode", 0x00000031
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\49","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\49","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\49","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\500","Name","Falkland Islands (Islas Malvinas)"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\500","NameResourceId", 0x00006b6c
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\500","CountryCode", 0x000001f4
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\500","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\500","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\500","InternationalRule","0EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\501","Name","Belize"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\501","NameResourceId", 0x00006b6d
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\501","CountryCode", 0x000001f5
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\501","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\501","LongDistanceRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\501","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\502","Name","Guatemala"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\502","NameResourceId", 0x00006b6e
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\502","CountryCode", 0x000001f6
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\502","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\502","LongDistanceRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\502","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\503","Name","El Salvador"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\503","NameResourceId", 0x00006b6f
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\503","CountryCode", 0x000001f7
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\503","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\503","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\503","InternationalRule","0EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\504","Name","Honduras"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\504","NameResourceId", 0x00006b70
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\504","CountryCode", 0x000001f8
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\504","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\504","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\504","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\505","Name","Nicaragua"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\505","NameResourceId", 0x00006b71
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\505","CountryCode", 0x000001f9
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\505","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\505","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\505","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\506","Name","Costa Rica"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\506","NameResourceId", 0x00006b72
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\506","CountryCode", 0x000001fa
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\506","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\506","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\506","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\507","Name","Panama"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\507","NameResourceId", 0x00006b73
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\507","CountryCode", 0x000001fb
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\507","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\507","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\507","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\508","Name","St. Pierre and Miquelon"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\508","NameResourceId", 0x00006b74
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\508","CountryCode", 0x000001fc
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\508","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\508","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\508","InternationalRule","00,EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\509","Name","Haiti"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\509","NameResourceId", 0x00006b75
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\509","CountryCode", 0x000001fd
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\509","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\509","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\509","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\51","Name","Peru"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\51","NameResourceId", 0x000069ab
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\51","CountryCode", 0x00000033
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\51","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\51","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\51","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\52","Name","Mexico"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\52","NameResourceId", 0x000069ac
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\52","CountryCode", 0x00000034
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\52","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\52","LongDistanceRule"," 01FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\52","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\53","Name","Cuba"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\53","NameResourceId", 0x000069ad
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\53","CountryCode", 0x00000035
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\53","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\53","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\53","InternationalRule","119EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\5399","Name","Guantanamo Bay"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\5399","NameResourceId", 0x00007e8f
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\5399","CountryCode", 0x00000035
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\5399","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\5399","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\5399","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\54","Name","Argentina"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\54","NameResourceId", 0x000069ae
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\54","CountryCode", 0x00000036
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\54","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\54","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\54","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\55","Name","Brazil"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\55","NameResourceId", 0x000069af
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\55","CountryCode", 0x00000037
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\55","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\55","LongDistanceRule","0LFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\55","InternationalRule","00MEFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\56","Name","Chile"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\56","NameResourceId", 0x000069b0
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\56","CountryCode", 0x00000038
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\56","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\56","LongDistanceRule","FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\56","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\57","Name","Colombia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\57","NameResourceId", 0x000069b1
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\57","CountryCode", 0x00000039
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\57","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\57","LongDistanceRule","09FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\57","InternationalRule","009EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\58","Name","Venezuela"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\58","NameResourceId", 0x000069b2
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\58","CountryCode", 0x0000003a
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\58","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\58","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\58","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\590","Name","Guadeloupe"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\590","NameResourceId", 0x00006bc6
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\590","CountryCode", 0x0000024e
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\590","SameAreaRule","0IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\590","LongDistanceRule","0IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\590","InternationalRule","00,EFG"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\590","CountryGroup", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\5901","Name","French Antilles"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\5901","NameResourceId", 0x00008085
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\5901","CountryCode", 0x0000024e
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\5901","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\5901","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\5901","InternationalRule","00,EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\591","Name","Bolivia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\591","NameResourceId", 0x00006bc7
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\591","CountryCode", 0x0000024f
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\591","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\591","LongDistanceRule","0NFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\591","InternationalRule","00SEFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\592","Name","Guyana"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\592","NameResourceId", 0x00006bc8
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\592","CountryCode", 0x00000250
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\592","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\592","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\592","InternationalRule","001EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\593","Name","Ecuador"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\593","NameResourceId", 0x00006bc9
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\593","CountryCode", 0x00000251
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\593","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\593","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\593","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\594","Name","French Guiana"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\594","NameResourceId", 0x00006bca
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\594","CountryCode", 0x00000252
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\594","SameAreaRule","0IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\594","LongDistanceRule","0IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\594","InternationalRule","00,EFG"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\594","CountryGroup", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\595","Name","Paraguay"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\595","NameResourceId", 0x00006bcb
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\595","CountryCode", 0x00000253
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\595","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\595","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\595","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\596","Name","Martinique"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\596","NameResourceId", 0x00006bcc
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\596","CountryCode", 0x00000254
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\596","SameAreaRule","0IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\596","LongDistanceRule","0IG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\596","InternationalRule","00,EFG"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\596","CountryGroup", 0x00000001
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\597","Name","Suriname"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\597","NameResourceId", 0x00006bcd
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\597","CountryCode", 0x00000255
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\597","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\597","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\597","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\598","Name","Uruguay"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\598","NameResourceId", 0x00006bce
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\598","CountryCode", 0x00000256
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\598","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\598","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\598","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\599","Name","Netherlands Antilles"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\599","NameResourceId", 0x00006bcf
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\599","CountryCode", 0x00000257
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\599","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\599","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\599","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\60","Name","Malaysia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\60","NameResourceId", 0x000069b4
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\60","CountryCode", 0x0000003c
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\60","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\60","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\60","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\61","Name","Australia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\61","NameResourceId", 0x000069b5
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\61","CountryCode", 0x0000003d
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\61","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\61","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\61","InternationalRule","0011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\6101","Name","Cocos (Keeling) Islands"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\6101","NameResourceId", 0x0000814d
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\6101","CountryCode", 0x0000003d
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\6101","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\6101","LongDistanceRule"," 0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\6101","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\62","Name","Indonesia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\62","NameResourceId", 0x000069b6
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\62","CountryCode", 0x0000003e
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\62","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\62","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\62","InternationalRule","001EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\63","Name","Philippines"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\63","NameResourceId", 0x000069b7
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\63","CountryCode", 0x0000003f
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\63","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\63","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\63","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\64","Name","New Zealand"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\64","NameResourceId", 0x000069b8
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\64","CountryCode", 0x00000040
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\64","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\64","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\64","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\65","Name","Singapore"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\65","NameResourceId", 0x000069b9
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\65","CountryCode", 0x00000041
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\65","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\65","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\65","InternationalRule","001EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\66","Name","Thailand"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\66","NameResourceId", 0x000069ba
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\66","CountryCode", 0x00000042
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\66","SameAreaRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\66","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\66","InternationalRule","001EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\670","Name","East Timor"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\670","NameResourceId", 0x00006c16
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\670","CountryCode", 0x0000029e
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\670","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\670","LongDistanceRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\670","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\672","Name","Norfolk Island"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\672","NameResourceId", 0x00006c18
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\672","CountryCode", 0x000002a0
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\672","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\672","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\672","InternationalRule","0101EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\673","Name","Brunei"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\673","NameResourceId", 0x00006c19
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\673","CountryCode", 0x000002a1
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\673","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\673","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\673","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\674","Name","Nauru"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\674","NameResourceId", 0x00006c1a
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\674","CountryCode", 0x000002a2
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\674","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\674","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\674","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\675","Name","Papua New Guinea"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\675","NameResourceId", 0x00006c1b
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\675","CountryCode", 0x000002a3
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\675","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\675","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\675","InternationalRule","05EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\676","Name","Tonga"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\676","NameResourceId", 0x00006c1c
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\676","CountryCode", 0x000002a4
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\676","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\676","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\676","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\677","Name","Solomon Islands"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\677","NameResourceId", 0x00006c1d
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\677","CountryCode", 0x000002a5
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\677","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\677","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\677","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\678","Name","Vanuatu"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\678","NameResourceId", 0x00006c1e
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\678","CountryCode", 0x000002a6
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\678","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\678","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\678","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\679","Name","Fiji Islands"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\679","NameResourceId", 0x00006c1f
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\679","CountryCode", 0x000002a7
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\679","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\679","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\679","InternationalRule","05EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\680","Name","Palau"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\680","NameResourceId", 0x00006c20
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\680","CountryCode", 0x000002a8
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\680","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\680","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\680","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\681","Name","Wallis and Futuna"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\681","NameResourceId", 0x00006c21
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\681","CountryCode", 0x000002a9
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\681","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\681","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\681","InternationalRule","00,EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\682","Name","Cook Islands"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\682","NameResourceId", 0x00006c22
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\682","CountryCode", 0x000002aa
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\682","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\682","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\682","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\683","Name","Niue"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\683","NameResourceId", 0x00006c23
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\683","CountryCode", 0x000002ab
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\683","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\683","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\683","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\684","Name","American Samoa"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\684","NameResourceId", 0x00006c24
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\684","CountryCode", 0x000002ac
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\684","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\684","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\684","InternationalRule","1EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\685","Name","Samoa"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\685","NameResourceId", 0x00006c25
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\685","CountryCode", 0x000002ad
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\685","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\685","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\685","InternationalRule","0EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\686","Name","Kiribati"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\686","NameResourceId", 0x00006c26
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\686","CountryCode", 0x000002ae
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\686","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\686","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\686","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\687","Name","New Caledonia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\687","NameResourceId", 0x00006c27
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\687","CountryCode", 0x000002af
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\687","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\687","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\687","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\688","Name","Tuvalu"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\688","NameResourceId", 0x00006c28
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\688","CountryCode", 0x000002b0
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\688","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\688","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\688","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\689","Name","French Polynesia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\689","NameResourceId", 0x00006c29
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\689","CountryCode", 0x000002b1
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\689","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\689","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\689","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\690","Name","Tokelau"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\690","NameResourceId", 0x00006c2a
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\690","CountryCode", 0x000002b2
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\690","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\690","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\690","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\691","Name","Micronesia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\691","NameResourceId", 0x00006c2b
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\691","CountryCode", 0x000002b3
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\691","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\691","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\691","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\692","Name","Marshall Islands"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\692","NameResourceId", 0x00006c2c
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\692","CountryCode", 0x000002b4
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\692","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\692","LongDistanceRule","1FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\692","InternationalRule","011EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\7","Name","Russia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\7","NameResourceId", 0x0000697f
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\7","CountryCode", 0x00000007
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\7","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\7","LongDistanceRule"," 8WFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\7","InternationalRule","8W10EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\705","Name","Kazakhstan"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\705","NameResourceId", 0x00006c39
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\705","CountryCode", 0x00000007
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\705","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\705","LongDistanceRule"," 8WFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\705","InternationalRule","8W10EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\800","Name","International Freephone Service"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\800","NameResourceId", 0x00006c98
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\800","CountryCode", 0x00000320
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\800","SameAreaRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\800","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\800","InternationalRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\81","Name","Japan"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\81","NameResourceId", 0x000069c9
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\81","CountryCode", 0x00000051
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\81","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\81","LongDistanceRule","N0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\81","InternationalRule","S010EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\82","Name","Korea"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\82","NameResourceId", 0x000069ca
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\82","CountryCode", 0x00000052
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\82","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\82","LongDistanceRule","N0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\82","InternationalRule","SEFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\84","Name","Viet Nam"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\84","NameResourceId", 0x000069cc
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\84","CountryCode", 0x00000054
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\84","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\84","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\84","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\850","Name","North Korea"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\850","NameResourceId", 0x00006cca
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\850","CountryCode", 0x00000352
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\850","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\850","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\850","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\852","Name","Hong Kong SAR"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\852","NameResourceId", 0x00006ccc
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\852","CountryCode", 0x00000354
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\852","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\852","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\852","InternationalRule","001EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\853","Name","Macau SAR"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\853","NameResourceId", 0x00006ccd
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\853","CountryCode", 0x00000355
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\853","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\853","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\853","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\855","Name","Cambodia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\855","NameResourceId", 0x00006ccf
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\855","CountryCode", 0x00000357
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\855","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\855","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\855","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\856","Name","Laos"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\856","NameResourceId", 0x00006cd0
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\856","CountryCode", 0x00000358
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\856","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\856","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\856","InternationalRule","14EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\86","Name","China"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\86","NameResourceId", 0x000069ce
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\86","CountryCode", 0x00000056
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\86","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\86","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\86","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\870","Name","INMARSAT"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\870","NameResourceId", 0x00006cde
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\870","CountryCode", 0x00000366
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\870","SameAreaRule","00EFG#"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\870","LongDistanceRule","00EFG#"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\870","InternationalRule","00EFG#"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\871","Name","INMARSAT (Atlantic-East)"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\871","NameResourceId", 0x00006cdf
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\871","CountryCode", 0x00000367
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\871","SameAreaRule","00EFG#"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\871","LongDistanceRule","00EFG#"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\871","InternationalRule","00EFG#"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\872","Name","INMARSAT (Pacific)"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\872","NameResourceId", 0x00006ce0
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\872","CountryCode", 0x00000368
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\872","SameAreaRule","00EFG#"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\872","LongDistanceRule","00EFG#"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\872","InternationalRule","00EFG#"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\873","Name","INMARSAT (Indian)"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\873","NameResourceId", 0x00006ce1
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\873","CountryCode", 0x00000369
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\873","SameAreaRule","00EFG#"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\873","LongDistanceRule","00EFG#"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\873","InternationalRule","00EFG#"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\874","Name","INMARSAT (Atlantic-West)"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\874","NameResourceId", 0x00006ce2
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\874","CountryCode", 0x0000036a
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\874","SameAreaRule","00EFG#"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\874","LongDistanceRule","00EFG#"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\874","InternationalRule","00EFG#"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\880","Name","Bangladesh"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\880","NameResourceId", 0x00006ce8
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\880","CountryCode", 0x00000370
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\880","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\880","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\880","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\886","Name","Taiwan"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\886","NameResourceId", 0x00006cee
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\886","CountryCode", 0x00000376
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\886","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\886","LongDistanceRule","0NFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\886","InternationalRule","002SEFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\90","Name","Turkey"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\90","NameResourceId", 0x000069d2
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\90","CountryCode", 0x0000005a
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\90","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\90","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\90","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\91","Name","India"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\91","NameResourceId", 0x000069d3
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\91","CountryCode", 0x0000005b
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\91","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\91","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\91","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\92","Name","Pakistan"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\92","NameResourceId", 0x000069d4
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\92","CountryCode", 0x0000005c
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\92","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\92","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\92","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\93","Name","Afghanistan"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\93","NameResourceId", 0x000069d5
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\93","CountryCode", 0x0000005d
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\93","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\93","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\93","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\94","Name","Sri Lanka"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\94","NameResourceId", 0x000069d6
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\94","CountryCode", 0x0000005e
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\94","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\94","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\94","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\95","Name","Myanmar"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\95","NameResourceId", 0x000069d7
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\95","CountryCode", 0x0000005f
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\95","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\95","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\95","InternationalRule","0EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\960","Name","Maldives"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\960","NameResourceId", 0x00006d38
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\960","CountryCode", 0x000003c0
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\960","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\960","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\960","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\961","Name","Lebanon"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\961","NameResourceId", 0x00006d39
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\961","CountryCode", 0x000003c1
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\961","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\961","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\961","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\962","Name","Jordan"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\962","NameResourceId", 0x00006d3a
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\962","CountryCode", 0x000003c2
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\962","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\962","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\962","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\963","Name","Syria"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\963","NameResourceId", 0x00006d3b
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\963","CountryCode", 0x000003c3
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\963","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\963","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\963","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\964","Name","Iraq"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\964","NameResourceId", 0x00006d3c
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\964","CountryCode", 0x000003c4
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\964","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\964","LongDistanceRule","FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\964","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\965","Name","Kuwait"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\965","NameResourceId", 0x00006d3d
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\965","CountryCode", 0x000003c5
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\965","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\965","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\965","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\966","Name","Saudi Arabia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\966","NameResourceId", 0x00006d3e
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\966","CountryCode", 0x000003c6
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\966","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\966","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\966","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\967","Name","Yemen"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\967","NameResourceId", 0x00006d3f
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\967","CountryCode", 0x000003c7
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\967","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\967","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\967","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\968","Name","Oman"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\968","NameResourceId", 0x00006d40
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\968","CountryCode", 0x000003c8
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\968","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\968","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\968","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\971","Name","United Arab Emirates"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\971","NameResourceId", 0x00006d43
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\971","CountryCode", 0x000003cb
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\971","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\971","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\971","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\972","Name","Israel"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\972","NameResourceId", 0x00006d44
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\972","CountryCode", 0x000003cc
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\972","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\972","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\972","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\973","Name","Bahrain"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\973","NameResourceId", 0x00006d45
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\973","CountryCode", 0x000003cd
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\973","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\973","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\973","InternationalRule","0EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\974","Name","Qatar"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\974","NameResourceId", 0x00006d46
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\974","CountryCode", 0x000003ce
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\974","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\974","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\974","InternationalRule","0EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\975","Name","Bhutan"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\975","NameResourceId", 0x00006d47
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\975","CountryCode", 0x000003cf
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\975","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\975","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\975","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\976","Name","Mongolia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\976","NameResourceId", 0x00006d48
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\976","CountryCode", 0x000003d0
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\976","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\976","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\976","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\977","Name","Nepal"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\977","NameResourceId", 0x00006d49
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\977","CountryCode", 0x000003d1
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\977","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\977","LongDistanceRule",""
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\977","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\98","Name","Iran"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\98","NameResourceId", 0x000069da
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\98","CountryCode", 0x00000062
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\98","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\98","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\98","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\992","Name","Tajikistan"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\992","NameResourceId", 0x00006d58
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\992","CountryCode", 0x000003e0
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\992","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\992","LongDistanceRule"," 8WFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\992","InternationalRule","8W10EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\993","Name","Turkmenistan"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\993","NameResourceId", 0x00006d59
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\993","CountryCode", 0x000003e1
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\993","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\993","LongDistanceRule"," 8WFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\993","InternationalRule","8W10EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\994","Name","Azerbaijan"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\994","NameResourceId", 0x00006d5a
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\994","CountryCode", 0x000003e2
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\994","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\994","LongDistanceRule"," 8WFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\994","InternationalRule","8W10EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\995","Name","Georgia"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\995","NameResourceId", 0x00006d5b
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\995","CountryCode", 0x000003e3
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\995","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\995","LongDistanceRule"," 8WFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\995","InternationalRule","8W10EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\996","Name","Kyrgyzstan"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\996","NameResourceId", 0x00006d5c
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\996","CountryCode", 0x000003e4
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\996","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\996","LongDistanceRule","0FG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\996","InternationalRule","00EFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\998","Name","Uzbekistan"
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\998","NameResourceId", 0x00006d5e
0x4, "Microsoft\Windows\CurrentVersion\Telephony\Country List\998","CountryCode", 0x000003e6
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\998","SameAreaRule","G"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\998","LongDistanceRule"," 8WFG"
0x1, "Microsoft\Windows\CurrentVersion\Telephony\Country List\998","InternationalRule","8W10EFG"

[Default.AddReg]
;
; export here "Software\Microsoft\Windows\CurrentVersion\Telephony\Cards";
;
0x1, "Software\Microsoft\Windows\CurrentVersion\Telephony\HandoffPriorities", "RequestMakeCall", "DIALER.EXE"
0x1, "Software\Microsoft\Windows\CurrentVersion\Telephony\HandoffPriorities\MediaModes", "2", "CDLL"
0x1, "Software\Microsoft\Windows\CurrentVersion\Telephony\HandoffPriorities\MediaModes", "16", "CDLL"
;-----------------------
; XPE and Nu2Menu MENUS
;-----------------------

[Append]
nu2menu.xml, ras_nu2menu.xml

作者: pho    时间: 2004-12-17 08:06
标题: 如何用pebuilder使用xpe制作win pe的外壳
files\*netcfg*.exe=2,netcfg.exe,1
这句话是什么意思?
作者: pho    时间: 2004-12-17 12:50
标题: 如何用pebuilder使用xpe制作win pe的外壳
在WINPE中安装了erd2003插件,运行修改用户密码程序,出现错误提示:
没有选择操作系统,请注销并选择一个操作系统
这是什么原因?
作者: eric917    时间: 2004-12-17 16:18
标题: 如何用pebuilder使用xpe制作win pe的外壳
把netcfg.exe拷到你的system32目录下就是了

你是在虚拟机里测试吗?ERD我也没有怎样研究,在启动光盘完全手册里面有文章详细介绍的,你去看看,好像是要先选好一个操作系统,才能使用的
作者: pho    时间: 2004-12-17 17:58
标题: 如何用pebuilder使用xpe制作win pe的外壳
我想尽可能多的集成网卡驱动程序,但不知道win pe里集成了哪些网卡驱动程序,有什么办法可以知道win pe里集成了哪些网卡驱动程序吗?
作者: pho    时间: 2004-12-19 14:17
标题: 如何用pebuilder使用xpe制作win pe的外壳
集成的ERD只有一个修改密码的命令,不象ERD的光盘,启动后可以选择操作系统,集成的ERD 2003插件,如何选择操作系统啊?
作者: de-angle    时间: 2004-12-24 18:37
标题: 如何用pebuilder使用xpe制作win pe的外壳
我想请教一下适不适合笔记本啊
作者: pho    时间: 2004-12-24 20:55
标题: 如何用pebuilder使用xpe制作win pe的外壳
没有笔记本,所以没试过




欢迎光临 无忧启动论坛 (http://bbs.wuyou.net/) Powered by Discuz! X3.3