blob: d3c0fdd8ab2f9c531e6d5ccec1f8af3129020bb5 [file] [log] [blame]
Alexandre Julliard299d5592004-02-27 22:04:55 +00001;; .INF script for the basic Wine configuration
2;;
3;; This should be run through setupapi:
4;; rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 wine.inf
5;;
6;; Copyright (C) 2004 Chris Morgan
7;; Copyright (C) 2004 Brian Vincent
8;; Copyright (C) 2004 Alexandre Julliard
9;;
10;; This library is free software; you can redistribute it and/or
11;; modify it under the terms of the GNU Lesser General Public
12;; License as published by the Free Software Foundation; either
13;; version 2.1 of the License, or (at your option) any later version.
14;;
15;; This library is distributed in the hope that it will be useful,
16;; but WITHOUT ANY WARRANTY; without even the implied warranty of
17;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18;; Lesser General Public License for more details.
19;;
20;; You should have received a copy of the GNU Lesser General Public
21;; License along with this library; if not, write to the Free Software
22;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23;;
24
25[version]
26signature="$CHICAGO$"
27
28[DefaultInstall]
29RegisterDlls=RegisterDllsSection
30UpdateInis=SystemIni
31AddReg=\
32 Classes,\
Juan Lang27712182005-04-11 18:49:28 +000033 ControlClass,\
Alexandre Julliard299d5592004-02-27 22:04:55 +000034 CurrentVersion,\
35 Debugger,\
36 Desktop,\
Justin Chevrier01e2bdb2005-01-06 19:39:52 +000037 Metrics,\
Alexandre Julliard299d5592004-02-27 22:04:55 +000038 DirectX,\
Alexandre Julliarde83afa72004-05-14 21:40:48 +000039 Environment,\
Alexandre Julliard299d5592004-02-27 22:04:55 +000040 Fonts,\
41 MCI,\
42 Misc,\
43 Nls,\
44 OLE,\
Alexandre Julliard299d5592004-02-27 22:04:55 +000045 Tapi
46
47[Strings]
Alexandre Julliard299d5592004-02-27 22:04:55 +000048MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
49Mci32Str="Software\Microsoft\Windows NT\CurrentVersion\MCI32"
Hannu Valtonendfaabdf2005-04-11 12:57:26 +000050Desktop="Control Panel\Desktop"
51Metrics="Control Panel\Desktop\WindowMetrics"
Alexandre Julliard299d5592004-02-27 22:04:55 +000052CurrentVersion="Software\Microsoft\Windows\CurrentVersion"
53FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
54
55[Classes]
Kevin Koltzauaf373042004-03-20 19:19:05 +000056HKCR,.avi,"Content Type",,"video/avi"
Kevin Koltzauaf373042004-03-20 19:19:05 +000057HKCR,.dll,"Content Type",,"application/x-msdownload"
Alexandre Julliard299d5592004-02-27 22:04:55 +000058HKCR,.exe,,,"exefile"
Kevin Koltzauaf373042004-03-20 19:19:05 +000059HKCR,.exe,"Content Type",,"application/x-msdownload"
Kevin Koltzauaf373042004-03-20 19:19:05 +000060HKCR,.htm,"Content Type",,"text/html"
Kevin Koltzauaf373042004-03-20 19:19:05 +000061HKCR,.html,"Content Type",,"text/html"
62HKCR,.jfif,"Content Type",,"image/jpeg"
Ge van Geldorp40cb9822005-05-13 17:48:33 +000063HKCR,.lnk,,,"lnkfile"
Hannu Valtonendfaabdf2005-04-11 12:57:26 +000064HKCR,.msi,,,"Msi.Package"
Kevin Koltzauaf373042004-03-20 19:19:05 +000065HKCR,.tif,"Content Type",,"image/tiff"
66HKCR,.tiff,"Content Type",,"image/tiff"
Alexandre Julliard299d5592004-02-27 22:04:55 +000067HKCR,.txt,,,"txtfile"
Kevin Koltzauaf373042004-03-20 19:19:05 +000068HKCR,.wav,"Content Type",,"audio/wav"
69HKCR,.xml,"Content Type",,"text/xml"
70HKCR,.xsl,"Content Type",,"text/xsl"
Alexandre Julliard299d5592004-02-27 22:04:55 +000071HKCR,exefile\DefaultIcon,,,"%1"
72HKCR,exefile\shell\open\command,,,"""%1"" %*"
Hajime Segawa3b322dc2004-11-28 15:01:24 +000073HKCR,folder\shell\open\ddeexec,,,"[ViewFolder("%l", %I, %S)]"
74HKCR,folder\shell\open\ddeexec,"NoActivateHandler",,""
75HKCR,folder\shell\open\ddeexec\application,,,"Folders"
Kevin Koltzauaf373042004-03-20 19:19:05 +000076HKCR,htmlfile\shell\open\command,,,"winebrowser %1"
Ge van Geldorp40cb9822005-05-13 17:48:33 +000077HKCR,lnkfile,"NeverShowExt",,""
78HKCR,lnkfile,"IsShortcut",,"yes"
79HKCR,lnkfile\CLSID,,,"{00021401-0000-0000-C000-000000000046}"
80HKCR,lnkfile\shellex\IconHandler,,,"{00021401-0000-0000-C000-000000000046}"
Dmitry Timoshkov40ffc282005-11-03 19:32:38 +000081HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},,,
Hannu Valtonendfaabdf2005-04-11 12:57:26 +000082HKCR,Msi.Package\DefaultIcon,,,"msiexec.exe"
83HKCR,Msi.Package\shell\Open\command,,,"msiexec /i %1"
84HKCR,Msi.Package\shell\Repair\command,,,"msiexec /f %1"
85HKCR,Msi.Package\shell\Uninstall\command,,,"msiexec /x %1"
Alexandre Julliard299d5592004-02-27 22:04:55 +000086HKCR,txtfile\shell\open\command,,,"%11%\notepad.exe %1"
87HKCR,txtfile\shell\print\command,,,"%11%\notepad.exe /p %1"
88HKCR,http\shell\open\command,,,"winebrowser %1"
89; FIXME: the following should be done by the dll registration
90HKCR,AVIFile\Compressors\auds,,,"{0002000F-0000-0000-C000-000000000046}"
91HKCR,AVIFile\Compressors\vids,,,"{00020001-0000-0000-C000-000000000046}"
92HKCR,AVIFile\Extensions\AU,,,"{00020003-0000-0000-C000-000000000046}"
93HKCR,AVIFile\Extensions\AVI,,,"{00020000-0000-0000-C000-000000000046}"
94HKCR,AVIFile\Extensions\WAV,,,"{00020003-0000-0000-C000-000000000046}"
95HKCR,AVIFile\RIFFHandlers\AVI,,,"{00020000-0000-0000-C000-000000000046}"
96HKCR,AVIFile\RIFFHandlers\WAVE,,,"{00020003-0000-0000-C000-000000000046}"
97HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0,,,"OLE Automation"
98HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win16,,,"stdole.tlb"
99HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win32,,,"stdole32.tlb"
100HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\FLAGS,,,"1"
101HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\2.0,,,"OLE Automation"
102HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\0\win32,,,"stdole2.tlb"
103HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\FLAGS,,,"0"
104
Juan Lang27712182005-04-11 18:49:28 +0000105[ControlClass]
106HKLM,System\CurrentControlSet\Control\Class\{4d36e978-e325-11ce-bfc1-08002be10318},,,"Ports (COM & LPT)"
107HKLM,System\CurrentControlSet\Control\Class\{4d36e978-e325-11ce-bfc1-08002be10318},"Class",,"Ports"
108
Alexandre Julliard299d5592004-02-27 22:04:55 +0000109[CurrentVersion]
Alexandre Julliardb33f8502004-05-28 03:54:54 +0000110HKLM,%CurrentVersion%,"CommonFilesDir",,"%16427%"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000111HKLM,%CurrentVersion%,"FirstInstallDateTime",1,21,81,7c,23
112HKLM,%CurrentVersion%,"ProductId",,"12345-oem-0000001-54321"
Alexandre Julliardb33f8502004-05-28 03:54:54 +0000113HKLM,%CurrentVersion%,"ProgramFilesDir",,"%16422%"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000114HKLM,%CurrentVersion%,"RegisteredOrganization",,"Change preferred organization in ~/.wine/system.reg"
115HKLM,%CurrentVersion%,"RegisteredOwner",,"Change preferred owner in ~/.wine/system.reg"
Benjamin Cutler820dce12005-04-18 16:54:44 +0000116HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMax",,"3600"
117HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMin",,"3"
118HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"LastID",,"5"
Rein Klazesaf927f52004-10-19 21:09:28 +0000119HKLM,%CurrentVersion%\Setup,"BootDir",,"%30%"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000120HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%"
121HKLM,Software\Microsoft\Windows NT\CurrentVersion\Fonts,,,""
122HKLM,Software\Microsoft\Windows NT\CurrentVersion\Hotfix\Q246009,"Installed",,"1"
123
124[Debugger]
Paul Millareb93b9d2005-03-19 17:04:03 +0000125HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Debugger",,"winedbg --auto %ld %ld"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000126HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Auto",,"1"
127
128[Desktop]
129HKCU,%Desktop%,"FontSmoothing",,"0"
130HKCU,%Desktop%,"DragFullWindows",,"0"
131HKCU,%Desktop%,"SmoothScroll",1,00,00,00,00
132HKCU,%Desktop%,"UserPreferencemask",1,00,00,00,00
Ivan Leo Puotia89ac892004-10-14 03:06:41 +0000133HKCU,%Desktop%,"LowPowerActive",,"0"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000134
Justin Chevrier01e2bdb2005-01-06 19:39:52 +0000135[Metrics]
136HKCU,%Metrics%,"ScrollWidth",,"16"
137HKCU,%Metrics%,"ScrollHeight",,"16"
138HKCU,%Metrics%,"CaptionWidth",,"18"
139HKCU,%Metrics%,"CaptionHeight",,"18"
140HKCU,%Metrics%,"SmCaptionWidth",,"13"
141HKCU,%Metrics%,"SmCaptionHeight",,"15"
142HKCU,%Metrics%,"MenuWidth",,"18"
143HKCU,%Metrics%,"MenuHeight",,"18"
144HKCU,%Metrics%,"BorderWidth",,"1"
145HKCU,%Metrics%,"Shell Icon Size",,"32"
146
Alexandre Julliard299d5592004-02-27 22:04:55 +0000147[DirectX]
Christoph Frick65578322005-09-07 13:26:31 +0000148HKLM,Software\Microsoft\DirectX,"Version",,"4.09.00.0903"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000149HKLM,Software\Microsoft\DirectMusic,GMFilePath,,"%12%\gm.dls"
150HKLM,Software\Microsoft\DirectMusic\Defaults,DefaultOutputPort,,"{58C2B4D0-46E7-11D1-89AC-00A0C9054129}"
151HKLM,Software\Microsoft\DirectMusic\SoftwareSynths\{58C2B4D0-46E7-11D1-89AC-00A0C9054129},Description,,"Microsoft Software Synthesizer"
Lionel Ulmer9da48932005-06-03 11:26:46 +0000152HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"DescriptionA",,"Internet TCP/IP Connection For DirectPlay"
153HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"DescriptionW",,"Internet TCP/IP Connection For DirectPlay"
154HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"dwReserved1",,0x000001f4
155HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"dwReserved2",,0x00000000
156HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"Guid",,"{36E95EE0-8577-11cf-960C-0080C7534E82}"
157HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"NATHelp",,"dpnhupnp.dll"
158HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"Path",,"dpwsockx.dll"
159HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"DescriptionA",,"IPX Connection For DirectPlay"
160HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"DescriptionW",,"IPX Connection For DirectPlay"
161HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"dwReserved1",,0x00000032
162HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"dwReserved2",,0x00000000
163HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"Guid",,"{685BC400-9D2C-11cf-A9CD-00AA006886E3}"
164HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"Path",,"dpwsockx.dll"
165HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"DescriptionA",,"Modem Connection For DirectPlay"
166HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"DescriptionW",,"Modem Connection For DirectPlay"
167HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"dwReserved1",,0x00000000
168HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"dwReserved2",,0x00000000
169HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"Guid",,"{44EAA760-CB68-11cf-9C4E-00A0C905425E}"
170HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"Path",,"dpmodemx.dll"
171HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"DescriptionA",,"Serial Connection For DirectPlay"
172HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"DescriptionW",,"Serial Connection For DirectPlay"
173HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"dwReserved1",,0x00000000
174HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"dwReserved2",,0x00000000
175HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"Guid",,"{0F1D6860-88D9-11cf-9C4E-00A0C905425E}"
176HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"Path",,"dpmodemx.dll"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000177
Alexandre Julliarde83afa72004-05-14 21:40:48 +0000178[Environment]
179HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"ComSpec",,"%11%\wcmd.exe"
Alexandre Julliardd7249232004-07-16 03:52:26 +0000180HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"PATH",,"%11%;%10%"
Alexandre Julliardb33f8502004-05-28 03:54:54 +0000181HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"ProgramFiles",,"%16422%"
Alexandre Julliarde83afa72004-05-14 21:40:48 +0000182HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"SYSTEMROOT",,"%10%"
183HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"TEMP",,"%10%\temp"
184HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"TMP",,"%10%\temp"
185HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"USERPROFILE",,"%53%"
186HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"windir",,"%10%"
187HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"winsysdir",,"%11%"
188
Alexandre Julliard299d5592004-02-27 22:04:55 +0000189[Fonts]
190HKLM,%FontSubStr%,"Arial CE,238",,"Arial,238"
191HKLM,%FontSubStr%,"Arial CYR,204",,"Arial,204"
192HKLM,%FontSubStr%,"Arial Greek,161",,"Arial,161"
193HKLM,%FontSubStr%,"Arial TUR,162",,"Arial,162"
194HKLM,%FontSubStr%,"Courier New CE,238",,"Courier New,238"
195HKLM,%FontSubStr%,"Courier New CYR,204",,"Courier New,204"
196HKLM,%FontSubStr%,"Courier New Greek,161",,"Courier New,161"
197HKLM,%FontSubStr%,"Courier New TUR,162",,"Courier New,162"
Huw Daviesbd4cee32004-09-13 18:07:20 +0000198HKLM,%FontSubStr%,"Helv",,"MS Sans Serif"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000199HKLM,%FontSubStr%,"Helvetica",,"Arial"
200HKLM,%FontSubStr%,"MS Shell Dlg",,"Tahoma"
201HKLM,%FontSubStr%,"MS Shell Dlg 2",,"Tahoma"
202HKLM,%FontSubStr%,"Times",,"Times New Roman"
203HKLM,%FontSubStr%,"Times New Roman CE,238",,"Times New Roman,238"
204HKLM,%FontSubStr%,"Times New Roman CYR,204",,"Times New Roman,204"
205HKLM,%FontSubStr%,"Times New Roman Greek,161",,"Times New Roman,161"
206HKLM,%FontSubStr%,"Times New Roman TUR,162",,"Times New Roman,162"
207HKLM,%FontSubStr%,"Tms Rmn",,"Times New Roman"
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000208HKLM,System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts,"LogPixels",0x10001,0x00000060
Alexandre Julliard299d5592004-02-27 22:04:55 +0000209
210[MCI]
Rémi Assaillyc6e294d2005-08-23 19:52:30 +0000211HKLM,%Mci32Str%,"AVIVideo",,"mciavi32.dll"
Rémi Assaillydbbd0d52005-07-27 15:42:40 +0000212HKLM,%Mci32Str%,"CDAudio",,"mcicda.dll"
Rémi Assailly5df5e402005-08-17 12:15:35 +0000213HKLM,%Mci32Str%,"Sequencer",,"mciseq.dll"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000214HKLM,%Mci32Str%,"WaveAudio",,"mciwave.drv"
215
216HKLM,%MciExtStr%,"aifc",,"MPEGVideo"
217HKLM,%MciExtStr%,"asf",,"MPEGVideo"
218HKLM,%MciExtStr%,"asx",,"MPEGVideo"
219HKLM,%MciExtStr%,"au",,"MPEGVideo"
220HKLM,%MciExtStr%,"avi",,"AVIVideo"
221HKLM,%MciExtStr%,"cda",,"CDAudio"
222HKLM,%MciExtStr%,"lsf",,"MPEGVideo"
223HKLM,%MciExtStr%,"lsx",,"MPEGVideo"
224HKLM,%MciExtStr%,"m1v",,"MPEGVideo"
225HKLM,%MciExtStr%,"m3u",,"MPEGVideo"
226HKLM,%MciExtStr%,"mid",,"Sequencer"
227HKLM,%MciExtStr%,"midi",,"Sequencer"
228HKLM,%MciExtStr%,"mp2",,"MPEGVideo"
229HKLM,%MciExtStr%,"mp2v",,"MPEGVideo"
230HKLM,%MciExtStr%,"mp3",,"MPEGVideo"
231HKLM,%MciExtStr%,"mpa",,"MPEGVideo"
232HKLM,%MciExtStr%,"mpe",,"MPEGVideo"
233HKLM,%MciExtStr%,"mpeg",,"MPEGVideo"
234HKLM,%MciExtStr%,"mpg",,"MPEGVideo"
235HKLM,%MciExtStr%,"mpv",,"MPEGVideo"
236HKLM,%MciExtStr%,"mpv2",,"MPEGVideo"
237HKLM,%MciExtStr%,"rmi",,"MPEGVideo"
238HKLM,%MciExtStr%,"rmi",,"Sequencer"
239HKLM,%MciExtStr%,"snd",,"MPEGVideo"
240HKLM,%MciExtStr%,"wav",,"WaveAudio"
241HKLM,%MciExtStr%,"wax",,"MPEGVideo"
242HKLM,%MciExtStr%,"wm",,"MPEGVideo"
243HKLM,%MciExtStr%,"wma",,"MPEGVideo"
244HKLM,%MciExtStr%,"wmp",,"MPEGVideo"
245HKLM,%MciExtStr%,"wmv",,"MPEGVideo"
246HKLM,%MciExtStr%,"wmx",,"MPEGVideo"
247HKLM,%MciExtStr%,"wvx",,"MPEGVideo"
248
249[Misc]
250HKLM,Software\Borland\Database Engine\Settings\SYSTEM\INIT,SHAREDMEMLOCATION,,9000
251HKLM,Software\Microsoft\Advanced INF Setup,,,""
252HKLM,System\CurrentControlSet\Control\Session Manager,,,""
Vitaly Lipatoveb45ce52005-01-06 20:42:10 +0000253HKLM,System\CurrentControlSet\Control\VMM32Files,,,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000254HKLM,System\CurrentControlSet\Services\VxD\MSTCP,,,""
Jonathan Ernst6fc9f192005-10-19 19:07:30 +0000255HKCU,Software\Wine\shdocvw,"MozillaUrl",,"http://source.winehq.org/mozactivex"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000256
257[Nls]
258HKLM,System\CurrentControlSet\Control\Nls\Codepage,"37",,""
259HKLM,System\CurrentControlSet\Control\Nls\Codepage,"ACP",,"1252"
260HKLM,System\CurrentControlSet\Control\Nls\Codepage,"MACCP",,"10000"
261HKLM,System\CurrentControlSet\Control\Nls\Codepage,"OEMCP",,"437"
262
263HKLM,System\CurrentControlSet\Control\Nls\Language,"0401",,""
264HKLM,System\CurrentControlSet\Control\Nls\Language,"0402",,""
265HKLM,System\CurrentControlSet\Control\Nls\Language,"0403",,""
266HKLM,System\CurrentControlSet\Control\Nls\Language,"0404",,""
267HKLM,System\CurrentControlSet\Control\Nls\Language,"0405",,""
268HKLM,System\CurrentControlSet\Control\Nls\Language,"0406",,""
269HKLM,System\CurrentControlSet\Control\Nls\Language,"0407",,""
270HKLM,System\CurrentControlSet\Control\Nls\Language,"0408",,""
271HKLM,System\CurrentControlSet\Control\Nls\Language,"0409",,""
272HKLM,System\CurrentControlSet\Control\Nls\Language,"040a",,""
273HKLM,System\CurrentControlSet\Control\Nls\Language,"040b",,""
274HKLM,System\CurrentControlSet\Control\Nls\Language,"040c",,""
275HKLM,System\CurrentControlSet\Control\Nls\Language,"040d",,""
276HKLM,System\CurrentControlSet\Control\Nls\Language,"040e",,""
277HKLM,System\CurrentControlSet\Control\Nls\Language,"040f",,""
278HKLM,System\CurrentControlSet\Control\Nls\Language,"0410",,""
279HKLM,System\CurrentControlSet\Control\Nls\Language,"0411",,""
280HKLM,System\CurrentControlSet\Control\Nls\Language,"0412",,""
281HKLM,System\CurrentControlSet\Control\Nls\Language,"0413",,""
282HKLM,System\CurrentControlSet\Control\Nls\Language,"0414",,""
283HKLM,System\CurrentControlSet\Control\Nls\Language,"0415",,""
284HKLM,System\CurrentControlSet\Control\Nls\Language,"0416",,""
285HKLM,System\CurrentControlSet\Control\Nls\Language,"0418",,""
286HKLM,System\CurrentControlSet\Control\Nls\Language,"0419",,""
287HKLM,System\CurrentControlSet\Control\Nls\Language,"041a",,""
288HKLM,System\CurrentControlSet\Control\Nls\Language,"041b",,""
289HKLM,System\CurrentControlSet\Control\Nls\Language,"041c",,""
290HKLM,System\CurrentControlSet\Control\Nls\Language,"041d",,""
291HKLM,System\CurrentControlSet\Control\Nls\Language,"041e",,""
292HKLM,System\CurrentControlSet\Control\Nls\Language,"041f",,""
293HKLM,System\CurrentControlSet\Control\Nls\Language,"0420",,""
294HKLM,System\CurrentControlSet\Control\Nls\Language,"0421",,""
295HKLM,System\CurrentControlSet\Control\Nls\Language,"0422",,""
296HKLM,System\CurrentControlSet\Control\Nls\Language,"0423",,""
297HKLM,System\CurrentControlSet\Control\Nls\Language,"0424",,""
298HKLM,System\CurrentControlSet\Control\Nls\Language,"0425",,""
299HKLM,System\CurrentControlSet\Control\Nls\Language,"0426",,""
300HKLM,System\CurrentControlSet\Control\Nls\Language,"0427",,""
301HKLM,System\CurrentControlSet\Control\Nls\Language,"0429",,""
302HKLM,System\CurrentControlSet\Control\Nls\Language,"042a",,""
303HKLM,System\CurrentControlSet\Control\Nls\Language,"042b",,""
304HKLM,System\CurrentControlSet\Control\Nls\Language,"042c",,""
305HKLM,System\CurrentControlSet\Control\Nls\Language,"042d",,""
306HKLM,System\CurrentControlSet\Control\Nls\Language,"042f",,""
307HKLM,System\CurrentControlSet\Control\Nls\Language,"0436",,""
308HKLM,System\CurrentControlSet\Control\Nls\Language,"0437",,""
309HKLM,System\CurrentControlSet\Control\Nls\Language,"0438",,""
310HKLM,System\CurrentControlSet\Control\Nls\Language,"0439",,""
311HKLM,System\CurrentControlSet\Control\Nls\Language,"043c",,""
312HKLM,System\CurrentControlSet\Control\Nls\Language,"043e",,""
313HKLM,System\CurrentControlSet\Control\Nls\Language,"043f",,""
314HKLM,System\CurrentControlSet\Control\Nls\Language,"0440",,""
315HKLM,System\CurrentControlSet\Control\Nls\Language,"0441",,""
316HKLM,System\CurrentControlSet\Control\Nls\Language,"0443",,""
317HKLM,System\CurrentControlSet\Control\Nls\Language,"0444",,""
318HKLM,System\CurrentControlSet\Control\Nls\Language,"0446",,""
319HKLM,System\CurrentControlSet\Control\Nls\Language,"0447",,""
320HKLM,System\CurrentControlSet\Control\Nls\Language,"0449",,""
321HKLM,System\CurrentControlSet\Control\Nls\Language,"044a",,""
322HKLM,System\CurrentControlSet\Control\Nls\Language,"044b",,""
323HKLM,System\CurrentControlSet\Control\Nls\Language,"044e",,""
324HKLM,System\CurrentControlSet\Control\Nls\Language,"044f",,""
325HKLM,System\CurrentControlSet\Control\Nls\Language,"0450",,""
326HKLM,System\CurrentControlSet\Control\Nls\Language,"0456",,""
327HKLM,System\CurrentControlSet\Control\Nls\Language,"0457",,""
328HKLM,System\CurrentControlSet\Control\Nls\Language,"045a",,""
329HKLM,System\CurrentControlSet\Control\Nls\Language,"0465",,""
330HKLM,System\CurrentControlSet\Control\Nls\Language,"048f",,""
331HKLM,System\CurrentControlSet\Control\Nls\Language,"0490",,""
332HKLM,System\CurrentControlSet\Control\Nls\Language,"0491",,""
333HKLM,System\CurrentControlSet\Control\Nls\Language,"0492",,""
334HKLM,System\CurrentControlSet\Control\Nls\Language,"0493",,""
335HKLM,System\CurrentControlSet\Control\Nls\Language,"0801",,""
336HKLM,System\CurrentControlSet\Control\Nls\Language,"0804",,""
337HKLM,System\CurrentControlSet\Control\Nls\Language,"0807",,""
338HKLM,System\CurrentControlSet\Control\Nls\Language,"0809",,""
339HKLM,System\CurrentControlSet\Control\Nls\Language,"080a",,""
340HKLM,System\CurrentControlSet\Control\Nls\Language,"080c",,""
341HKLM,System\CurrentControlSet\Control\Nls\Language,"0810",,""
342HKLM,System\CurrentControlSet\Control\Nls\Language,"0813",,""
343HKLM,System\CurrentControlSet\Control\Nls\Language,"0814",,""
344HKLM,System\CurrentControlSet\Control\Nls\Language,"0816",,""
345HKLM,System\CurrentControlSet\Control\Nls\Language,"081a",,""
346HKLM,System\CurrentControlSet\Control\Nls\Language,"081d",,""
347HKLM,System\CurrentControlSet\Control\Nls\Language,"082c",,""
348HKLM,System\CurrentControlSet\Control\Nls\Language,"083c",,""
349HKLM,System\CurrentControlSet\Control\Nls\Language,"083e",,""
350HKLM,System\CurrentControlSet\Control\Nls\Language,"0843",,""
351HKLM,System\CurrentControlSet\Control\Nls\Language,"0c01",,""
352HKLM,System\CurrentControlSet\Control\Nls\Language,"0c04",,""
353HKLM,System\CurrentControlSet\Control\Nls\Language,"0c07",,""
354HKLM,System\CurrentControlSet\Control\Nls\Language,"0c09",,""
355HKLM,System\CurrentControlSet\Control\Nls\Language,"0c0a",,""
356HKLM,System\CurrentControlSet\Control\Nls\Language,"0c0c",,""
357HKLM,System\CurrentControlSet\Control\Nls\Language,"0c1a",,""
358HKLM,System\CurrentControlSet\Control\Nls\Language,"0c3c",,""
359HKLM,System\CurrentControlSet\Control\Nls\Language,"1001",,""
360HKLM,System\CurrentControlSet\Control\Nls\Language,"1004",,""
361HKLM,System\CurrentControlSet\Control\Nls\Language,"1007",,""
362HKLM,System\CurrentControlSet\Control\Nls\Language,"1009",,""
363HKLM,System\CurrentControlSet\Control\Nls\Language,"100a",,""
364HKLM,System\CurrentControlSet\Control\Nls\Language,"100c",,""
365HKLM,System\CurrentControlSet\Control\Nls\Language,"1401",,""
366HKLM,System\CurrentControlSet\Control\Nls\Language,"1404",,""
367HKLM,System\CurrentControlSet\Control\Nls\Language,"1407",,""
368HKLM,System\CurrentControlSet\Control\Nls\Language,"1409",,""
369HKLM,System\CurrentControlSet\Control\Nls\Language,"140a",,""
370HKLM,System\CurrentControlSet\Control\Nls\Language,"140c",,""
371HKLM,System\CurrentControlSet\Control\Nls\Language,"1801",,""
372HKLM,System\CurrentControlSet\Control\Nls\Language,"1809",,""
373HKLM,System\CurrentControlSet\Control\Nls\Language,"180a",,""
374HKLM,System\CurrentControlSet\Control\Nls\Language,"180c",,""
375HKLM,System\CurrentControlSet\Control\Nls\Language,"1c01",,""
376HKLM,System\CurrentControlSet\Control\Nls\Language,"1c09",,""
377HKLM,System\CurrentControlSet\Control\Nls\Language,"1c0a",,""
378HKLM,System\CurrentControlSet\Control\Nls\Language,"2001",,""
379HKLM,System\CurrentControlSet\Control\Nls\Language,"2009",,""
380HKLM,System\CurrentControlSet\Control\Nls\Language,"200a",,""
381HKLM,System\CurrentControlSet\Control\Nls\Language,"2401",,""
382HKLM,System\CurrentControlSet\Control\Nls\Language,"2409",,""
383HKLM,System\CurrentControlSet\Control\Nls\Language,"240a",,""
384HKLM,System\CurrentControlSet\Control\Nls\Language,"2801",,""
385HKLM,System\CurrentControlSet\Control\Nls\Language,"2809",,""
386HKLM,System\CurrentControlSet\Control\Nls\Language,"280a",,""
387HKLM,System\CurrentControlSet\Control\Nls\Language,"2c01",,""
388HKLM,System\CurrentControlSet\Control\Nls\Language,"2c09",,""
389HKLM,System\CurrentControlSet\Control\Nls\Language,"2c0a",,""
390HKLM,System\CurrentControlSet\Control\Nls\Language,"3001",,""
391HKLM,System\CurrentControlSet\Control\Nls\Language,"3009",,""
392HKLM,System\CurrentControlSet\Control\Nls\Language,"300a",,""
393HKLM,System\CurrentControlSet\Control\Nls\Language,"3401",,""
394HKLM,System\CurrentControlSet\Control\Nls\Language,"3409",,""
395HKLM,System\CurrentControlSet\Control\Nls\Language,"340a",,""
396HKLM,System\CurrentControlSet\Control\Nls\Language,"3801",,""
397HKLM,System\CurrentControlSet\Control\Nls\Language,"380a",,""
398HKLM,System\CurrentControlSet\Control\Nls\Language,"3c01",,""
399HKLM,System\CurrentControlSet\Control\Nls\Language,"3c0a",,""
400HKLM,System\CurrentControlSet\Control\Nls\Language,"4001",,""
401HKLM,System\CurrentControlSet\Control\Nls\Language,"400a",,""
402HKLM,System\CurrentControlSet\Control\Nls\Language,"440a",,""
403HKLM,System\CurrentControlSet\Control\Nls\Language,"480a",,""
404HKLM,System\CurrentControlSet\Control\Nls\Language,"4c0a",,""
405HKLM,System\CurrentControlSet\Control\Nls\Language,"500a",,""
406HKLM,System\CurrentControlSet\Control\Nls\Language,"Default",,"0409"
407HKLM,System\CurrentControlSet\Control\Nls\Language,"InstallLanguage",,"0409"
408
409HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"1",,"1"
410HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"10",,"1"
411HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"11",,"1"
412HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"2",,"1"
413HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"3",,"1"
414HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"4",,"1"
415HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"5",,"1"
416HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"6",,"1"
417HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"7",,"1"
418HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"8",,"1"
419HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"9",,"1"
420HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"a",,"1"
421HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"b",,"1"
422HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"c",,"1"
423HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"d",,"1"
424HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"e",,"1"
425HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"f",,"1"
426
427HKLM,System\CurrentControlSet\Control\Nls\Locale,,,"00000409"
428HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000401",,"d"
429HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000402",,"5"
430HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000403",,"1"
431HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000404",,"9"
432HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000405",,"2"
433HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000406",,"1"
434HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000407",,"1"
435HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000408",,"4"
436HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000409",,"1"
437HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040a",,"1"
438HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040b",,"1"
439HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040c",,"1"
440HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040d",,"c"
441HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040e",,"2"
442HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040f",,"1"
443HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000410",,"1"
444HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000411",,"7"
445HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000412",,"8"
446HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000413",,"1"
447HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000414",,"1"
448HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000415",,"2"
449HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000416",,"1"
450HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000418",,"2"
451HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000419",,"5"
452HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041a",,"2"
453HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041b",,"2"
454HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041c",,"2"
455HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041d",,"1"
456HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041e",,"b"
457HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041f",,"6"
458HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000420",,"d"
459HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000421",,"1"
460HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000422",,"5"
461HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000423",,"5"
462HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000424",,"2"
463HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000425",,"3"
464HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000426",,"3"
465HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000427",,"3"
466HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000429",,"d"
467HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042a",,"e"
468HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042b",,"11"
469HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042c",,"6"
470HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042d",,"1"
471HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042f",,"5"
472HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000436",,"1"
473HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000437",,"10"
474HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000438",,"1"
475HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000439",,"f"
476HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000043c",,"1"
477HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000043e",,"1"
478HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000043f",,"5"
479HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000440",,"5"
480HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000441",,"1"
481HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000443",,"6"
482HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000444",,"5"
483HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000446",,"f"
484HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000447",,"f"
485HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000449",,"f"
486HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044a",,"f"
487HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044b",,"f"
488HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044e",,"f"
489HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044f",,"f"
490HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000450",,"5"
491HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000456",,"1"
492HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000457",,"f"
493HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000045a",,"d"
494HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000465",,"d"
495HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000048f",,"1"
496HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000490",,"1"
497HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000491",,"1"
498HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000492",,"1"
499HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000493",,"1"
500HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000801",,"d"
501HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000804",,"a"
502HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000807",,"1"
503HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000809",,"1"
504HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000080a",,"1"
505HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000080c",,"1"
506HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000810",,"1"
507HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000813",,"1"
508HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000814",,"1"
509HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000816",,"1"
510HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000081a",,"2"
511HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000081d",,"1"
512HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000082c",,"5"
513HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000083c",,"1"
514HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000083e",,"1"
515HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000843",,"5"
516HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c01",,"d"
517HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c04",,"9"
518HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c07",,"1"
519HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c09",,"1"
520HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c0a",,"1"
521HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c0c",,"1"
522HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c1a",,"5"
523HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c3c",,"1"
524HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001001",,"d"
525HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001004",,"a"
526HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001007",,"1"
527HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001009",,"1"
528HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000100a",,"1"
529HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000100c",,"1"
530HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001401",,"d"
531HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001404",,"9"
532HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001407",,"1"
533HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001409",,"1"
534HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000140a",,"1"
535HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000140c",,"1"
536HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001801",,"d"
537HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001809",,"1"
538HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000180a",,"1"
539HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000180c",,"1"
540HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001c01",,"d"
541HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001c09",,"1"
542HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001c0a",,"1"
543HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002001",,"d"
544HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002009",,"1"
545HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000200a",,"1"
546HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002401",,"d"
547HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002409",,"1"
548HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000240a",,"1"
549HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002801",,"d"
550HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002809",,"1"
551HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000280a",,"1"
552HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002c01",,"d"
553HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002c09",,"1"
554HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002c0a",,"1"
555HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003001",,"d"
556HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003009",,"1"
557HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000300a",,"1"
558HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003401",,"d"
559HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003409",,"1"
560HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000340a",,"1"
561HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003801",,"d"
562HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000380a",,"1"
563HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003c01",,"d"
564HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003c0a",,"1"
565HKLM,System\CurrentControlSet\Control\Nls\Locale,"00004001",,"d"
566HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000400a",,"1"
567HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000440a",,"1"
568HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000480a",,"1"
569HKLM,System\CurrentControlSet\Control\Nls\Locale,"00004c0a",,"1"
570HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000500a",,"1"
571
572HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00010407",,"1"
573HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"0001040e",,"2"
574HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00010437",,"10"
575HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00020804",,"a"
576HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00021004",,"a"
577HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00021404",,"9"
578HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00030404",,"9"
579
580[OLE]
581HKLM,"Software\Microsoft\OLE","EnableDCOM",,"Y"
582HKLM,"Software\Microsoft\OLE","EnableRemoteConnect",,"N"
583
Alexandre Julliard299d5592004-02-27 22:04:55 +0000584[Tapi]
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000585HKLM,%CurrentVersion%\Telephony,"Perf1",0x10001,0x5045524a
586HKLM,%CurrentVersion%\Telephony,"Perf2",0x10001,0x50455246
Alexandre Julliard299d5592004-02-27 22:04:55 +0000587
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000588HKLM,%CurrentVersion%\Telephony\Country List,"CountryListVersion",0x10001,0x00000019
Alexandre Julliard299d5592004-02-27 22:04:55 +0000589
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000590HKLM,%CurrentVersion%\Telephony\Country List\1,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000591HKLM,%CurrentVersion%\Telephony\Country List\1,"InternationalRule",,"011EFG"
592HKLM,%CurrentVersion%\Telephony\Country List\1,"LongDistanceRule",," 1FG"
593HKLM,%CurrentVersion%\Telephony\Country List\1,"Name",,"United States of America"
594HKLM,%CurrentVersion%\Telephony\Country List\1,"SameAreaRule",,"G"
595
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000596HKLM,%CurrentVersion%\Telephony\Country List\101,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000597HKLM,%CurrentVersion%\Telephony\Country List\101,"InternationalRule",,"011EFG"
598HKLM,%CurrentVersion%\Telephony\Country List\101,"LongDistanceRule",," 1FG"
599HKLM,%CurrentVersion%\Telephony\Country List\101,"Name",,"Anguilla"
600HKLM,%CurrentVersion%\Telephony\Country List\101,"SameAreaRule",,"G"
601
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000602HKLM,%CurrentVersion%\Telephony\Country List\102,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000603HKLM,%CurrentVersion%\Telephony\Country List\102,"InternationalRule",,"011EFG"
604HKLM,%CurrentVersion%\Telephony\Country List\102,"LongDistanceRule",," 1FG"
605HKLM,%CurrentVersion%\Telephony\Country List\102,"Name",,"Antigua"
606HKLM,%CurrentVersion%\Telephony\Country List\102,"SameAreaRule",,"G"
607
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000608HKLM,%CurrentVersion%\Telephony\Country List\103,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000609HKLM,%CurrentVersion%\Telephony\Country List\103,"InternationalRule",,"011EFG"
610HKLM,%CurrentVersion%\Telephony\Country List\103,"LongDistanceRule",," 1FG"
611HKLM,%CurrentVersion%\Telephony\Country List\103,"Name",,"Bahamas"
612HKLM,%CurrentVersion%\Telephony\Country List\103,"SameAreaRule",,"G"
613
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000614HKLM,%CurrentVersion%\Telephony\Country List\104,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000615HKLM,%CurrentVersion%\Telephony\Country List\104,"InternationalRule",,"011EFG"
616HKLM,%CurrentVersion%\Telephony\Country List\104,"LongDistanceRule",," 1FG"
617HKLM,%CurrentVersion%\Telephony\Country List\104,"Name",,"Barbados"
618HKLM,%CurrentVersion%\Telephony\Country List\104,"SameAreaRule",,"G"
619
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000620HKLM,%CurrentVersion%\Telephony\Country List\105,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000621HKLM,%CurrentVersion%\Telephony\Country List\105,"InternationalRule",,"011EFG"
622HKLM,%CurrentVersion%\Telephony\Country List\105,"LongDistanceRule",," 1FG"
623HKLM,%CurrentVersion%\Telephony\Country List\105,"Name",,"Bermuda"
624HKLM,%CurrentVersion%\Telephony\Country List\105,"SameAreaRule",,"G"
625
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000626HKLM,%CurrentVersion%\Telephony\Country List\106,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000627HKLM,%CurrentVersion%\Telephony\Country List\106,"InternationalRule",,"011EFG"
628HKLM,%CurrentVersion%\Telephony\Country List\106,"LongDistanceRule",," 1FG"
629HKLM,%CurrentVersion%\Telephony\Country List\106,"Name",,"British Virgin Islands"
630HKLM,%CurrentVersion%\Telephony\Country List\106,"SameAreaRule",,"G"
631
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000632HKLM,%CurrentVersion%\Telephony\Country List\107,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000633HKLM,%CurrentVersion%\Telephony\Country List\107,"InternationalRule",,"011EFG"
634HKLM,%CurrentVersion%\Telephony\Country List\107,"LongDistanceRule",," 1FG"
635HKLM,%CurrentVersion%\Telephony\Country List\107,"Name",,"Canada"
636HKLM,%CurrentVersion%\Telephony\Country List\107,"SameAreaRule",,"G"
637
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000638HKLM,%CurrentVersion%\Telephony\Country List\108,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000639HKLM,%CurrentVersion%\Telephony\Country List\108,"InternationalRule",,"011EFG"
640HKLM,%CurrentVersion%\Telephony\Country List\108,"LongDistanceRule",," 1FG"
641HKLM,%CurrentVersion%\Telephony\Country List\108,"Name",,"Cayman Islands"
642HKLM,%CurrentVersion%\Telephony\Country List\108,"SameAreaRule",,"G"
643
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000644HKLM,%CurrentVersion%\Telephony\Country List\109,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000645HKLM,%CurrentVersion%\Telephony\Country List\109,"InternationalRule",,"011EFG"
646HKLM,%CurrentVersion%\Telephony\Country List\109,"LongDistanceRule",," 1FG"
647HKLM,%CurrentVersion%\Telephony\Country List\109,"Name",,"Dominica"
648HKLM,%CurrentVersion%\Telephony\Country List\109,"SameAreaRule",,"G"
649
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000650HKLM,%CurrentVersion%\Telephony\Country List\110,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000651HKLM,%CurrentVersion%\Telephony\Country List\110,"InternationalRule",,"011EFG"
652HKLM,%CurrentVersion%\Telephony\Country List\110,"LongDistanceRule",," 1FG"
653HKLM,%CurrentVersion%\Telephony\Country List\110,"Name",,"Dominican Republic"
654HKLM,%CurrentVersion%\Telephony\Country List\110,"SameAreaRule",,"G"
655
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000656HKLM,%CurrentVersion%\Telephony\Country List\111,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000657HKLM,%CurrentVersion%\Telephony\Country List\111,"InternationalRule",,"011EFG"
658HKLM,%CurrentVersion%\Telephony\Country List\111,"LongDistanceRule",," 1FG"
659HKLM,%CurrentVersion%\Telephony\Country List\111,"Name",,"Grenada"
660HKLM,%CurrentVersion%\Telephony\Country List\111,"SameAreaRule",,"G"
661
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000662HKLM,%CurrentVersion%\Telephony\Country List\112,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000663HKLM,%CurrentVersion%\Telephony\Country List\112,"InternationalRule",,"011EFG"
664HKLM,%CurrentVersion%\Telephony\Country List\112,"LongDistanceRule",," 1FG"
665HKLM,%CurrentVersion%\Telephony\Country List\112,"Name",,"Jamaica"
666HKLM,%CurrentVersion%\Telephony\Country List\112,"SameAreaRule",,"G"
667
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000668HKLM,%CurrentVersion%\Telephony\Country List\113,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000669HKLM,%CurrentVersion%\Telephony\Country List\113,"InternationalRule",,"011EFG"
670HKLM,%CurrentVersion%\Telephony\Country List\113,"LongDistanceRule",," 1FG"
671HKLM,%CurrentVersion%\Telephony\Country List\113,"Name",,"Montserrat"
672HKLM,%CurrentVersion%\Telephony\Country List\113,"SameAreaRule",,"G"
673
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000674HKLM,%CurrentVersion%\Telephony\Country List\115,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000675HKLM,%CurrentVersion%\Telephony\Country List\115,"InternationalRule",,"011EFG"
676HKLM,%CurrentVersion%\Telephony\Country List\115,"LongDistanceRule",," 1FG"
677HKLM,%CurrentVersion%\Telephony\Country List\115,"Name",,"St. Kitts and Nevis"
678HKLM,%CurrentVersion%\Telephony\Country List\115,"SameAreaRule",,"G"
679
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000680HKLM,%CurrentVersion%\Telephony\Country List\116,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000681HKLM,%CurrentVersion%\Telephony\Country List\116,"InternationalRule",,"0EFG"
682HKLM,%CurrentVersion%\Telephony\Country List\116,"LongDistanceRule",," 1FG"
683HKLM,%CurrentVersion%\Telephony\Country List\116,"Name",,"St. Vincent and the Grenadines"
684HKLM,%CurrentVersion%\Telephony\Country List\116,"SameAreaRule",,"G"
685
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000686HKLM,%CurrentVersion%\Telephony\Country List\117,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000687HKLM,%CurrentVersion%\Telephony\Country List\117,"InternationalRule",,"011EFG"
688HKLM,%CurrentVersion%\Telephony\Country List\117,"LongDistanceRule",," 1FG"
689HKLM,%CurrentVersion%\Telephony\Country List\117,"Name",,"Trinidad and Tobago"
690HKLM,%CurrentVersion%\Telephony\Country List\117,"SameAreaRule",,"G"
691
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000692HKLM,%CurrentVersion%\Telephony\Country List\118,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000693HKLM,%CurrentVersion%\Telephony\Country List\118,"InternationalRule",,"0EFG"
694HKLM,%CurrentVersion%\Telephony\Country List\118,"LongDistanceRule",," 1FG"
695HKLM,%CurrentVersion%\Telephony\Country List\118,"Name",,"Turks and Caicos Islands"
696HKLM,%CurrentVersion%\Telephony\Country List\118,"SameAreaRule",,"G"
697
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000698HKLM,%CurrentVersion%\Telephony\Country List\120,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000699HKLM,%CurrentVersion%\Telephony\Country List\120,"InternationalRule",,"011EFG"
700HKLM,%CurrentVersion%\Telephony\Country List\120,"LongDistanceRule",," 1FG"
701HKLM,%CurrentVersion%\Telephony\Country List\120,"Name",,"Barbuda"
702HKLM,%CurrentVersion%\Telephony\Country List\120,"SameAreaRule",,"G"
703
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000704HKLM,%CurrentVersion%\Telephony\Country List\121,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000705HKLM,%CurrentVersion%\Telephony\Country List\121,"InternationalRule",,"011EFG"
706HKLM,%CurrentVersion%\Telephony\Country List\121,"LongDistanceRule",," 1FG"
707HKLM,%CurrentVersion%\Telephony\Country List\121,"Name",,"Puerto Rico"
708HKLM,%CurrentVersion%\Telephony\Country List\121,"SameAreaRule",,"G"
709
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000710HKLM,%CurrentVersion%\Telephony\Country List\122,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000711HKLM,%CurrentVersion%\Telephony\Country List\122,"InternationalRule",,"011EFG"
712HKLM,%CurrentVersion%\Telephony\Country List\122,"LongDistanceRule",," 1FG"
713HKLM,%CurrentVersion%\Telephony\Country List\122,"Name",,"Saint Lucia"
714HKLM,%CurrentVersion%\Telephony\Country List\122,"SameAreaRule",,"G"
715
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000716HKLM,%CurrentVersion%\Telephony\Country List\123,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000717HKLM,%CurrentVersion%\Telephony\Country List\123,"InternationalRule",,"011EFG"
718HKLM,%CurrentVersion%\Telephony\Country List\123,"LongDistanceRule",," 1FG"
719HKLM,%CurrentVersion%\Telephony\Country List\123,"Name",,"United States Virgin Islands"
720HKLM,%CurrentVersion%\Telephony\Country List\123,"SameAreaRule",,"G"
721
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000722HKLM,%CurrentVersion%\Telephony\Country List\124,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000723HKLM,%CurrentVersion%\Telephony\Country List\124,"InternationalRule",,"011EFG"
724HKLM,%CurrentVersion%\Telephony\Country List\124,"LongDistanceRule",," 1FG"
725HKLM,%CurrentVersion%\Telephony\Country List\124,"Name",,"Guam"
726HKLM,%CurrentVersion%\Telephony\Country List\124,"SameAreaRule",,"G"
727
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000728HKLM,%CurrentVersion%\Telephony\Country List\20,"CountryCode",0x10001,0x00000014
Alexandre Julliard299d5592004-02-27 22:04:55 +0000729HKLM,%CurrentVersion%\Telephony\Country List\20,"InternationalRule",,"00EFG"
730HKLM,%CurrentVersion%\Telephony\Country List\20,"LongDistanceRule",,"0FG"
731HKLM,%CurrentVersion%\Telephony\Country List\20,"Name",,"Egypt"
732HKLM,%CurrentVersion%\Telephony\Country List\20,"SameAreaRule",,"G"
733
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000734HKLM,%CurrentVersion%\Telephony\Country List\212,"CountryCode",0x10001,0x000000d4
Alexandre Julliard299d5592004-02-27 22:04:55 +0000735HKLM,%CurrentVersion%\Telephony\Country List\212,"InternationalRule",,"00EFG"
736HKLM,%CurrentVersion%\Telephony\Country List\212,"LongDistanceRule",,"0FG"
737HKLM,%CurrentVersion%\Telephony\Country List\212,"Name",,"Morocco"
738HKLM,%CurrentVersion%\Telephony\Country List\212,"SameAreaRule",,"G"
739
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000740HKLM,%CurrentVersion%\Telephony\Country List\213,"CountryCode",0x10001,0x000000d5
Alexandre Julliard299d5592004-02-27 22:04:55 +0000741HKLM,%CurrentVersion%\Telephony\Country List\213,"InternationalRule",,"00,EFG"
742HKLM,%CurrentVersion%\Telephony\Country List\213,"LongDistanceRule",,"0FG"
743HKLM,%CurrentVersion%\Telephony\Country List\213,"Name",,"Algeria"
744HKLM,%CurrentVersion%\Telephony\Country List\213,"SameAreaRule",,"G"
745
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000746HKLM,%CurrentVersion%\Telephony\Country List\216,"CountryCode",0x10001,0x000000d8
Alexandre Julliard299d5592004-02-27 22:04:55 +0000747HKLM,%CurrentVersion%\Telephony\Country List\216,"InternationalRule",,"00EFG"
748HKLM,%CurrentVersion%\Telephony\Country List\216,"LongDistanceRule",,"0FG"
749HKLM,%CurrentVersion%\Telephony\Country List\216,"Name",,"Tunisia"
750HKLM,%CurrentVersion%\Telephony\Country List\216,"SameAreaRule",,"G"
751
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000752HKLM,%CurrentVersion%\Telephony\Country List\218,"CountryCode",0x10001,0x000000da
Alexandre Julliard299d5592004-02-27 22:04:55 +0000753HKLM,%CurrentVersion%\Telephony\Country List\218,"InternationalRule",,"00EFG"
754HKLM,%CurrentVersion%\Telephony\Country List\218,"LongDistanceRule",,"0FG"
755HKLM,%CurrentVersion%\Telephony\Country List\218,"Name",,"Libya"
756HKLM,%CurrentVersion%\Telephony\Country List\218,"SameAreaRule",,"G"
757
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000758HKLM,%CurrentVersion%\Telephony\Country List\220,"CountryCode",0x10001,0x000000dc
Alexandre Julliard299d5592004-02-27 22:04:55 +0000759HKLM,%CurrentVersion%\Telephony\Country List\220,"InternationalRule",,"00EFG"
760HKLM,%CurrentVersion%\Telephony\Country List\220,"LongDistanceRule",,""
761HKLM,%CurrentVersion%\Telephony\Country List\220,"Name",,"Gambia"
762HKLM,%CurrentVersion%\Telephony\Country List\220,"SameAreaRule",,"G"
763
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000764HKLM,%CurrentVersion%\Telephony\Country List\221,"CountryCode",0x10001,0x000000dd
Alexandre Julliard299d5592004-02-27 22:04:55 +0000765HKLM,%CurrentVersion%\Telephony\Country List\221,"InternationalRule",,"00EFG"
766HKLM,%CurrentVersion%\Telephony\Country List\221,"LongDistanceRule",,""
767HKLM,%CurrentVersion%\Telephony\Country List\221,"Name",,"Senegal Republic"
768HKLM,%CurrentVersion%\Telephony\Country List\221,"SameAreaRule",,"G"
769
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000770HKLM,%CurrentVersion%\Telephony\Country List\222,"CountryCode",0x10001,0x000000de
Alexandre Julliard299d5592004-02-27 22:04:55 +0000771HKLM,%CurrentVersion%\Telephony\Country List\222,"InternationalRule",,"00EFG"
772HKLM,%CurrentVersion%\Telephony\Country List\222,"LongDistanceRule",,""
773HKLM,%CurrentVersion%\Telephony\Country List\222,"Name",,"Mauritania"
774HKLM,%CurrentVersion%\Telephony\Country List\222,"SameAreaRule",,"G"
775
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000776HKLM,%CurrentVersion%\Telephony\Country List\223,"CountryCode",0x10001,0x000000df
Alexandre Julliard299d5592004-02-27 22:04:55 +0000777HKLM,%CurrentVersion%\Telephony\Country List\223,"InternationalRule",,"00EFG"
778HKLM,%CurrentVersion%\Telephony\Country List\223,"LongDistanceRule",,""
779HKLM,%CurrentVersion%\Telephony\Country List\223,"Name",,"Mali"
780HKLM,%CurrentVersion%\Telephony\Country List\223,"SameAreaRule",,"G"
781
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000782HKLM,%CurrentVersion%\Telephony\Country List\224,"CountryCode",0x10001,0x000000e0
Alexandre Julliard299d5592004-02-27 22:04:55 +0000783HKLM,%CurrentVersion%\Telephony\Country List\224,"InternationalRule",,"00EFG"
784HKLM,%CurrentVersion%\Telephony\Country List\224,"LongDistanceRule",,""
785HKLM,%CurrentVersion%\Telephony\Country List\224,"Name",,"Guinea"
786HKLM,%CurrentVersion%\Telephony\Country List\224,"SameAreaRule",,"G"
787
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000788HKLM,%CurrentVersion%\Telephony\Country List\225,"CountryCode",0x10001,0x000000e1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000789HKLM,%CurrentVersion%\Telephony\Country List\225,"InternationalRule",,"00EFG"
790HKLM,%CurrentVersion%\Telephony\Country List\225,"LongDistanceRule",,""
791HKLM,%CurrentVersion%\Telephony\Country List\225,"Name",,"Cote d'Ivoire"
792HKLM,%CurrentVersion%\Telephony\Country List\225,"SameAreaRule",,"G"
793
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000794HKLM,%CurrentVersion%\Telephony\Country List\226,"CountryCode",0x10001,0x000000e2
Alexandre Julliard299d5592004-02-27 22:04:55 +0000795HKLM,%CurrentVersion%\Telephony\Country List\226,"InternationalRule",,"00EFG"
796HKLM,%CurrentVersion%\Telephony\Country List\226,"LongDistanceRule",,""
797HKLM,%CurrentVersion%\Telephony\Country List\226,"Name",,"Burkina Faso"
798HKLM,%CurrentVersion%\Telephony\Country List\226,"SameAreaRule",,"G"
799
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000800HKLM,%CurrentVersion%\Telephony\Country List\227,"CountryCode",0x10001,0x000000e3
Alexandre Julliard299d5592004-02-27 22:04:55 +0000801HKLM,%CurrentVersion%\Telephony\Country List\227,"InternationalRule",,"00EFG"
802HKLM,%CurrentVersion%\Telephony\Country List\227,"LongDistanceRule",,""
803HKLM,%CurrentVersion%\Telephony\Country List\227,"Name",,"Niger"
804HKLM,%CurrentVersion%\Telephony\Country List\227,"SameAreaRule",,"G"
805
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000806HKLM,%CurrentVersion%\Telephony\Country List\228,"CountryCode",0x10001,0x000000e4
Alexandre Julliard299d5592004-02-27 22:04:55 +0000807HKLM,%CurrentVersion%\Telephony\Country List\228,"InternationalRule",,"00EFG"
808HKLM,%CurrentVersion%\Telephony\Country List\228,"LongDistanceRule",,""
809HKLM,%CurrentVersion%\Telephony\Country List\228,"Name",,"Togo"
810HKLM,%CurrentVersion%\Telephony\Country List\228,"SameAreaRule",,"G"
811
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000812HKLM,%CurrentVersion%\Telephony\Country List\229,"CountryCode",0x10001,0x000000e5
Alexandre Julliard299d5592004-02-27 22:04:55 +0000813HKLM,%CurrentVersion%\Telephony\Country List\229,"InternationalRule",,"00EFG"
814HKLM,%CurrentVersion%\Telephony\Country List\229,"LongDistanceRule",,""
815HKLM,%CurrentVersion%\Telephony\Country List\229,"Name",,"Benin"
816HKLM,%CurrentVersion%\Telephony\Country List\229,"SameAreaRule",,"G"
817
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000818HKLM,%CurrentVersion%\Telephony\Country List\230,"CountryCode",0x10001,0x000000e6
Alexandre Julliard299d5592004-02-27 22:04:55 +0000819HKLM,%CurrentVersion%\Telephony\Country List\230,"InternationalRule",,"00EFG"
820HKLM,%CurrentVersion%\Telephony\Country List\230,"LongDistanceRule",,""
821HKLM,%CurrentVersion%\Telephony\Country List\230,"Name",,"Mauritius"
822HKLM,%CurrentVersion%\Telephony\Country List\230,"SameAreaRule",,"G"
823
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000824HKLM,%CurrentVersion%\Telephony\Country List\231,"CountryCode",0x10001,0x000000e7
Alexandre Julliard299d5592004-02-27 22:04:55 +0000825HKLM,%CurrentVersion%\Telephony\Country List\231,"InternationalRule",,"0EFG"
826HKLM,%CurrentVersion%\Telephony\Country List\231,"LongDistanceRule",,""
827HKLM,%CurrentVersion%\Telephony\Country List\231,"Name",,"Liberia"
828HKLM,%CurrentVersion%\Telephony\Country List\231,"SameAreaRule",,"G"
829
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000830HKLM,%CurrentVersion%\Telephony\Country List\232,"CountryCode",0x10001,0x000000e8
Alexandre Julliard299d5592004-02-27 22:04:55 +0000831HKLM,%CurrentVersion%\Telephony\Country List\232,"InternationalRule",,"00EFG"
832HKLM,%CurrentVersion%\Telephony\Country List\232,"LongDistanceRule",,"IG"
833HKLM,%CurrentVersion%\Telephony\Country List\232,"Name",,"Sierra Leone"
834HKLM,%CurrentVersion%\Telephony\Country List\232,"SameAreaRule",,"G"
835
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000836HKLM,%CurrentVersion%\Telephony\Country List\233,"CountryCode",0x10001,0x000000e9
Alexandre Julliard299d5592004-02-27 22:04:55 +0000837HKLM,%CurrentVersion%\Telephony\Country List\233,"InternationalRule",,"00EFG"
838HKLM,%CurrentVersion%\Telephony\Country List\233,"LongDistanceRule",,""
839HKLM,%CurrentVersion%\Telephony\Country List\233,"Name",,"Ghana"
840HKLM,%CurrentVersion%\Telephony\Country List\233,"SameAreaRule",,"G"
841
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000842HKLM,%CurrentVersion%\Telephony\Country List\234,"CountryCode",0x10001,0x000000ea
Alexandre Julliard299d5592004-02-27 22:04:55 +0000843HKLM,%CurrentVersion%\Telephony\Country List\234,"InternationalRule",,"009EFG"
844HKLM,%CurrentVersion%\Telephony\Country List\234,"LongDistanceRule",,"0FG"
845HKLM,%CurrentVersion%\Telephony\Country List\234,"Name",,"Nigeria"
846HKLM,%CurrentVersion%\Telephony\Country List\234,"SameAreaRule",,"G"
847
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000848HKLM,%CurrentVersion%\Telephony\Country List\235,"CountryCode",0x10001,0x000000eb
Alexandre Julliard299d5592004-02-27 22:04:55 +0000849HKLM,%CurrentVersion%\Telephony\Country List\235,"InternationalRule",,"15EFG"
850HKLM,%CurrentVersion%\Telephony\Country List\235,"LongDistanceRule",,""
851HKLM,%CurrentVersion%\Telephony\Country List\235,"Name",,"Chad"
852HKLM,%CurrentVersion%\Telephony\Country List\235,"SameAreaRule",,"G"
853
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000854HKLM,%CurrentVersion%\Telephony\Country List\236,"CountryCode",0x10001,0x000000ec
Alexandre Julliard299d5592004-02-27 22:04:55 +0000855HKLM,%CurrentVersion%\Telephony\Country List\236,"InternationalRule",,"19EFG"
856HKLM,%CurrentVersion%\Telephony\Country List\236,"LongDistanceRule",,""
857HKLM,%CurrentVersion%\Telephony\Country List\236,"Name",,"Central African Republic"
858HKLM,%CurrentVersion%\Telephony\Country List\236,"SameAreaRule",,"G"
859
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000860HKLM,%CurrentVersion%\Telephony\Country List\237,"CountryCode",0x10001,0x000000ed
Alexandre Julliard299d5592004-02-27 22:04:55 +0000861HKLM,%CurrentVersion%\Telephony\Country List\237,"InternationalRule",,"00EFG"
862HKLM,%CurrentVersion%\Telephony\Country List\237,"LongDistanceRule",,""
863HKLM,%CurrentVersion%\Telephony\Country List\237,"Name",,"Cameroon"
864HKLM,%CurrentVersion%\Telephony\Country List\237,"SameAreaRule",,"G"
865
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000866HKLM,%CurrentVersion%\Telephony\Country List\238,"CountryCode",0x10001,0x000000ee
Alexandre Julliard299d5592004-02-27 22:04:55 +0000867HKLM,%CurrentVersion%\Telephony\Country List\238,"InternationalRule",,"0EFG"
868HKLM,%CurrentVersion%\Telephony\Country List\238,"LongDistanceRule",,""
869HKLM,%CurrentVersion%\Telephony\Country List\238,"Name",,"Cape Verde Islands"
870HKLM,%CurrentVersion%\Telephony\Country List\238,"SameAreaRule",,"G"
871
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000872HKLM,%CurrentVersion%\Telephony\Country List\239,"CountryCode",0x10001,0x000000ef
Alexandre Julliard299d5592004-02-27 22:04:55 +0000873HKLM,%CurrentVersion%\Telephony\Country List\239,"InternationalRule",,"00EFG"
874HKLM,%CurrentVersion%\Telephony\Country List\239,"LongDistanceRule",,""
875HKLM,%CurrentVersion%\Telephony\Country List\239,"Name",,"Sao Tome and Principe"
876HKLM,%CurrentVersion%\Telephony\Country List\239,"SameAreaRule",,"G"
877
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000878HKLM,%CurrentVersion%\Telephony\Country List\240,"CountryCode",0x10001,0x000000f0
Alexandre Julliard299d5592004-02-27 22:04:55 +0000879HKLM,%CurrentVersion%\Telephony\Country List\240,"InternationalRule",,"00EFG"
880HKLM,%CurrentVersion%\Telephony\Country List\240,"LongDistanceRule",,""
881HKLM,%CurrentVersion%\Telephony\Country List\240,"Name",,"Equatorial Guinea"
882HKLM,%CurrentVersion%\Telephony\Country List\240,"SameAreaRule",,"G"
883
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000884HKLM,%CurrentVersion%\Telephony\Country List\241,"CountryCode",0x10001,0x000000f1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000885HKLM,%CurrentVersion%\Telephony\Country List\241,"InternationalRule",,"00EFG"
886HKLM,%CurrentVersion%\Telephony\Country List\241,"LongDistanceRule",,""
887HKLM,%CurrentVersion%\Telephony\Country List\241,"Name",,"Gabon"
888HKLM,%CurrentVersion%\Telephony\Country List\241,"SameAreaRule",,"G"
889
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000890HKLM,%CurrentVersion%\Telephony\Country List\242,"CountryCode",0x10001,0x000000f2
Alexandre Julliard299d5592004-02-27 22:04:55 +0000891HKLM,%CurrentVersion%\Telephony\Country List\242,"InternationalRule",,"00EFG"
892HKLM,%CurrentVersion%\Telephony\Country List\242,"LongDistanceRule",,""
893HKLM,%CurrentVersion%\Telephony\Country List\242,"Name",,"Congo"
894HKLM,%CurrentVersion%\Telephony\Country List\242,"SameAreaRule",,"G"
895
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000896HKLM,%CurrentVersion%\Telephony\Country List\243,"CountryCode",0x10001,0x000000f3
Alexandre Julliard299d5592004-02-27 22:04:55 +0000897HKLM,%CurrentVersion%\Telephony\Country List\243,"InternationalRule",,"00EFG"
898HKLM,%CurrentVersion%\Telephony\Country List\243,"LongDistanceRule",,""
899HKLM,%CurrentVersion%\Telephony\Country List\243,"Name",,"Congo, Democratic Republic of the"
900HKLM,%CurrentVersion%\Telephony\Country List\243,"SameAreaRule",,"G"
901
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000902HKLM,%CurrentVersion%\Telephony\Country List\244,"CountryCode",0x10001,0x000000f4
Alexandre Julliard299d5592004-02-27 22:04:55 +0000903HKLM,%CurrentVersion%\Telephony\Country List\244,"InternationalRule",,"00EFG"
904HKLM,%CurrentVersion%\Telephony\Country List\244,"LongDistanceRule",,"0FG"
905HKLM,%CurrentVersion%\Telephony\Country List\244,"Name",,"Angola"
906HKLM,%CurrentVersion%\Telephony\Country List\244,"SameAreaRule",,"G"
907
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000908HKLM,%CurrentVersion%\Telephony\Country List\245,"CountryCode",0x10001,0x000000f5
Alexandre Julliard299d5592004-02-27 22:04:55 +0000909HKLM,%CurrentVersion%\Telephony\Country List\245,"InternationalRule",,"099EFG"
910HKLM,%CurrentVersion%\Telephony\Country List\245,"LongDistanceRule",,""
911HKLM,%CurrentVersion%\Telephony\Country List\245,"Name",,"Guinea-Bissau"
912HKLM,%CurrentVersion%\Telephony\Country List\245,"SameAreaRule",,"G"
913
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000914HKLM,%CurrentVersion%\Telephony\Country List\246,"CountryCode",0x10001,0x000000f6
Alexandre Julliard299d5592004-02-27 22:04:55 +0000915HKLM,%CurrentVersion%\Telephony\Country List\246,"InternationalRule",,"00EFG"
916HKLM,%CurrentVersion%\Telephony\Country List\246,"LongDistanceRule",,""
917HKLM,%CurrentVersion%\Telephony\Country List\246,"Name",,"Diego Garcia"
918HKLM,%CurrentVersion%\Telephony\Country List\246,"SameAreaRule",,"G"
919
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000920HKLM,%CurrentVersion%\Telephony\Country List\247,"CountryCode",0x10001,0x000000f7
Alexandre Julliard299d5592004-02-27 22:04:55 +0000921HKLM,%CurrentVersion%\Telephony\Country List\247,"InternationalRule",,"01EFG"
922HKLM,%CurrentVersion%\Telephony\Country List\247,"LongDistanceRule",,""
923HKLM,%CurrentVersion%\Telephony\Country List\247,"Name",,"Ascension Island"
924HKLM,%CurrentVersion%\Telephony\Country List\247,"SameAreaRule",,"G"
925
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000926HKLM,%CurrentVersion%\Telephony\Country List\248,"CountryCode",0x10001,0x000000f8
Alexandre Julliard299d5592004-02-27 22:04:55 +0000927HKLM,%CurrentVersion%\Telephony\Country List\248,"InternationalRule",,"00EFG"
928HKLM,%CurrentVersion%\Telephony\Country List\248,"LongDistanceRule",,""
929HKLM,%CurrentVersion%\Telephony\Country List\248,"Name",,"Seychelles"
930HKLM,%CurrentVersion%\Telephony\Country List\248,"SameAreaRule",,"G"
931
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000932HKLM,%CurrentVersion%\Telephony\Country List\249,"CountryCode",0x10001,0x000000f9
Alexandre Julliard299d5592004-02-27 22:04:55 +0000933HKLM,%CurrentVersion%\Telephony\Country List\249,"InternationalRule",,"00EFG"
934HKLM,%CurrentVersion%\Telephony\Country List\249,"LongDistanceRule",,"0FG"
935HKLM,%CurrentVersion%\Telephony\Country List\249,"Name",,"Sudan"
936HKLM,%CurrentVersion%\Telephony\Country List\249,"SameAreaRule",,"G"
937
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000938HKLM,%CurrentVersion%\Telephony\Country List\250,"CountryCode",0x10001,0x000000fa
Alexandre Julliard299d5592004-02-27 22:04:55 +0000939HKLM,%CurrentVersion%\Telephony\Country List\250,"InternationalRule",,"00EFG"
940HKLM,%CurrentVersion%\Telephony\Country List\250,"LongDistanceRule",,""
941HKLM,%CurrentVersion%\Telephony\Country List\250,"Name",,"Rwanda"
942HKLM,%CurrentVersion%\Telephony\Country List\250,"SameAreaRule",,"G"
943
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000944HKLM,%CurrentVersion%\Telephony\Country List\251,"CountryCode",0x10001,0x000000fb
Alexandre Julliard299d5592004-02-27 22:04:55 +0000945HKLM,%CurrentVersion%\Telephony\Country List\251,"InternationalRule",,"00EFG"
946HKLM,%CurrentVersion%\Telephony\Country List\251,"LongDistanceRule",,"0FG"
947HKLM,%CurrentVersion%\Telephony\Country List\251,"Name",,"Ethiopia"
948HKLM,%CurrentVersion%\Telephony\Country List\251,"SameAreaRule",,"G"
949
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000950HKLM,%CurrentVersion%\Telephony\Country List\252,"CountryCode",0x10001,0x000000fc
Alexandre Julliard299d5592004-02-27 22:04:55 +0000951HKLM,%CurrentVersion%\Telephony\Country List\252,"InternationalRule",,"19,EFG"
952HKLM,%CurrentVersion%\Telephony\Country List\252,"LongDistanceRule",,""
953HKLM,%CurrentVersion%\Telephony\Country List\252,"Name",,"Somalia"
954HKLM,%CurrentVersion%\Telephony\Country List\252,"SameAreaRule",,"G"
955
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000956HKLM,%CurrentVersion%\Telephony\Country List\253,"CountryCode",0x10001,0x000000fd
Alexandre Julliard299d5592004-02-27 22:04:55 +0000957HKLM,%CurrentVersion%\Telephony\Country List\253,"InternationalRule",,"00EFG"
958HKLM,%CurrentVersion%\Telephony\Country List\253,"LongDistanceRule",,""
959HKLM,%CurrentVersion%\Telephony\Country List\253,"Name",,"Djibouti"
960HKLM,%CurrentVersion%\Telephony\Country List\253,"SameAreaRule",,"G"
961
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000962HKLM,%CurrentVersion%\Telephony\Country List\254,"CountryCode",0x10001,0x000000fe
Alexandre Julliard299d5592004-02-27 22:04:55 +0000963HKLM,%CurrentVersion%\Telephony\Country List\254,"InternationalRule",,"000EFG"
964HKLM,%CurrentVersion%\Telephony\Country List\254,"LongDistanceRule",,"0FG"
965HKLM,%CurrentVersion%\Telephony\Country List\254,"Name",,"Kenya"
966HKLM,%CurrentVersion%\Telephony\Country List\254,"SameAreaRule",,"G"
967
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000968HKLM,%CurrentVersion%\Telephony\Country List\255,"CountryCode",0x10001,0x000000ff
Alexandre Julliard299d5592004-02-27 22:04:55 +0000969HKLM,%CurrentVersion%\Telephony\Country List\255,"InternationalRule",,"0900EFG"
970HKLM,%CurrentVersion%\Telephony\Country List\255,"LongDistanceRule",,"0FG"
971HKLM,%CurrentVersion%\Telephony\Country List\255,"Name",,"Tanzania"
972HKLM,%CurrentVersion%\Telephony\Country List\255,"SameAreaRule",,"G"
973
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000974HKLM,%CurrentVersion%\Telephony\Country List\256,"CountryCode",0x10001,0x00000100
Alexandre Julliard299d5592004-02-27 22:04:55 +0000975HKLM,%CurrentVersion%\Telephony\Country List\256,"InternationalRule",,"00EFG"
976HKLM,%CurrentVersion%\Telephony\Country List\256,"LongDistanceRule",,"0FG"
977HKLM,%CurrentVersion%\Telephony\Country List\256,"Name",,"Uganda"
978HKLM,%CurrentVersion%\Telephony\Country List\256,"SameAreaRule",,"G"
979
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000980HKLM,%CurrentVersion%\Telephony\Country List\257,"CountryCode",0x10001,0x00000101
Alexandre Julliard299d5592004-02-27 22:04:55 +0000981HKLM,%CurrentVersion%\Telephony\Country List\257,"InternationalRule",,"90EFG"
982HKLM,%CurrentVersion%\Telephony\Country List\257,"LongDistanceRule",,""
983HKLM,%CurrentVersion%\Telephony\Country List\257,"Name",,"Burundi"
984HKLM,%CurrentVersion%\Telephony\Country List\257,"SameAreaRule",,"G"
985
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000986HKLM,%CurrentVersion%\Telephony\Country List\258,"CountryCode",0x10001,0x00000102
Alexandre Julliard299d5592004-02-27 22:04:55 +0000987HKLM,%CurrentVersion%\Telephony\Country List\258,"InternationalRule",,"00EFG"
988HKLM,%CurrentVersion%\Telephony\Country List\258,"LongDistanceRule",,""
989HKLM,%CurrentVersion%\Telephony\Country List\258,"Name",,"Mozambique"
990HKLM,%CurrentVersion%\Telephony\Country List\258,"SameAreaRule",,"G"
991
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000992HKLM,%CurrentVersion%\Telephony\Country List\260,"CountryCode",0x10001,0x00000104
Alexandre Julliard299d5592004-02-27 22:04:55 +0000993HKLM,%CurrentVersion%\Telephony\Country List\260,"InternationalRule",,"00EFG"
994HKLM,%CurrentVersion%\Telephony\Country List\260,"LongDistanceRule",,"0FG"
995HKLM,%CurrentVersion%\Telephony\Country List\260,"Name",,"Zambia"
996HKLM,%CurrentVersion%\Telephony\Country List\260,"SameAreaRule",,"G"
997
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000998HKLM,%CurrentVersion%\Telephony\Country List\261,"CountryCode",0x10001,0x00000105
Alexandre Julliard299d5592004-02-27 22:04:55 +0000999HKLM,%CurrentVersion%\Telephony\Country List\261,"InternationalRule",,"00EFG"
1000HKLM,%CurrentVersion%\Telephony\Country List\261,"LongDistanceRule",,""
1001HKLM,%CurrentVersion%\Telephony\Country List\261,"Name",,"Madagascar"
1002HKLM,%CurrentVersion%\Telephony\Country List\261,"SameAreaRule",,"G"
1003
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001004HKLM,%CurrentVersion%\Telephony\Country List\262,"CountryCode",0x10001,0x00000106
Alexandre Julliard299d5592004-02-27 22:04:55 +00001005HKLM,%CurrentVersion%\Telephony\Country List\262,"InternationalRule",,"00EFG"
1006HKLM,%CurrentVersion%\Telephony\Country List\262,"LongDistanceRule",,""
1007HKLM,%CurrentVersion%\Telephony\Country List\262,"Name",,"Reunion Island"
1008HKLM,%CurrentVersion%\Telephony\Country List\262,"SameAreaRule",,"G"
1009
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001010HKLM,%CurrentVersion%\Telephony\Country List\263,"CountryCode",0x10001,0x00000107
Alexandre Julliard299d5592004-02-27 22:04:55 +00001011HKLM,%CurrentVersion%\Telephony\Country List\263,"InternationalRule",,"00EFG"
1012HKLM,%CurrentVersion%\Telephony\Country List\263,"LongDistanceRule",,"0FG"
1013HKLM,%CurrentVersion%\Telephony\Country List\263,"Name",,"Zimbabwe"
1014HKLM,%CurrentVersion%\Telephony\Country List\263,"SameAreaRule",,"G"
1015
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001016HKLM,%CurrentVersion%\Telephony\Country List\264,"CountryCode",0x10001,0x00000108
Alexandre Julliard299d5592004-02-27 22:04:55 +00001017HKLM,%CurrentVersion%\Telephony\Country List\264,"InternationalRule",,"00EFG"
1018HKLM,%CurrentVersion%\Telephony\Country List\264,"LongDistanceRule",,"0FG"
1019HKLM,%CurrentVersion%\Telephony\Country List\264,"Name",,"Namibia"
1020HKLM,%CurrentVersion%\Telephony\Country List\264,"SameAreaRule",,"G"
1021
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001022HKLM,%CurrentVersion%\Telephony\Country List\265,"CountryCode",0x10001,0x00000109
Alexandre Julliard299d5592004-02-27 22:04:55 +00001023HKLM,%CurrentVersion%\Telephony\Country List\265,"InternationalRule",,"101EFG"
1024HKLM,%CurrentVersion%\Telephony\Country List\265,"LongDistanceRule",,""
1025HKLM,%CurrentVersion%\Telephony\Country List\265,"Name",,"Malawi"
1026HKLM,%CurrentVersion%\Telephony\Country List\265,"SameAreaRule",,"G"
1027
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001028HKLM,%CurrentVersion%\Telephony\Country List\266,"CountryCode",0x10001,0x0000010a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001029HKLM,%CurrentVersion%\Telephony\Country List\266,"InternationalRule",,"00EFG"
1030HKLM,%CurrentVersion%\Telephony\Country List\266,"LongDistanceRule",,""
1031HKLM,%CurrentVersion%\Telephony\Country List\266,"Name",,"Lesotho"
1032HKLM,%CurrentVersion%\Telephony\Country List\266,"SameAreaRule",,"G"
1033
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001034HKLM,%CurrentVersion%\Telephony\Country List\267,"CountryCode",0x10001,0x0000010b
Alexandre Julliard299d5592004-02-27 22:04:55 +00001035HKLM,%CurrentVersion%\Telephony\Country List\267,"InternationalRule",,"00EFG"
1036HKLM,%CurrentVersion%\Telephony\Country List\267,"LongDistanceRule",,"0FG"
1037HKLM,%CurrentVersion%\Telephony\Country List\267,"Name",,"Botswana"
1038HKLM,%CurrentVersion%\Telephony\Country List\267,"SameAreaRule",,"G"
1039
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001040HKLM,%CurrentVersion%\Telephony\Country List\268,"CountryCode",0x10001,0x0000010c
Alexandre Julliard299d5592004-02-27 22:04:55 +00001041HKLM,%CurrentVersion%\Telephony\Country List\268,"InternationalRule",,"00EFG"
1042HKLM,%CurrentVersion%\Telephony\Country List\268,"LongDistanceRule",,""
1043HKLM,%CurrentVersion%\Telephony\Country List\268,"Name",,"Swaziland"
1044HKLM,%CurrentVersion%\Telephony\Country List\268,"SameAreaRule",,"G"
1045
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001046HKLM,%CurrentVersion%\Telephony\Country List\269,"CountryCode",0x10001,0x0000010d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001047HKLM,%CurrentVersion%\Telephony\Country List\269,"InternationalRule",,"00EFG"
1048HKLM,%CurrentVersion%\Telephony\Country List\269,"LongDistanceRule",,""
1049HKLM,%CurrentVersion%\Telephony\Country List\269,"Name",,"Mayotte Island"
1050HKLM,%CurrentVersion%\Telephony\Country List\269,"SameAreaRule",,"G"
1051
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001052HKLM,%CurrentVersion%\Telephony\Country List\2691,"CountryCode",0x10001,0x0000010d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001053HKLM,%CurrentVersion%\Telephony\Country List\2691,"InternationalRule",,"10EFG"
1054HKLM,%CurrentVersion%\Telephony\Country List\2691,"LongDistanceRule",,""
1055HKLM,%CurrentVersion%\Telephony\Country List\2691,"Name",,"Comoros"
1056HKLM,%CurrentVersion%\Telephony\Country List\2691,"SameAreaRule",,"G"
1057
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001058HKLM,%CurrentVersion%\Telephony\Country List\27,"CountryCode",0x10001,0x0000001b
Alexandre Julliard299d5592004-02-27 22:04:55 +00001059HKLM,%CurrentVersion%\Telephony\Country List\27,"InternationalRule",,"09EFG"
1060HKLM,%CurrentVersion%\Telephony\Country List\27,"LongDistanceRule",,"0FG"
1061HKLM,%CurrentVersion%\Telephony\Country List\27,"Name",,"South Africa"
1062HKLM,%CurrentVersion%\Telephony\Country List\27,"SameAreaRule",,"G"
1063
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001064HKLM,%CurrentVersion%\Telephony\Country List\290,"CountryCode",0x10001,0x00000122
Alexandre Julliard299d5592004-02-27 22:04:55 +00001065HKLM,%CurrentVersion%\Telephony\Country List\290,"InternationalRule",,"01EFG"
1066HKLM,%CurrentVersion%\Telephony\Country List\290,"LongDistanceRule",,""
1067HKLM,%CurrentVersion%\Telephony\Country List\290,"Name",,"St. Helena"
1068HKLM,%CurrentVersion%\Telephony\Country List\290,"SameAreaRule",,"G"
1069
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001070HKLM,%CurrentVersion%\Telephony\Country List\291,"CountryCode",0x10001,0x00000123
Alexandre Julliard299d5592004-02-27 22:04:55 +00001071HKLM,%CurrentVersion%\Telephony\Country List\291,"InternationalRule",,"00EFG"
1072HKLM,%CurrentVersion%\Telephony\Country List\291,"LongDistanceRule",,"0FG"
1073HKLM,%CurrentVersion%\Telephony\Country List\291,"Name",,"Eritrea"
1074HKLM,%CurrentVersion%\Telephony\Country List\291,"SameAreaRule",,"G"
1075
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001076HKLM,%CurrentVersion%\Telephony\Country List\297,"CountryCode",0x10001,0x00000129
Alexandre Julliard299d5592004-02-27 22:04:55 +00001077HKLM,%CurrentVersion%\Telephony\Country List\297,"InternationalRule",,"00EFG"
1078HKLM,%CurrentVersion%\Telephony\Country List\297,"LongDistanceRule",,""
1079HKLM,%CurrentVersion%\Telephony\Country List\297,"Name",,"Aruba"
1080HKLM,%CurrentVersion%\Telephony\Country List\297,"SameAreaRule",,"G"
1081
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001082HKLM,%CurrentVersion%\Telephony\Country List\298,"CountryCode",0x10001,0x0000012a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001083HKLM,%CurrentVersion%\Telephony\Country List\298,"InternationalRule",,"009EFG"
1084HKLM,%CurrentVersion%\Telephony\Country List\298,"LongDistanceRule",,""
1085HKLM,%CurrentVersion%\Telephony\Country List\298,"Name",,"Faroe Islands"
1086HKLM,%CurrentVersion%\Telephony\Country List\298,"SameAreaRule",,"G"
1087
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001088HKLM,%CurrentVersion%\Telephony\Country List\299,"CountryCode",0x10001,0x0000012b
Alexandre Julliard299d5592004-02-27 22:04:55 +00001089HKLM,%CurrentVersion%\Telephony\Country List\299,"InternationalRule",,"009EFG"
1090HKLM,%CurrentVersion%\Telephony\Country List\299,"LongDistanceRule",,""
1091HKLM,%CurrentVersion%\Telephony\Country List\299,"Name",,"Greenland"
1092HKLM,%CurrentVersion%\Telephony\Country List\299,"SameAreaRule",,"G"
1093
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001094HKLM,%CurrentVersion%\Telephony\Country List\30,"CountryCode",0x10001,0x0000001e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001095HKLM,%CurrentVersion%\Telephony\Country List\30,"InternationalRule",,"00EFG"
1096HKLM,%CurrentVersion%\Telephony\Country List\30,"LongDistanceRule",,"0FG"
1097HKLM,%CurrentVersion%\Telephony\Country List\30,"Name",,"Greece"
1098HKLM,%CurrentVersion%\Telephony\Country List\30,"SameAreaRule",,"G"
1099
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001100HKLM,%CurrentVersion%\Telephony\Country List\31,"CountryCode",0x10001,0x0000001f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001101HKLM,%CurrentVersion%\Telephony\Country List\31,"InternationalRule",,"00EFG"
1102HKLM,%CurrentVersion%\Telephony\Country List\31,"LongDistanceRule",,"0FG"
1103HKLM,%CurrentVersion%\Telephony\Country List\31,"Name",,"Netherlands"
1104HKLM,%CurrentVersion%\Telephony\Country List\31,"SameAreaRule",,"G"
1105
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001106HKLM,%CurrentVersion%\Telephony\Country List\32,"CountryCode",0x10001,0x00000020
Alexandre Julliard299d5592004-02-27 22:04:55 +00001107HKLM,%CurrentVersion%\Telephony\Country List\32,"InternationalRule",,"00EFG"
1108HKLM,%CurrentVersion%\Telephony\Country List\32,"LongDistanceRule",,"0FG"
1109HKLM,%CurrentVersion%\Telephony\Country List\32,"Name",,"Belgium"
1110HKLM,%CurrentVersion%\Telephony\Country List\32,"SameAreaRule",,"G"
1111
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001112HKLM,%CurrentVersion%\Telephony\Country List\33,"CountryCode",0x10001,0x00000021
Alexandre Julliard299d5592004-02-27 22:04:55 +00001113HKLM,%CurrentVersion%\Telephony\Country List\33,"InternationalRule",,"00EFG"
1114HKLM,%CurrentVersion%\Telephony\Country List\33,"LongDistanceRule",,"0FG"
1115HKLM,%CurrentVersion%\Telephony\Country List\33,"Name",,"France"
1116HKLM,%CurrentVersion%\Telephony\Country List\33,"SameAreaRule",,"0FG"
1117
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001118HKLM,%CurrentVersion%\Telephony\Country List\34,"CountryCode",0x10001,0x00000022
Alexandre Julliard299d5592004-02-27 22:04:55 +00001119HKLM,%CurrentVersion%\Telephony\Country List\34,"InternationalRule",,"00,EFG"
1120HKLM,%CurrentVersion%\Telephony\Country List\34,"LongDistanceRule",,"IG"
1121HKLM,%CurrentVersion%\Telephony\Country List\34,"Name",,"Spain"
1122HKLM,%CurrentVersion%\Telephony\Country List\34,"SameAreaRule",,"IG"
1123
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001124HKLM,%CurrentVersion%\Telephony\Country List\350,"CountryCode",0x10001,0x0000015e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001125HKLM,%CurrentVersion%\Telephony\Country List\350,"InternationalRule",,"00EFG"
1126HKLM,%CurrentVersion%\Telephony\Country List\350,"LongDistanceRule",,""
1127HKLM,%CurrentVersion%\Telephony\Country List\350,"Name",,"Gibraltar"
1128HKLM,%CurrentVersion%\Telephony\Country List\350,"SameAreaRule",,"G"
1129
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001130HKLM,%CurrentVersion%\Telephony\Country List\351,"CountryCode",0x10001,0x0000015f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001131HKLM,%CurrentVersion%\Telephony\Country List\351,"InternationalRule",,"00EFG"
1132HKLM,%CurrentVersion%\Telephony\Country List\351,"LongDistanceRule",,"IG"
1133HKLM,%CurrentVersion%\Telephony\Country List\351,"Name",,"Portugal"
1134HKLM,%CurrentVersion%\Telephony\Country List\351,"SameAreaRule",,"IG"
1135
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001136HKLM,%CurrentVersion%\Telephony\Country List\352,"CountryCode",0x10001,0x00000160
Alexandre Julliard299d5592004-02-27 22:04:55 +00001137HKLM,%CurrentVersion%\Telephony\Country List\352,"InternationalRule",,"00EFG"
1138HKLM,%CurrentVersion%\Telephony\Country List\352,"LongDistanceRule",,""
1139HKLM,%CurrentVersion%\Telephony\Country List\352,"Name",,"Luxembourg"
1140HKLM,%CurrentVersion%\Telephony\Country List\352,"SameAreaRule",,"G"
1141
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001142HKLM,%CurrentVersion%\Telephony\Country List\353,"CountryCode",0x10001,0x00000161
Alexandre Julliard299d5592004-02-27 22:04:55 +00001143HKLM,%CurrentVersion%\Telephony\Country List\353,"InternationalRule",,"00EFG"
1144HKLM,%CurrentVersion%\Telephony\Country List\353,"LongDistanceRule",,"0FG"
1145HKLM,%CurrentVersion%\Telephony\Country List\353,"Name",,"Ireland"
1146HKLM,%CurrentVersion%\Telephony\Country List\353,"SameAreaRule",,"G"
1147
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001148HKLM,%CurrentVersion%\Telephony\Country List\354,"CountryCode",0x10001,0x00000162
Alexandre Julliard299d5592004-02-27 22:04:55 +00001149HKLM,%CurrentVersion%\Telephony\Country List\354,"InternationalRule",,"00EFG"
1150HKLM,%CurrentVersion%\Telephony\Country List\354,"LongDistanceRule",,"0FG"
1151HKLM,%CurrentVersion%\Telephony\Country List\354,"Name",,"Iceland"
1152HKLM,%CurrentVersion%\Telephony\Country List\354,"SameAreaRule",,"G"
1153
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001154HKLM,%CurrentVersion%\Telephony\Country List\355,"CountryCode",0x10001,0x00000163
Alexandre Julliard299d5592004-02-27 22:04:55 +00001155HKLM,%CurrentVersion%\Telephony\Country List\355,"InternationalRule",,"00EFG"
1156HKLM,%CurrentVersion%\Telephony\Country List\355,"LongDistanceRule",,"0FG"
1157HKLM,%CurrentVersion%\Telephony\Country List\355,"Name",,"Albania"
1158HKLM,%CurrentVersion%\Telephony\Country List\355,"SameAreaRule",,"G"
1159
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001160HKLM,%CurrentVersion%\Telephony\Country List\356,"CountryCode",0x10001,0x00000164
Alexandre Julliard299d5592004-02-27 22:04:55 +00001161HKLM,%CurrentVersion%\Telephony\Country List\356,"InternationalRule",,"00EFG"
1162HKLM,%CurrentVersion%\Telephony\Country List\356,"LongDistanceRule",,""
1163HKLM,%CurrentVersion%\Telephony\Country List\356,"Name",,"Malta"
1164HKLM,%CurrentVersion%\Telephony\Country List\356,"SameAreaRule",,"G"
1165
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001166HKLM,%CurrentVersion%\Telephony\Country List\357,"CountryCode",0x10001,0x00000165
Alexandre Julliard299d5592004-02-27 22:04:55 +00001167HKLM,%CurrentVersion%\Telephony\Country List\357,"InternationalRule",,"00EFG"
1168HKLM,%CurrentVersion%\Telephony\Country List\357,"LongDistanceRule",,"0FG"
1169HKLM,%CurrentVersion%\Telephony\Country List\357,"Name",,"Cyprus"
1170HKLM,%CurrentVersion%\Telephony\Country List\357,"SameAreaRule",,"G"
1171
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001172HKLM,%CurrentVersion%\Telephony\Country List\358,"CountryCode",0x10001,0x00000166
Alexandre Julliard299d5592004-02-27 22:04:55 +00001173HKLM,%CurrentVersion%\Telephony\Country List\358,"InternationalRule",,"00EFG"
1174HKLM,%CurrentVersion%\Telephony\Country List\358,"LongDistanceRule",,"0FG"
1175HKLM,%CurrentVersion%\Telephony\Country List\358,"Name",,"Finland"
1176HKLM,%CurrentVersion%\Telephony\Country List\358,"SameAreaRule",,"G"
1177
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001178HKLM,%CurrentVersion%\Telephony\Country List\359,"CountryCode",0x10001,0x00000167
Alexandre Julliard299d5592004-02-27 22:04:55 +00001179HKLM,%CurrentVersion%\Telephony\Country List\359,"InternationalRule",,"00EFG"
1180HKLM,%CurrentVersion%\Telephony\Country List\359,"LongDistanceRule",,"0FG"
1181HKLM,%CurrentVersion%\Telephony\Country List\359,"Name",,"Bulgaria"
1182HKLM,%CurrentVersion%\Telephony\Country List\359,"SameAreaRule",,"G"
1183
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001184HKLM,%CurrentVersion%\Telephony\Country List\36,"CountryCode",0x10001,0x00000024
Alexandre Julliard299d5592004-02-27 22:04:55 +00001185HKLM,%CurrentVersion%\Telephony\Country List\36,"InternationalRule",,"00EFG"
1186HKLM,%CurrentVersion%\Telephony\Country List\36,"LongDistanceRule",," 06,FG"
1187HKLM,%CurrentVersion%\Telephony\Country List\36,"Name",,"Hungary"
1188HKLM,%CurrentVersion%\Telephony\Country List\36,"SameAreaRule",,"G"
1189
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001190HKLM,%CurrentVersion%\Telephony\Country List\370,"CountryCode",0x10001,0x00000172
Alexandre Julliard299d5592004-02-27 22:04:55 +00001191HKLM,%CurrentVersion%\Telephony\Country List\370,"InternationalRule",,"8W10EFG"
1192HKLM,%CurrentVersion%\Telephony\Country List\370,"LongDistanceRule",," 8WFG"
1193HKLM,%CurrentVersion%\Telephony\Country List\370,"Name",,"Lithuania"
1194HKLM,%CurrentVersion%\Telephony\Country List\370,"SameAreaRule",,"G"
1195
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001196HKLM,%CurrentVersion%\Telephony\Country List\371,"CountryCode",0x10001,0x00000173
Alexandre Julliard299d5592004-02-27 22:04:55 +00001197HKLM,%CurrentVersion%\Telephony\Country List\371,"InternationalRule",,"00EFG"
1198HKLM,%CurrentVersion%\Telephony\Country List\371,"LongDistanceRule",," 8,FG"
1199HKLM,%CurrentVersion%\Telephony\Country List\371,"Name",,"Latvia"
1200HKLM,%CurrentVersion%\Telephony\Country List\371,"SameAreaRule",,"G"
1201
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001202HKLM,%CurrentVersion%\Telephony\Country List\372,"CountryCode",0x10001,0x00000174
Alexandre Julliard299d5592004-02-27 22:04:55 +00001203HKLM,%CurrentVersion%\Telephony\Country List\372,"InternationalRule",,"8,00EFG"
1204HKLM,%CurrentVersion%\Telephony\Country List\372,"LongDistanceRule",," 8,2IG"
1205HKLM,%CurrentVersion%\Telephony\Country List\372,"Name",,"Estonia"
1206HKLM,%CurrentVersion%\Telephony\Country List\372,"SameAreaRule",,"G"
1207
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001208HKLM,%CurrentVersion%\Telephony\Country List\373,"CountryCode",0x10001,0x00000175
Alexandre Julliard299d5592004-02-27 22:04:55 +00001209HKLM,%CurrentVersion%\Telephony\Country List\373,"InternationalRule",,"8W10EFG"
1210HKLM,%CurrentVersion%\Telephony\Country List\373,"LongDistanceRule",," 8WFG"
1211HKLM,%CurrentVersion%\Telephony\Country List\373,"Name",,"Moldova"
1212HKLM,%CurrentVersion%\Telephony\Country List\373,"SameAreaRule",,"G"
1213
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001214HKLM,%CurrentVersion%\Telephony\Country List\374,"CountryCode",0x10001,0x00000176
Alexandre Julliard299d5592004-02-27 22:04:55 +00001215HKLM,%CurrentVersion%\Telephony\Country List\374,"InternationalRule",,"8,10EFG"
1216HKLM,%CurrentVersion%\Telephony\Country List\374,"LongDistanceRule",," 8,IG"
1217HKLM,%CurrentVersion%\Telephony\Country List\374,"Name",,"Armenia"
1218HKLM,%CurrentVersion%\Telephony\Country List\374,"SameAreaRule",,"G"
1219
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001220HKLM,%CurrentVersion%\Telephony\Country List\375,"CountryCode",0x10001,0x00000177
Alexandre Julliard299d5592004-02-27 22:04:55 +00001221HKLM,%CurrentVersion%\Telephony\Country List\375,"InternationalRule",,"8W10EFG"
1222HKLM,%CurrentVersion%\Telephony\Country List\375,"LongDistanceRule",," 8WFG"
1223HKLM,%CurrentVersion%\Telephony\Country List\375,"Name",,"Belarus"
1224HKLM,%CurrentVersion%\Telephony\Country List\375,"SameAreaRule",,"G"
1225
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001226HKLM,%CurrentVersion%\Telephony\Country List\376,"CountryCode",0x10001,0x00000178
Alexandre Julliard299d5592004-02-27 22:04:55 +00001227HKLM,%CurrentVersion%\Telephony\Country List\376,"InternationalRule",,"00EFG"
1228HKLM,%CurrentVersion%\Telephony\Country List\376,"LongDistanceRule",,""
1229HKLM,%CurrentVersion%\Telephony\Country List\376,"Name",,"Andorra"
1230HKLM,%CurrentVersion%\Telephony\Country List\376,"SameAreaRule",,"G"
1231
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001232HKLM,%CurrentVersion%\Telephony\Country List\377,"CountryCode",0x10001,0x00000179
Alexandre Julliard299d5592004-02-27 22:04:55 +00001233HKLM,%CurrentVersion%\Telephony\Country List\377,"InternationalRule",,"00EFG"
1234HKLM,%CurrentVersion%\Telephony\Country List\377,"LongDistanceRule",,""
1235HKLM,%CurrentVersion%\Telephony\Country List\377,"Name",,"Monaco"
1236HKLM,%CurrentVersion%\Telephony\Country List\377,"SameAreaRule",,"G"
1237
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001238HKLM,%CurrentVersion%\Telephony\Country List\378,"CountryCode",0x10001,0x0000017a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001239HKLM,%CurrentVersion%\Telephony\Country List\378,"InternationalRule",,"00EFG"
1240HKLM,%CurrentVersion%\Telephony\Country List\378,"LongDistanceRule",,"IG"
1241HKLM,%CurrentVersion%\Telephony\Country List\378,"Name",,"San Marino"
1242HKLM,%CurrentVersion%\Telephony\Country List\378,"SameAreaRule",,"IG"
1243
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001244HKLM,%CurrentVersion%\Telephony\Country List\379,"CountryCode",0x10001,0x00000027
Alexandre Julliard299d5592004-02-27 22:04:55 +00001245HKLM,%CurrentVersion%\Telephony\Country List\379,"InternationalRule",,"00EFG"
1246HKLM,%CurrentVersion%\Telephony\Country List\379,"LongDistanceRule",,"IG"
1247HKLM,%CurrentVersion%\Telephony\Country List\379,"Name",,"Vatican City"
1248HKLM,%CurrentVersion%\Telephony\Country List\379,"SameAreaRule",,"IG"
1249
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001250HKLM,%CurrentVersion%\Telephony\Country List\380,"CountryCode",0x10001,0x0000017c
Alexandre Julliard299d5592004-02-27 22:04:55 +00001251HKLM,%CurrentVersion%\Telephony\Country List\380,"InternationalRule",,"8W10EFG"
1252HKLM,%CurrentVersion%\Telephony\Country List\380,"LongDistanceRule",," 8WFG"
1253HKLM,%CurrentVersion%\Telephony\Country List\380,"Name",,"Ukraine"
1254HKLM,%CurrentVersion%\Telephony\Country List\380,"SameAreaRule",,"G"
1255
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001256HKLM,%CurrentVersion%\Telephony\Country List\381,"CountryCode",0x10001,0x0000017d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001257HKLM,%CurrentVersion%\Telephony\Country List\381,"InternationalRule",,"99EFG"
1258HKLM,%CurrentVersion%\Telephony\Country List\381,"LongDistanceRule",,"0FG"
1259HKLM,%CurrentVersion%\Telephony\Country List\381,"Name",,"Yugoslavia"
1260HKLM,%CurrentVersion%\Telephony\Country List\381,"SameAreaRule",,"G"
1261
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001262HKLM,%CurrentVersion%\Telephony\Country List\385,"CountryCode",0x10001,0x00000181
Alexandre Julliard299d5592004-02-27 22:04:55 +00001263HKLM,%CurrentVersion%\Telephony\Country List\385,"InternationalRule",,"00EFG"
1264HKLM,%CurrentVersion%\Telephony\Country List\385,"LongDistanceRule",,"0FG"
1265HKLM,%CurrentVersion%\Telephony\Country List\385,"Name",,"Croatia"
1266HKLM,%CurrentVersion%\Telephony\Country List\385,"SameAreaRule",,"G"
1267
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001268HKLM,%CurrentVersion%\Telephony\Country List\386,"CountryCode",0x10001,0x00000182
Alexandre Julliard299d5592004-02-27 22:04:55 +00001269HKLM,%CurrentVersion%\Telephony\Country List\386,"InternationalRule",,"00EFG"
1270HKLM,%CurrentVersion%\Telephony\Country List\386,"LongDistanceRule",,"0FG"
1271HKLM,%CurrentVersion%\Telephony\Country List\386,"Name",,"Slovenia"
1272HKLM,%CurrentVersion%\Telephony\Country List\386,"SameAreaRule",,"G"
1273
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001274HKLM,%CurrentVersion%\Telephony\Country List\387,"CountryCode",0x10001,0x00000183
Alexandre Julliard299d5592004-02-27 22:04:55 +00001275HKLM,%CurrentVersion%\Telephony\Country List\387,"InternationalRule",,"00EFG"
1276HKLM,%CurrentVersion%\Telephony\Country List\387,"LongDistanceRule",,"0FG"
1277HKLM,%CurrentVersion%\Telephony\Country List\387,"Name",,"Bosnia and Herzegovina"
1278HKLM,%CurrentVersion%\Telephony\Country List\387,"SameAreaRule",,"G"
1279
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001280HKLM,%CurrentVersion%\Telephony\Country List\389,"CountryCode",0x10001,0x00000185
Alexandre Julliard299d5592004-02-27 22:04:55 +00001281HKLM,%CurrentVersion%\Telephony\Country List\389,"InternationalRule",,"99EFG"
1282HKLM,%CurrentVersion%\Telephony\Country List\389,"LongDistanceRule",,"0FG"
1283HKLM,%CurrentVersion%\Telephony\Country List\389,"Name",,"F.Y.R.O.M. (Former Yugoslav Republic of Macedonia)"
1284HKLM,%CurrentVersion%\Telephony\Country List\389,"SameAreaRule",,"G"
1285
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001286HKLM,%CurrentVersion%\Telephony\Country List\39,"CountryCode",0x10001,0x00000027
Alexandre Julliard299d5592004-02-27 22:04:55 +00001287HKLM,%CurrentVersion%\Telephony\Country List\39,"InternationalRule",,"00EFG"
1288HKLM,%CurrentVersion%\Telephony\Country List\39,"LongDistanceRule",,"IG"
1289HKLM,%CurrentVersion%\Telephony\Country List\39,"Name",,"Italy"
1290HKLM,%CurrentVersion%\Telephony\Country List\39,"SameAreaRule",,"IG"
1291
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001292HKLM,%CurrentVersion%\Telephony\Country List\40,"CountryCode",0x10001,0x00000028
Alexandre Julliard299d5592004-02-27 22:04:55 +00001293HKLM,%CurrentVersion%\Telephony\Country List\40,"InternationalRule",,"00EFG"
1294HKLM,%CurrentVersion%\Telephony\Country List\40,"LongDistanceRule",," 0FG"
1295HKLM,%CurrentVersion%\Telephony\Country List\40,"Name",,"Romania"
1296HKLM,%CurrentVersion%\Telephony\Country List\40,"SameAreaRule",,"G"
1297
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001298HKLM,%CurrentVersion%\Telephony\Country List\41,"CountryCode",0x10001,0x00000029
Alexandre Julliard299d5592004-02-27 22:04:55 +00001299HKLM,%CurrentVersion%\Telephony\Country List\41,"InternationalRule",,"00EFG"
1300HKLM,%CurrentVersion%\Telephony\Country List\41,"LongDistanceRule",,"0FG"
1301HKLM,%CurrentVersion%\Telephony\Country List\41,"Name",,"Switzerland"
1302HKLM,%CurrentVersion%\Telephony\Country List\41,"SameAreaRule",,"G"
1303
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001304HKLM,%CurrentVersion%\Telephony\Country List\420,"CountryCode",0x10001,0x000001a4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001305HKLM,%CurrentVersion%\Telephony\Country List\420,"InternationalRule",,"00EFG"
1306HKLM,%CurrentVersion%\Telephony\Country List\420,"LongDistanceRule",,"0FG"
1307HKLM,%CurrentVersion%\Telephony\Country List\420,"Name",,"Czech Republic"
1308HKLM,%CurrentVersion%\Telephony\Country List\420,"SameAreaRule",,"G"
1309
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001310HKLM,%CurrentVersion%\Telephony\Country List\421,"CountryCode",0x10001,0x000001a5
Alexandre Julliard299d5592004-02-27 22:04:55 +00001311HKLM,%CurrentVersion%\Telephony\Country List\421,"InternationalRule",,"00EFG"
1312HKLM,%CurrentVersion%\Telephony\Country List\421,"LongDistanceRule",,"0FG"
1313HKLM,%CurrentVersion%\Telephony\Country List\421,"Name",,"Slovakia"
1314HKLM,%CurrentVersion%\Telephony\Country List\421,"SameAreaRule",,"G"
1315
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001316HKLM,%CurrentVersion%\Telephony\Country List\423,"CountryCode",0x10001,0x000001a7
Alexandre Julliard299d5592004-02-27 22:04:55 +00001317HKLM,%CurrentVersion%\Telephony\Country List\423,"InternationalRule",,"00EFG"
1318HKLM,%CurrentVersion%\Telephony\Country List\423,"LongDistanceRule",,"G"
1319HKLM,%CurrentVersion%\Telephony\Country List\423,"Name",,"Liechtenstein"
1320HKLM,%CurrentVersion%\Telephony\Country List\423,"SameAreaRule",,"G"
1321
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001322HKLM,%CurrentVersion%\Telephony\Country List\43,"CountryCode",0x10001,0x0000002b
Alexandre Julliard299d5592004-02-27 22:04:55 +00001323HKLM,%CurrentVersion%\Telephony\Country List\43,"InternationalRule",,"00EFG"
1324HKLM,%CurrentVersion%\Telephony\Country List\43,"LongDistanceRule",,"0FG"
1325HKLM,%CurrentVersion%\Telephony\Country List\43,"Name",,"Austria"
1326HKLM,%CurrentVersion%\Telephony\Country List\43,"SameAreaRule",,"G"
1327
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001328HKLM,%CurrentVersion%\Telephony\Country List\44,"CountryCode",0x10001,0x0000002c
Alexandre Julliard299d5592004-02-27 22:04:55 +00001329HKLM,%CurrentVersion%\Telephony\Country List\44,"InternationalRule",,"00EFG"
1330HKLM,%CurrentVersion%\Telephony\Country List\44,"LongDistanceRule",,"0FG"
1331HKLM,%CurrentVersion%\Telephony\Country List\44,"Name",,"United Kingdom"
1332HKLM,%CurrentVersion%\Telephony\Country List\44,"SameAreaRule",,"G"
1333
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001334HKLM,%CurrentVersion%\Telephony\Country List\45,"CountryCode",0x10001,0x0000002d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001335HKLM,%CurrentVersion%\Telephony\Country List\45,"InternationalRule",,"00EFG"
1336HKLM,%CurrentVersion%\Telephony\Country List\45,"LongDistanceRule",,""
1337HKLM,%CurrentVersion%\Telephony\Country List\45,"Name",,"Denmark"
1338HKLM,%CurrentVersion%\Telephony\Country List\45,"SameAreaRule",,"G"
1339
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001340HKLM,%CurrentVersion%\Telephony\Country List\46,"CountryCode",0x10001,0x0000002e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001341HKLM,%CurrentVersion%\Telephony\Country List\46,"InternationalRule",,"00EFG"
1342HKLM,%CurrentVersion%\Telephony\Country List\46,"LongDistanceRule",,"0FG"
1343HKLM,%CurrentVersion%\Telephony\Country List\46,"Name",,"Sweden"
1344HKLM,%CurrentVersion%\Telephony\Country List\46,"SameAreaRule",,"G"
1345
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001346HKLM,%CurrentVersion%\Telephony\Country List\47,"CountryCode",0x10001,0x0000002f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001347HKLM,%CurrentVersion%\Telephony\Country List\47,"InternationalRule",,"00EFG"
1348HKLM,%CurrentVersion%\Telephony\Country List\47,"LongDistanceRule",,""
1349HKLM,%CurrentVersion%\Telephony\Country List\47,"Name",,"Norway"
1350HKLM,%CurrentVersion%\Telephony\Country List\47,"SameAreaRule",,"G"
1351
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001352HKLM,%CurrentVersion%\Telephony\Country List\48,"CountryCode",0x10001,0x00000030
Alexandre Julliard299d5592004-02-27 22:04:55 +00001353HKLM,%CurrentVersion%\Telephony\Country List\48,"InternationalRule",,"00EFG"
1354HKLM,%CurrentVersion%\Telephony\Country List\48,"LongDistanceRule",,"0FG"
1355HKLM,%CurrentVersion%\Telephony\Country List\48,"Name",,"Poland"
1356HKLM,%CurrentVersion%\Telephony\Country List\48,"SameAreaRule",,"G"
1357
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001358HKLM,%CurrentVersion%\Telephony\Country List\49,"CountryCode",0x10001,0x00000031
Alexandre Julliard299d5592004-02-27 22:04:55 +00001359HKLM,%CurrentVersion%\Telephony\Country List\49,"InternationalRule",,"00EFG"
1360HKLM,%CurrentVersion%\Telephony\Country List\49,"LongDistanceRule",,"0FG"
1361HKLM,%CurrentVersion%\Telephony\Country List\49,"Name",,"Germany"
1362HKLM,%CurrentVersion%\Telephony\Country List\49,"SameAreaRule",,"G"
1363
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001364HKLM,%CurrentVersion%\Telephony\Country List\500,"CountryCode",0x10001,0x000001f4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001365HKLM,%CurrentVersion%\Telephony\Country List\500,"InternationalRule",,"0EFG"
1366HKLM,%CurrentVersion%\Telephony\Country List\500,"LongDistanceRule",,""
1367HKLM,%CurrentVersion%\Telephony\Country List\500,"Name",,"Falkland Islands (Islas Malvinas)"
1368HKLM,%CurrentVersion%\Telephony\Country List\500,"SameAreaRule",,"G"
1369
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001370HKLM,%CurrentVersion%\Telephony\Country List\501,"CountryCode",0x10001,0x000001f5
Alexandre Julliard299d5592004-02-27 22:04:55 +00001371HKLM,%CurrentVersion%\Telephony\Country List\501,"InternationalRule",,"00EFG"
1372HKLM,%CurrentVersion%\Telephony\Country List\501,"LongDistanceRule",,"0FG"
1373HKLM,%CurrentVersion%\Telephony\Country List\501,"Name",,"Belize"
1374HKLM,%CurrentVersion%\Telephony\Country List\501,"SameAreaRule",,"G"
1375
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001376HKLM,%CurrentVersion%\Telephony\Country List\502,"CountryCode",0x10001,0x000001f6
Alexandre Julliard299d5592004-02-27 22:04:55 +00001377HKLM,%CurrentVersion%\Telephony\Country List\502,"InternationalRule",,"00EFG"
1378HKLM,%CurrentVersion%\Telephony\Country List\502,"LongDistanceRule",,"0FG"
1379HKLM,%CurrentVersion%\Telephony\Country List\502,"Name",,"Guatemala"
1380HKLM,%CurrentVersion%\Telephony\Country List\502,"SameAreaRule",,"G"
1381
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001382HKLM,%CurrentVersion%\Telephony\Country List\503,"CountryCode",0x10001,0x000001f7
Alexandre Julliard299d5592004-02-27 22:04:55 +00001383HKLM,%CurrentVersion%\Telephony\Country List\503,"InternationalRule",,"0EFG"
1384HKLM,%CurrentVersion%\Telephony\Country List\503,"LongDistanceRule",,""
1385HKLM,%CurrentVersion%\Telephony\Country List\503,"Name",,"El Salvador"
1386HKLM,%CurrentVersion%\Telephony\Country List\503,"SameAreaRule",,"G"
1387
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001388HKLM,%CurrentVersion%\Telephony\Country List\504,"CountryCode",0x10001,0x000001f8
Alexandre Julliard299d5592004-02-27 22:04:55 +00001389HKLM,%CurrentVersion%\Telephony\Country List\504,"InternationalRule",,"00EFG"
1390HKLM,%CurrentVersion%\Telephony\Country List\504,"LongDistanceRule",,""
1391HKLM,%CurrentVersion%\Telephony\Country List\504,"Name",,"Honduras"
1392HKLM,%CurrentVersion%\Telephony\Country List\504,"SameAreaRule",,"G"
1393
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001394HKLM,%CurrentVersion%\Telephony\Country List\505,"CountryCode",0x10001,0x000001f9
Alexandre Julliard299d5592004-02-27 22:04:55 +00001395HKLM,%CurrentVersion%\Telephony\Country List\505,"InternationalRule",,"00EFG"
1396HKLM,%CurrentVersion%\Telephony\Country List\505,"LongDistanceRule",,"0FG"
1397HKLM,%CurrentVersion%\Telephony\Country List\505,"Name",,"Nicaragua"
1398HKLM,%CurrentVersion%\Telephony\Country List\505,"SameAreaRule",,"G"
1399
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001400HKLM,%CurrentVersion%\Telephony\Country List\506,"CountryCode",0x10001,0x000001fa
Alexandre Julliard299d5592004-02-27 22:04:55 +00001401HKLM,%CurrentVersion%\Telephony\Country List\506,"InternationalRule",,"00EFG"
1402HKLM,%CurrentVersion%\Telephony\Country List\506,"LongDistanceRule",,""
1403HKLM,%CurrentVersion%\Telephony\Country List\506,"Name",,"Costa Rica"
1404HKLM,%CurrentVersion%\Telephony\Country List\506,"SameAreaRule",,"G"
1405
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001406HKLM,%CurrentVersion%\Telephony\Country List\507,"CountryCode",0x10001,0x000001fb
Alexandre Julliard299d5592004-02-27 22:04:55 +00001407HKLM,%CurrentVersion%\Telephony\Country List\507,"InternationalRule",,"00EFG"
1408HKLM,%CurrentVersion%\Telephony\Country List\507,"LongDistanceRule",,""
1409HKLM,%CurrentVersion%\Telephony\Country List\507,"Name",,"Panama"
1410HKLM,%CurrentVersion%\Telephony\Country List\507,"SameAreaRule",,"G"
1411
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001412HKLM,%CurrentVersion%\Telephony\Country List\508,"CountryCode",0x10001,0x000001fc
Alexandre Julliard299d5592004-02-27 22:04:55 +00001413HKLM,%CurrentVersion%\Telephony\Country List\508,"InternationalRule",,"00,EFG"
1414HKLM,%CurrentVersion%\Telephony\Country List\508,"LongDistanceRule",,""
1415HKLM,%CurrentVersion%\Telephony\Country List\508,"Name",,"St. Pierre and Miquelon"
1416HKLM,%CurrentVersion%\Telephony\Country List\508,"SameAreaRule",,"G"
1417
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001418HKLM,%CurrentVersion%\Telephony\Country List\509,"CountryCode",0x10001,0x000001fd
Alexandre Julliard299d5592004-02-27 22:04:55 +00001419HKLM,%CurrentVersion%\Telephony\Country List\509,"InternationalRule",,"00EFG"
1420HKLM,%CurrentVersion%\Telephony\Country List\509,"LongDistanceRule",,""
1421HKLM,%CurrentVersion%\Telephony\Country List\509,"Name",,"Haiti"
1422HKLM,%CurrentVersion%\Telephony\Country List\509,"SameAreaRule",,"G"
1423
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001424HKLM,%CurrentVersion%\Telephony\Country List\51,"CountryCode",0x10001,0x00000033
Alexandre Julliard299d5592004-02-27 22:04:55 +00001425HKLM,%CurrentVersion%\Telephony\Country List\51,"InternationalRule",,"00EFG"
1426HKLM,%CurrentVersion%\Telephony\Country List\51,"LongDistanceRule",,"0FG"
1427HKLM,%CurrentVersion%\Telephony\Country List\51,"Name",,"Peru"
1428HKLM,%CurrentVersion%\Telephony\Country List\51,"SameAreaRule",,"G"
1429
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001430HKLM,%CurrentVersion%\Telephony\Country List\52,"CountryCode",0x10001,0x00000034
Alexandre Julliard299d5592004-02-27 22:04:55 +00001431HKLM,%CurrentVersion%\Telephony\Country List\52,"InternationalRule",,"00EFG"
1432HKLM,%CurrentVersion%\Telephony\Country List\52,"LongDistanceRule",," 01FG"
1433HKLM,%CurrentVersion%\Telephony\Country List\52,"Name",,"Mexico"
1434HKLM,%CurrentVersion%\Telephony\Country List\52,"SameAreaRule",,"G"
1435
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001436HKLM,%CurrentVersion%\Telephony\Country List\53,"CountryCode",0x10001,0x00000035
Alexandre Julliard299d5592004-02-27 22:04:55 +00001437HKLM,%CurrentVersion%\Telephony\Country List\53,"InternationalRule",,"119EFG"
1438HKLM,%CurrentVersion%\Telephony\Country List\53,"LongDistanceRule",,"0FG"
1439HKLM,%CurrentVersion%\Telephony\Country List\53,"Name",,"Cuba"
1440HKLM,%CurrentVersion%\Telephony\Country List\53,"SameAreaRule",,"G"
1441
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001442HKLM,%CurrentVersion%\Telephony\Country List\5399,"CountryCode",0x10001,0x00000035
Alexandre Julliard299d5592004-02-27 22:04:55 +00001443HKLM,%CurrentVersion%\Telephony\Country List\5399,"InternationalRule",,"00EFG"
1444HKLM,%CurrentVersion%\Telephony\Country List\5399,"LongDistanceRule",,"0FG"
1445HKLM,%CurrentVersion%\Telephony\Country List\5399,"Name",,"Guantanamo Bay"
1446HKLM,%CurrentVersion%\Telephony\Country List\5399,"SameAreaRule",,"G"
1447
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001448HKLM,%CurrentVersion%\Telephony\Country List\54,"CountryCode",0x10001,0x00000036
Alexandre Julliard299d5592004-02-27 22:04:55 +00001449HKLM,%CurrentVersion%\Telephony\Country List\54,"InternationalRule",,"00EFG"
1450HKLM,%CurrentVersion%\Telephony\Country List\54,"LongDistanceRule",,"0FG"
1451HKLM,%CurrentVersion%\Telephony\Country List\54,"Name",,"Argentina"
1452HKLM,%CurrentVersion%\Telephony\Country List\54,"SameAreaRule",,"G"
1453
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001454HKLM,%CurrentVersion%\Telephony\Country List\55,"CountryCode",0x10001,0x00000037
Alexandre Julliard299d5592004-02-27 22:04:55 +00001455HKLM,%CurrentVersion%\Telephony\Country List\55,"InternationalRule",,"00EFG"
1456HKLM,%CurrentVersion%\Telephony\Country List\55,"LongDistanceRule",,"0FG"
1457HKLM,%CurrentVersion%\Telephony\Country List\55,"Name",,"Brazil"
1458HKLM,%CurrentVersion%\Telephony\Country List\55,"SameAreaRule",,"G"
1459
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001460HKLM,%CurrentVersion%\Telephony\Country List\56,"CountryCode",0x10001,0x00000038
Alexandre Julliard299d5592004-02-27 22:04:55 +00001461HKLM,%CurrentVersion%\Telephony\Country List\56,"InternationalRule",,"00EFG"
1462HKLM,%CurrentVersion%\Telephony\Country List\56,"LongDistanceRule",,"FG"
1463HKLM,%CurrentVersion%\Telephony\Country List\56,"Name",,"Chile"
1464HKLM,%CurrentVersion%\Telephony\Country List\56,"SameAreaRule",,"G"
1465
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001466HKLM,%CurrentVersion%\Telephony\Country List\57,"CountryCode",0x10001,0x00000039
Alexandre Julliard299d5592004-02-27 22:04:55 +00001467HKLM,%CurrentVersion%\Telephony\Country List\57,"InternationalRule",,"009EFG"
1468HKLM,%CurrentVersion%\Telephony\Country List\57,"LongDistanceRule",,"09FG"
1469HKLM,%CurrentVersion%\Telephony\Country List\57,"Name",,"Colombia"
1470HKLM,%CurrentVersion%\Telephony\Country List\57,"SameAreaRule",,"G"
1471
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001472HKLM,%CurrentVersion%\Telephony\Country List\58,"CountryCode",0x10001,0x0000003a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001473HKLM,%CurrentVersion%\Telephony\Country List\58,"InternationalRule",,"00EFG"
1474HKLM,%CurrentVersion%\Telephony\Country List\58,"LongDistanceRule",,"0FG"
1475HKLM,%CurrentVersion%\Telephony\Country List\58,"Name",,"Venezuela"
1476HKLM,%CurrentVersion%\Telephony\Country List\58,"SameAreaRule",,"G"
1477
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001478HKLM,%CurrentVersion%\Telephony\Country List\590,"CountryCode",0x10001,0x0000024e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001479HKLM,%CurrentVersion%\Telephony\Country List\590,"InternationalRule",,"00,EFG"
1480HKLM,%CurrentVersion%\Telephony\Country List\590,"LongDistanceRule",,""
1481HKLM,%CurrentVersion%\Telephony\Country List\590,"Name",,"Guadeloupe"
1482HKLM,%CurrentVersion%\Telephony\Country List\590,"SameAreaRule",,"G"
1483
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001484HKLM,%CurrentVersion%\Telephony\Country List\5901,"CountryCode",0x10001,0x0000024e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001485HKLM,%CurrentVersion%\Telephony\Country List\5901,"InternationalRule",,"00,EFG"
1486HKLM,%CurrentVersion%\Telephony\Country List\5901,"LongDistanceRule",,""
1487HKLM,%CurrentVersion%\Telephony\Country List\5901,"Name",,"French Antilles"
1488HKLM,%CurrentVersion%\Telephony\Country List\5901,"SameAreaRule",,"G"
1489
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001490HKLM,%CurrentVersion%\Telephony\Country List\591,"CountryCode",0x10001,0x0000024f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001491HKLM,%CurrentVersion%\Telephony\Country List\591,"InternationalRule",,"00EFG"
1492HKLM,%CurrentVersion%\Telephony\Country List\591,"LongDistanceRule",,"0FG"
1493HKLM,%CurrentVersion%\Telephony\Country List\591,"Name",,"Bolivia"
1494HKLM,%CurrentVersion%\Telephony\Country List\591,"SameAreaRule",,"G"
1495
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001496HKLM,%CurrentVersion%\Telephony\Country List\592,"CountryCode",0x10001,0x00000250
Alexandre Julliard299d5592004-02-27 22:04:55 +00001497HKLM,%CurrentVersion%\Telephony\Country List\592,"InternationalRule",,"001EFG"
1498HKLM,%CurrentVersion%\Telephony\Country List\592,"LongDistanceRule",,"0FG"
1499HKLM,%CurrentVersion%\Telephony\Country List\592,"Name",,"Guyana"
1500HKLM,%CurrentVersion%\Telephony\Country List\592,"SameAreaRule",,"G"
1501
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001502HKLM,%CurrentVersion%\Telephony\Country List\593,"CountryCode",0x10001,0x00000251
Alexandre Julliard299d5592004-02-27 22:04:55 +00001503HKLM,%CurrentVersion%\Telephony\Country List\593,"InternationalRule",,"00EFG"
1504HKLM,%CurrentVersion%\Telephony\Country List\593,"LongDistanceRule",,"0FG"
1505HKLM,%CurrentVersion%\Telephony\Country List\593,"Name",,"Ecuador"
1506HKLM,%CurrentVersion%\Telephony\Country List\593,"SameAreaRule",,"G"
1507
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001508HKLM,%CurrentVersion%\Telephony\Country List\594,"CountryCode",0x10001,0x00000252
Alexandre Julliard299d5592004-02-27 22:04:55 +00001509HKLM,%CurrentVersion%\Telephony\Country List\594,"InternationalRule",,"00,EFG"
1510HKLM,%CurrentVersion%\Telephony\Country List\594,"LongDistanceRule",,""
1511HKLM,%CurrentVersion%\Telephony\Country List\594,"Name",,"French Guiana"
1512HKLM,%CurrentVersion%\Telephony\Country List\594,"SameAreaRule",,"G"
1513
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001514HKLM,%CurrentVersion%\Telephony\Country List\595,"CountryCode",0x10001,0x00000253
Alexandre Julliard299d5592004-02-27 22:04:55 +00001515HKLM,%CurrentVersion%\Telephony\Country List\595,"InternationalRule",,"00EFG"
1516HKLM,%CurrentVersion%\Telephony\Country List\595,"LongDistanceRule",,"0FG"
1517HKLM,%CurrentVersion%\Telephony\Country List\595,"Name",,"Paraguay"
1518HKLM,%CurrentVersion%\Telephony\Country List\595,"SameAreaRule",,"G"
1519
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001520HKLM,%CurrentVersion%\Telephony\Country List\596,"CountryCode",0x10001,0x00000254
Alexandre Julliard299d5592004-02-27 22:04:55 +00001521HKLM,%CurrentVersion%\Telephony\Country List\596,"InternationalRule",,"00,EFG"
1522HKLM,%CurrentVersion%\Telephony\Country List\596,"LongDistanceRule",,""
1523HKLM,%CurrentVersion%\Telephony\Country List\596,"Name",,"Martinique"
1524HKLM,%CurrentVersion%\Telephony\Country List\596,"SameAreaRule",,"G"
1525
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001526HKLM,%CurrentVersion%\Telephony\Country List\597,"CountryCode",0x10001,0x00000255
Alexandre Julliard299d5592004-02-27 22:04:55 +00001527HKLM,%CurrentVersion%\Telephony\Country List\597,"InternationalRule",,"00EFG"
1528HKLM,%CurrentVersion%\Telephony\Country List\597,"LongDistanceRule",,""
1529HKLM,%CurrentVersion%\Telephony\Country List\597,"Name",,"Suriname"
1530HKLM,%CurrentVersion%\Telephony\Country List\597,"SameAreaRule",,"G"
1531
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001532HKLM,%CurrentVersion%\Telephony\Country List\598,"CountryCode",0x10001,0x00000256
Alexandre Julliard299d5592004-02-27 22:04:55 +00001533HKLM,%CurrentVersion%\Telephony\Country List\598,"InternationalRule",,"00EFG"
1534HKLM,%CurrentVersion%\Telephony\Country List\598,"LongDistanceRule",,"0FG"
1535HKLM,%CurrentVersion%\Telephony\Country List\598,"Name",,"Uruguay"
1536HKLM,%CurrentVersion%\Telephony\Country List\598,"SameAreaRule",,"G"
1537
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001538HKLM,%CurrentVersion%\Telephony\Country List\599,"CountryCode",0x10001,0x00000257
Alexandre Julliard299d5592004-02-27 22:04:55 +00001539HKLM,%CurrentVersion%\Telephony\Country List\599,"InternationalRule",,"00EFG"
1540HKLM,%CurrentVersion%\Telephony\Country List\599,"LongDistanceRule",,"0FG"
1541HKLM,%CurrentVersion%\Telephony\Country List\599,"Name",,"Netherlands Antilles"
1542HKLM,%CurrentVersion%\Telephony\Country List\599,"SameAreaRule",,"G"
1543
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001544HKLM,%CurrentVersion%\Telephony\Country List\60,"CountryCode",0x10001,0x0000003c
Alexandre Julliard299d5592004-02-27 22:04:55 +00001545HKLM,%CurrentVersion%\Telephony\Country List\60,"InternationalRule",,"00EFG"
1546HKLM,%CurrentVersion%\Telephony\Country List\60,"LongDistanceRule",,""
1547HKLM,%CurrentVersion%\Telephony\Country List\60,"Name",,"Malaysia"
1548HKLM,%CurrentVersion%\Telephony\Country List\60,"SameAreaRule",,"G"
1549
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001550HKLM,%CurrentVersion%\Telephony\Country List\61,"CountryCode",0x10001,0x0000003d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001551HKLM,%CurrentVersion%\Telephony\Country List\61,"InternationalRule",,"0011EFG"
1552HKLM,%CurrentVersion%\Telephony\Country List\61,"LongDistanceRule",," 0FG"
1553HKLM,%CurrentVersion%\Telephony\Country List\61,"Name",,"Australia"
1554HKLM,%CurrentVersion%\Telephony\Country List\61,"SameAreaRule",,"G"
1555
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001556HKLM,%CurrentVersion%\Telephony\Country List\6101,"CountryCode",0x10001,0x0000003d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001557HKLM,%CurrentVersion%\Telephony\Country List\6101,"InternationalRule",,"00EFG"
1558HKLM,%CurrentVersion%\Telephony\Country List\6101,"LongDistanceRule",," 0FG"
1559HKLM,%CurrentVersion%\Telephony\Country List\6101,"Name",,"Cocos-Keeling Islands"
1560HKLM,%CurrentVersion%\Telephony\Country List\6101,"SameAreaRule",,"G"
1561
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001562HKLM,%CurrentVersion%\Telephony\Country List\62,"CountryCode",0x10001,0x0000003e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001563HKLM,%CurrentVersion%\Telephony\Country List\62,"InternationalRule",,"001EFG"
1564HKLM,%CurrentVersion%\Telephony\Country List\62,"LongDistanceRule",,"0FG"
1565HKLM,%CurrentVersion%\Telephony\Country List\62,"Name",,"Indonesia"
1566HKLM,%CurrentVersion%\Telephony\Country List\62,"SameAreaRule",,"G"
1567
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001568HKLM,%CurrentVersion%\Telephony\Country List\63,"CountryCode",0x10001,0x0000003f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001569HKLM,%CurrentVersion%\Telephony\Country List\63,"InternationalRule",,"00EFG"
1570HKLM,%CurrentVersion%\Telephony\Country List\63,"LongDistanceRule",,"0FG"
1571HKLM,%CurrentVersion%\Telephony\Country List\63,"Name",,"Philippines"
1572HKLM,%CurrentVersion%\Telephony\Country List\63,"SameAreaRule",,"G"
1573
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001574HKLM,%CurrentVersion%\Telephony\Country List\64,"CountryCode",0x10001,0x00000040
Alexandre Julliard299d5592004-02-27 22:04:55 +00001575HKLM,%CurrentVersion%\Telephony\Country List\64,"InternationalRule",,"00EFG"
1576HKLM,%CurrentVersion%\Telephony\Country List\64,"LongDistanceRule",,"0FG"
1577HKLM,%CurrentVersion%\Telephony\Country List\64,"Name",,"New Zealand"
1578HKLM,%CurrentVersion%\Telephony\Country List\64,"SameAreaRule",,"G"
1579
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001580HKLM,%CurrentVersion%\Telephony\Country List\65,"CountryCode",0x10001,0x00000041
Alexandre Julliard299d5592004-02-27 22:04:55 +00001581HKLM,%CurrentVersion%\Telephony\Country List\65,"InternationalRule",,"001EFG"
1582HKLM,%CurrentVersion%\Telephony\Country List\65,"LongDistanceRule",,""
1583HKLM,%CurrentVersion%\Telephony\Country List\65,"Name",,"Singapore"
1584HKLM,%CurrentVersion%\Telephony\Country List\65,"SameAreaRule",,"G"
1585
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001586HKLM,%CurrentVersion%\Telephony\Country List\66,"CountryCode",0x10001,0x00000042
Alexandre Julliard299d5592004-02-27 22:04:55 +00001587HKLM,%CurrentVersion%\Telephony\Country List\66,"InternationalRule",,"001EFG"
1588HKLM,%CurrentVersion%\Telephony\Country List\66,"LongDistanceRule",,"0FG"
1589HKLM,%CurrentVersion%\Telephony\Country List\66,"Name",,"Thailand"
1590HKLM,%CurrentVersion%\Telephony\Country List\66,"SameAreaRule",,"G"
1591
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001592HKLM,%CurrentVersion%\Telephony\Country List\670,"CountryCode",0x10001,0x0000029e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001593HKLM,%CurrentVersion%\Telephony\Country List\670,"InternationalRule",,"011EFG"
1594HKLM,%CurrentVersion%\Telephony\Country List\670,"LongDistanceRule",," 1FG"
1595HKLM,%CurrentVersion%\Telephony\Country List\670,"Name",,"Saipan Island"
1596HKLM,%CurrentVersion%\Telephony\Country List\670,"SameAreaRule",,"G"
1597
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001598HKLM,%CurrentVersion%\Telephony\Country List\6701,"CountryCode",0x10001,0x0000029e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001599HKLM,%CurrentVersion%\Telephony\Country List\6701,"InternationalRule",,"011EFG"
1600HKLM,%CurrentVersion%\Telephony\Country List\6701,"LongDistanceRule",," 1FG"
1601HKLM,%CurrentVersion%\Telephony\Country List\6701,"Name",,"Rota Island"
1602HKLM,%CurrentVersion%\Telephony\Country List\6701,"SameAreaRule",,"G"
1603
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001604HKLM,%CurrentVersion%\Telephony\Country List\6702,"CountryCode",0x10001,0x0000029e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001605HKLM,%CurrentVersion%\Telephony\Country List\6702,"InternationalRule",,"011EFG"
1606HKLM,%CurrentVersion%\Telephony\Country List\6702,"LongDistanceRule",," 1FG"
1607HKLM,%CurrentVersion%\Telephony\Country List\6702,"Name",,"Tinian Island"
1608HKLM,%CurrentVersion%\Telephony\Country List\6702,"SameAreaRule",,"G"
1609
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001610HKLM,%CurrentVersion%\Telephony\Country List\672,"CountryCode",0x10001,0x000002a0
Alexandre Julliard299d5592004-02-27 22:04:55 +00001611HKLM,%CurrentVersion%\Telephony\Country List\672,"InternationalRule",,"00EFG"
1612HKLM,%CurrentVersion%\Telephony\Country List\672,"LongDistanceRule",,"0FG"
1613HKLM,%CurrentVersion%\Telephony\Country List\672,"Name",,"Christmas Island"
1614HKLM,%CurrentVersion%\Telephony\Country List\672,"SameAreaRule",,"G"
1615
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001616HKLM,%CurrentVersion%\Telephony\Country List\6722,"CountryCode",0x10001,0x000002a0
Alexandre Julliard299d5592004-02-27 22:04:55 +00001617HKLM,%CurrentVersion%\Telephony\Country List\6722,"InternationalRule",,"0101EFG"
1618HKLM,%CurrentVersion%\Telephony\Country List\6722,"LongDistanceRule",,""
1619HKLM,%CurrentVersion%\Telephony\Country List\6722,"Name",,"Norfolk Island"
1620HKLM,%CurrentVersion%\Telephony\Country List\6722,"SameAreaRule",,"G"
1621
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001622HKLM,%CurrentVersion%\Telephony\Country List\673,"CountryCode",0x10001,0x000002a1
Alexandre Julliard299d5592004-02-27 22:04:55 +00001623HKLM,%CurrentVersion%\Telephony\Country List\673,"InternationalRule",,"00EFG"
1624HKLM,%CurrentVersion%\Telephony\Country List\673,"LongDistanceRule",,"0FG"
1625HKLM,%CurrentVersion%\Telephony\Country List\673,"Name",,"Brunei"
1626HKLM,%CurrentVersion%\Telephony\Country List\673,"SameAreaRule",,"G"
1627
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001628HKLM,%CurrentVersion%\Telephony\Country List\674,"CountryCode",0x10001,0x000002a2
Alexandre Julliard299d5592004-02-27 22:04:55 +00001629HKLM,%CurrentVersion%\Telephony\Country List\674,"InternationalRule",,"00EFG"
1630HKLM,%CurrentVersion%\Telephony\Country List\674,"LongDistanceRule",,""
1631HKLM,%CurrentVersion%\Telephony\Country List\674,"Name",,"Nauru"
1632HKLM,%CurrentVersion%\Telephony\Country List\674,"SameAreaRule",,"G"
1633
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001634HKLM,%CurrentVersion%\Telephony\Country List\675,"CountryCode",0x10001,0x000002a3
Alexandre Julliard299d5592004-02-27 22:04:55 +00001635HKLM,%CurrentVersion%\Telephony\Country List\675,"InternationalRule",,"05EFG"
1636HKLM,%CurrentVersion%\Telephony\Country List\675,"LongDistanceRule",,""
1637HKLM,%CurrentVersion%\Telephony\Country List\675,"Name",,"Papua New Guinea"
1638HKLM,%CurrentVersion%\Telephony\Country List\675,"SameAreaRule",,"G"
1639
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001640HKLM,%CurrentVersion%\Telephony\Country List\676,"CountryCode",0x10001,0x000002a4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001641HKLM,%CurrentVersion%\Telephony\Country List\676,"InternationalRule",,"00EFG"
1642HKLM,%CurrentVersion%\Telephony\Country List\676,"LongDistanceRule",,""
1643HKLM,%CurrentVersion%\Telephony\Country List\676,"Name",,"Tonga"
1644HKLM,%CurrentVersion%\Telephony\Country List\676,"SameAreaRule",,"G"
1645
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001646HKLM,%CurrentVersion%\Telephony\Country List\677,"CountryCode",0x10001,0x000002a5
Alexandre Julliard299d5592004-02-27 22:04:55 +00001647HKLM,%CurrentVersion%\Telephony\Country List\677,"InternationalRule",,"00EFG"
1648HKLM,%CurrentVersion%\Telephony\Country List\677,"LongDistanceRule",,""
1649HKLM,%CurrentVersion%\Telephony\Country List\677,"Name",,"Solomon Islands"
1650HKLM,%CurrentVersion%\Telephony\Country List\677,"SameAreaRule",,"G"
1651
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001652HKLM,%CurrentVersion%\Telephony\Country List\678,"CountryCode",0x10001,0x000002a6
Alexandre Julliard299d5592004-02-27 22:04:55 +00001653HKLM,%CurrentVersion%\Telephony\Country List\678,"InternationalRule",,"00EFG"
1654HKLM,%CurrentVersion%\Telephony\Country List\678,"LongDistanceRule",,""
1655HKLM,%CurrentVersion%\Telephony\Country List\678,"Name",,"Vanuatu"
1656HKLM,%CurrentVersion%\Telephony\Country List\678,"SameAreaRule",,"G"
1657
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001658HKLM,%CurrentVersion%\Telephony\Country List\679,"CountryCode",0x10001,0x000002a7
Alexandre Julliard299d5592004-02-27 22:04:55 +00001659HKLM,%CurrentVersion%\Telephony\Country List\679,"InternationalRule",,"05EFG"
1660HKLM,%CurrentVersion%\Telephony\Country List\679,"LongDistanceRule",,""
1661HKLM,%CurrentVersion%\Telephony\Country List\679,"Name",,"Fiji Islands"
1662HKLM,%CurrentVersion%\Telephony\Country List\679,"SameAreaRule",,"G"
1663
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001664HKLM,%CurrentVersion%\Telephony\Country List\680,"CountryCode",0x10001,0x000002a8
Alexandre Julliard299d5592004-02-27 22:04:55 +00001665HKLM,%CurrentVersion%\Telephony\Country List\680,"InternationalRule",,"00EFG"
1666HKLM,%CurrentVersion%\Telephony\Country List\680,"LongDistanceRule",,""
1667HKLM,%CurrentVersion%\Telephony\Country List\680,"Name",,"Palau"
1668HKLM,%CurrentVersion%\Telephony\Country List\680,"SameAreaRule",,"G"
1669
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001670HKLM,%CurrentVersion%\Telephony\Country List\681,"CountryCode",0x10001,0x000002a9
Alexandre Julliard299d5592004-02-27 22:04:55 +00001671HKLM,%CurrentVersion%\Telephony\Country List\681,"InternationalRule",,"00,EFG"
1672HKLM,%CurrentVersion%\Telephony\Country List\681,"LongDistanceRule",,""
1673HKLM,%CurrentVersion%\Telephony\Country List\681,"Name",,"Wallis and Futuna Islands"
1674HKLM,%CurrentVersion%\Telephony\Country List\681,"SameAreaRule",,"G"
1675
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001676HKLM,%CurrentVersion%\Telephony\Country List\682,"CountryCode",0x10001,0x000002aa
Alexandre Julliard299d5592004-02-27 22:04:55 +00001677HKLM,%CurrentVersion%\Telephony\Country List\682,"InternationalRule",,"00EFG"
1678HKLM,%CurrentVersion%\Telephony\Country List\682,"LongDistanceRule",,""
1679HKLM,%CurrentVersion%\Telephony\Country List\682,"Name",,"Cook Islands"
1680HKLM,%CurrentVersion%\Telephony\Country List\682,"SameAreaRule",,"G"
1681
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001682HKLM,%CurrentVersion%\Telephony\Country List\683,"CountryCode",0x10001,0x000002ab
Alexandre Julliard299d5592004-02-27 22:04:55 +00001683HKLM,%CurrentVersion%\Telephony\Country List\683,"InternationalRule",,"00EFG"
1684HKLM,%CurrentVersion%\Telephony\Country List\683,"LongDistanceRule",,""
1685HKLM,%CurrentVersion%\Telephony\Country List\683,"Name",,"Niue"
1686HKLM,%CurrentVersion%\Telephony\Country List\683,"SameAreaRule",,"G"
1687
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001688HKLM,%CurrentVersion%\Telephony\Country List\684,"CountryCode",0x10001,0x000002ac
Alexandre Julliard299d5592004-02-27 22:04:55 +00001689HKLM,%CurrentVersion%\Telephony\Country List\684,"InternationalRule",,"1EFG"
1690HKLM,%CurrentVersion%\Telephony\Country List\684,"LongDistanceRule",,""
1691HKLM,%CurrentVersion%\Telephony\Country List\684,"Name",,"American Samoa"
1692HKLM,%CurrentVersion%\Telephony\Country List\684,"SameAreaRule",,"G"
1693
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001694HKLM,%CurrentVersion%\Telephony\Country List\685,"CountryCode",0x10001,0x000002ad
Alexandre Julliard299d5592004-02-27 22:04:55 +00001695HKLM,%CurrentVersion%\Telephony\Country List\685,"InternationalRule",,"0EFG"
1696HKLM,%CurrentVersion%\Telephony\Country List\685,"LongDistanceRule",,""
1697HKLM,%CurrentVersion%\Telephony\Country List\685,"Name",,"Samoa"
1698HKLM,%CurrentVersion%\Telephony\Country List\685,"SameAreaRule",,"G"
1699
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001700HKLM,%CurrentVersion%\Telephony\Country List\686,"CountryCode",0x10001,0x000002ae
Alexandre Julliard299d5592004-02-27 22:04:55 +00001701HKLM,%CurrentVersion%\Telephony\Country List\686,"InternationalRule",,"00EFG"
1702HKLM,%CurrentVersion%\Telephony\Country List\686,"LongDistanceRule",,""
1703HKLM,%CurrentVersion%\Telephony\Country List\686,"Name",,"Kiribati"
1704HKLM,%CurrentVersion%\Telephony\Country List\686,"SameAreaRule",,"G"
1705
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001706HKLM,%CurrentVersion%\Telephony\Country List\687,"CountryCode",0x10001,0x000002af
Alexandre Julliard299d5592004-02-27 22:04:55 +00001707HKLM,%CurrentVersion%\Telephony\Country List\687,"InternationalRule",,"00EFG"
1708HKLM,%CurrentVersion%\Telephony\Country List\687,"LongDistanceRule",,""
1709HKLM,%CurrentVersion%\Telephony\Country List\687,"Name",,"New Caledonia"
1710HKLM,%CurrentVersion%\Telephony\Country List\687,"SameAreaRule",,"G"
1711
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001712HKLM,%CurrentVersion%\Telephony\Country List\688,"CountryCode",0x10001,0x000002b0
Alexandre Julliard299d5592004-02-27 22:04:55 +00001713HKLM,%CurrentVersion%\Telephony\Country List\688,"InternationalRule",,"00EFG"
1714HKLM,%CurrentVersion%\Telephony\Country List\688,"LongDistanceRule",,""
1715HKLM,%CurrentVersion%\Telephony\Country List\688,"Name",,"Tuvalu"
1716HKLM,%CurrentVersion%\Telephony\Country List\688,"SameAreaRule",,"G"
1717
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001718HKLM,%CurrentVersion%\Telephony\Country List\689,"CountryCode",0x10001,0x000002b1
Alexandre Julliard299d5592004-02-27 22:04:55 +00001719HKLM,%CurrentVersion%\Telephony\Country List\689,"InternationalRule",,"00EFG"
1720HKLM,%CurrentVersion%\Telephony\Country List\689,"LongDistanceRule",,""
1721HKLM,%CurrentVersion%\Telephony\Country List\689,"Name",,"French Polynesia"
1722HKLM,%CurrentVersion%\Telephony\Country List\689,"SameAreaRule",,"G"
1723
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001724HKLM,%CurrentVersion%\Telephony\Country List\690,"CountryCode",0x10001,0x000002b2
Alexandre Julliard299d5592004-02-27 22:04:55 +00001725HKLM,%CurrentVersion%\Telephony\Country List\690,"InternationalRule",,"00EFG"
1726HKLM,%CurrentVersion%\Telephony\Country List\690,"LongDistanceRule",,""
1727HKLM,%CurrentVersion%\Telephony\Country List\690,"Name",,"Tokelau"
1728HKLM,%CurrentVersion%\Telephony\Country List\690,"SameAreaRule",,"G"
1729
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001730HKLM,%CurrentVersion%\Telephony\Country List\691,"CountryCode",0x10001,0x000002b3
Alexandre Julliard299d5592004-02-27 22:04:55 +00001731HKLM,%CurrentVersion%\Telephony\Country List\691,"InternationalRule",,"011EFG"
1732HKLM,%CurrentVersion%\Telephony\Country List\691,"LongDistanceRule",,""
1733HKLM,%CurrentVersion%\Telephony\Country List\691,"Name",,"Micronesia, Federated States of"
1734HKLM,%CurrentVersion%\Telephony\Country List\691,"SameAreaRule",,"G"
1735
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001736HKLM,%CurrentVersion%\Telephony\Country List\692,"CountryCode",0x10001,0x000002b4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001737HKLM,%CurrentVersion%\Telephony\Country List\692,"InternationalRule",,"011EFG"
1738HKLM,%CurrentVersion%\Telephony\Country List\692,"LongDistanceRule",,"1FG"
1739HKLM,%CurrentVersion%\Telephony\Country List\692,"Name",,"Marshall Islands"
1740HKLM,%CurrentVersion%\Telephony\Country List\692,"SameAreaRule",,"G"
1741
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001742HKLM,%CurrentVersion%\Telephony\Country List\7,"CountryCode",0x10001,0x00000007
Alexandre Julliard299d5592004-02-27 22:04:55 +00001743HKLM,%CurrentVersion%\Telephony\Country List\7,"InternationalRule",,"8W10EFG"
1744HKLM,%CurrentVersion%\Telephony\Country List\7,"LongDistanceRule",," 8WFG"
1745HKLM,%CurrentVersion%\Telephony\Country List\7,"Name",,"Russia"
1746HKLM,%CurrentVersion%\Telephony\Country List\7,"SameAreaRule",,"G"
1747
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001748HKLM,%CurrentVersion%\Telephony\Country List\705,"CountryCode",0x10001,0x00000007
Alexandre Julliard299d5592004-02-27 22:04:55 +00001749HKLM,%CurrentVersion%\Telephony\Country List\705,"InternationalRule",,"8W10EFG"
1750HKLM,%CurrentVersion%\Telephony\Country List\705,"LongDistanceRule",," 8WFG"
1751HKLM,%CurrentVersion%\Telephony\Country List\705,"Name",,"Kazakhstan"
1752HKLM,%CurrentVersion%\Telephony\Country List\705,"SameAreaRule",,"G"
1753
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001754HKLM,%CurrentVersion%\Telephony\Country List\708,"CountryCode",0x10001,0x00000007
Alexandre Julliard299d5592004-02-27 22:04:55 +00001755HKLM,%CurrentVersion%\Telephony\Country List\708,"InternationalRule",,"8W10EFG"
1756HKLM,%CurrentVersion%\Telephony\Country List\708,"LongDistanceRule",," 8WFG"
1757HKLM,%CurrentVersion%\Telephony\Country List\708,"Name",,"Tajikistan"
1758HKLM,%CurrentVersion%\Telephony\Country List\708,"SameAreaRule",,"G"
1759
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001760HKLM,%CurrentVersion%\Telephony\Country List\800,"CountryCode",0x10001,0x00000320
Alexandre Julliard299d5592004-02-27 22:04:55 +00001761HKLM,%CurrentVersion%\Telephony\Country List\800,"InternationalRule",,""
1762HKLM,%CurrentVersion%\Telephony\Country List\800,"LongDistanceRule",,""
1763HKLM,%CurrentVersion%\Telephony\Country List\800,"Name",,"International Freephone Service"
1764HKLM,%CurrentVersion%\Telephony\Country List\800,"SameAreaRule",,""
1765
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001766HKLM,%CurrentVersion%\Telephony\Country List\81,"CountryCode",0x10001,0x00000051
Alexandre Julliard299d5592004-02-27 22:04:55 +00001767HKLM,%CurrentVersion%\Telephony\Country List\81,"InternationalRule",,"001EFG"
1768HKLM,%CurrentVersion%\Telephony\Country List\81,"LongDistanceRule",,"0FG"
1769HKLM,%CurrentVersion%\Telephony\Country List\81,"Name",,"Japan"
1770HKLM,%CurrentVersion%\Telephony\Country List\81,"SameAreaRule",,"G"
1771
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001772HKLM,%CurrentVersion%\Telephony\Country List\82,"CountryCode",0x10001,0x00000052
Alexandre Julliard299d5592004-02-27 22:04:55 +00001773HKLM,%CurrentVersion%\Telephony\Country List\82,"InternationalRule",,"001EFG"
1774HKLM,%CurrentVersion%\Telephony\Country List\82,"LongDistanceRule",,"0FG"
1775HKLM,%CurrentVersion%\Telephony\Country List\82,"Name",,"Korea (Republic of)"
1776HKLM,%CurrentVersion%\Telephony\Country List\82,"SameAreaRule",,"G"
1777
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001778HKLM,%CurrentVersion%\Telephony\Country List\84,"CountryCode",0x10001,0x00000054
Alexandre Julliard299d5592004-02-27 22:04:55 +00001779HKLM,%CurrentVersion%\Telephony\Country List\84,"InternationalRule",,"00EFG"
1780HKLM,%CurrentVersion%\Telephony\Country List\84,"LongDistanceRule",,"0FG"
1781HKLM,%CurrentVersion%\Telephony\Country List\84,"Name",,"Vietnam"
1782HKLM,%CurrentVersion%\Telephony\Country List\84,"SameAreaRule",,"G"
1783
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001784HKLM,%CurrentVersion%\Telephony\Country List\850,"CountryCode",0x10001,0x00000352
Alexandre Julliard299d5592004-02-27 22:04:55 +00001785HKLM,%CurrentVersion%\Telephony\Country List\850,"InternationalRule",,"00EFG"
1786HKLM,%CurrentVersion%\Telephony\Country List\850,"LongDistanceRule",,""
1787HKLM,%CurrentVersion%\Telephony\Country List\850,"Name",,"Korea (North)"
1788HKLM,%CurrentVersion%\Telephony\Country List\850,"SameAreaRule",,"G"
1789
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001790HKLM,%CurrentVersion%\Telephony\Country List\852,"CountryCode",0x10001,0x00000354
Alexandre Julliard299d5592004-02-27 22:04:55 +00001791HKLM,%CurrentVersion%\Telephony\Country List\852,"InternationalRule",,"001EFG"
1792HKLM,%CurrentVersion%\Telephony\Country List\852,"LongDistanceRule",,""
1793HKLM,%CurrentVersion%\Telephony\Country List\852,"Name",,"Hong Kong S.A.R."
1794HKLM,%CurrentVersion%\Telephony\Country List\852,"SameAreaRule",,"G"
1795
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001796HKLM,%CurrentVersion%\Telephony\Country List\853,"CountryCode",0x10001,0x00000355
Alexandre Julliard299d5592004-02-27 22:04:55 +00001797HKLM,%CurrentVersion%\Telephony\Country List\853,"InternationalRule",,"00EFG"
1798HKLM,%CurrentVersion%\Telephony\Country List\853,"LongDistanceRule",,""
1799HKLM,%CurrentVersion%\Telephony\Country List\853,"Name",,"Macau S.A.R."
1800HKLM,%CurrentVersion%\Telephony\Country List\853,"SameAreaRule",,"G"
1801
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001802HKLM,%CurrentVersion%\Telephony\Country List\855,"CountryCode",0x10001,0x00000357
Alexandre Julliard299d5592004-02-27 22:04:55 +00001803HKLM,%CurrentVersion%\Telephony\Country List\855,"InternationalRule",,"00EFG"
1804HKLM,%CurrentVersion%\Telephony\Country List\855,"LongDistanceRule",,"0FG"
1805HKLM,%CurrentVersion%\Telephony\Country List\855,"Name",,"Cambodia"
1806HKLM,%CurrentVersion%\Telephony\Country List\855,"SameAreaRule",,"G"
1807
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001808HKLM,%CurrentVersion%\Telephony\Country List\856,"CountryCode",0x10001,0x00000358
Alexandre Julliard299d5592004-02-27 22:04:55 +00001809HKLM,%CurrentVersion%\Telephony\Country List\856,"InternationalRule",,"14EFG"
1810HKLM,%CurrentVersion%\Telephony\Country List\856,"LongDistanceRule",,""
1811HKLM,%CurrentVersion%\Telephony\Country List\856,"Name",,"Laos"
1812HKLM,%CurrentVersion%\Telephony\Country List\856,"SameAreaRule",,"G"
1813
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001814HKLM,%CurrentVersion%\Telephony\Country List\86,"CountryCode",0x10001,0x00000056
Alexandre Julliard299d5592004-02-27 22:04:55 +00001815HKLM,%CurrentVersion%\Telephony\Country List\86,"InternationalRule",,"00EFG"
1816HKLM,%CurrentVersion%\Telephony\Country List\86,"LongDistanceRule",,"0FG"
1817HKLM,%CurrentVersion%\Telephony\Country List\86,"Name",,"China"
1818HKLM,%CurrentVersion%\Telephony\Country List\86,"SameAreaRule",,"G"
1819
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001820HKLM,%CurrentVersion%\Telephony\Country List\870,"CountryCode",0x10001,0x00000366
Alexandre Julliard299d5592004-02-27 22:04:55 +00001821HKLM,%CurrentVersion%\Telephony\Country List\870,"InternationalRule",,"00EFG#"
1822HKLM,%CurrentVersion%\Telephony\Country List\870,"LongDistanceRule",,"00EFG#"
1823HKLM,%CurrentVersion%\Telephony\Country List\870,"Name",,"INMARSAT"
1824HKLM,%CurrentVersion%\Telephony\Country List\870,"SameAreaRule",,"00EFG#"
1825
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001826HKLM,%CurrentVersion%\Telephony\Country List\871,"CountryCode",0x10001,0x00000367
Alexandre Julliard299d5592004-02-27 22:04:55 +00001827HKLM,%CurrentVersion%\Telephony\Country List\871,"InternationalRule",,"00EFG#"
1828HKLM,%CurrentVersion%\Telephony\Country List\871,"LongDistanceRule",,"00EFG#"
1829HKLM,%CurrentVersion%\Telephony\Country List\871,"Name",,"INMARSAT (Atlantic-East)"
1830HKLM,%CurrentVersion%\Telephony\Country List\871,"SameAreaRule",,"00EFG#"
1831
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001832HKLM,%CurrentVersion%\Telephony\Country List\872,"CountryCode",0x10001,0x00000368
Alexandre Julliard299d5592004-02-27 22:04:55 +00001833HKLM,%CurrentVersion%\Telephony\Country List\872,"InternationalRule",,"00EFG#"
1834HKLM,%CurrentVersion%\Telephony\Country List\872,"LongDistanceRule",,"00EFG#"
1835HKLM,%CurrentVersion%\Telephony\Country List\872,"Name",,"INMARSAT (Pacific)"
1836HKLM,%CurrentVersion%\Telephony\Country List\872,"SameAreaRule",,"00EFG#"
1837
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001838HKLM,%CurrentVersion%\Telephony\Country List\873,"CountryCode",0x10001,0x00000369
Alexandre Julliard299d5592004-02-27 22:04:55 +00001839HKLM,%CurrentVersion%\Telephony\Country List\873,"InternationalRule",,"00EFG#"
1840HKLM,%CurrentVersion%\Telephony\Country List\873,"LongDistanceRule",,"00EFG#"
1841HKLM,%CurrentVersion%\Telephony\Country List\873,"Name",,"INMARSAT (Indian)"
1842HKLM,%CurrentVersion%\Telephony\Country List\873,"SameAreaRule",,"00EFG#"
1843
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001844HKLM,%CurrentVersion%\Telephony\Country List\874,"CountryCode",0x10001,0x0000036a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001845HKLM,%CurrentVersion%\Telephony\Country List\874,"InternationalRule",,"00EFG#"
1846HKLM,%CurrentVersion%\Telephony\Country List\874,"LongDistanceRule",,"00EFG#"
1847HKLM,%CurrentVersion%\Telephony\Country List\874,"Name",,"INMARSAT (Atlantic-West)"
1848HKLM,%CurrentVersion%\Telephony\Country List\874,"SameAreaRule",,"00EFG#"
1849
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001850HKLM,%CurrentVersion%\Telephony\Country List\880,"CountryCode",0x10001,0x00000370
Alexandre Julliard299d5592004-02-27 22:04:55 +00001851HKLM,%CurrentVersion%\Telephony\Country List\880,"InternationalRule",,"00EFG"
1852HKLM,%CurrentVersion%\Telephony\Country List\880,"LongDistanceRule",,"0FG"
1853HKLM,%CurrentVersion%\Telephony\Country List\880,"Name",,"Bangladesh"
1854HKLM,%CurrentVersion%\Telephony\Country List\880,"SameAreaRule",,"G"
1855
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001856HKLM,%CurrentVersion%\Telephony\Country List\886,"CountryCode",0x10001,0x00000376
Alexandre Julliard299d5592004-02-27 22:04:55 +00001857HKLM,%CurrentVersion%\Telephony\Country List\886,"InternationalRule",,"002EFG"
1858HKLM,%CurrentVersion%\Telephony\Country List\886,"LongDistanceRule",,"0FG"
1859HKLM,%CurrentVersion%\Telephony\Country List\886,"Name",,"Taiwan"
1860HKLM,%CurrentVersion%\Telephony\Country List\886,"SameAreaRule",,"G"
1861
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001862HKLM,%CurrentVersion%\Telephony\Country List\90,"CountryCode",0x10001,0x0000005a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001863HKLM,%CurrentVersion%\Telephony\Country List\90,"InternationalRule",,"00EFG"
1864HKLM,%CurrentVersion%\Telephony\Country List\90,"LongDistanceRule",,"0FG"
1865HKLM,%CurrentVersion%\Telephony\Country List\90,"Name",,"Turkey"
1866HKLM,%CurrentVersion%\Telephony\Country List\90,"SameAreaRule",,"G"
1867
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001868HKLM,%CurrentVersion%\Telephony\Country List\91,"CountryCode",0x10001,0x0000005b
Alexandre Julliard299d5592004-02-27 22:04:55 +00001869HKLM,%CurrentVersion%\Telephony\Country List\91,"InternationalRule",,"00EFG"
1870HKLM,%CurrentVersion%\Telephony\Country List\91,"LongDistanceRule",,"0FG"
1871HKLM,%CurrentVersion%\Telephony\Country List\91,"Name",,"India"
1872HKLM,%CurrentVersion%\Telephony\Country List\91,"SameAreaRule",,"G"
1873
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001874HKLM,%CurrentVersion%\Telephony\Country List\92,"CountryCode",0x10001,0x0000005c
Alexandre Julliard299d5592004-02-27 22:04:55 +00001875HKLM,%CurrentVersion%\Telephony\Country List\92,"InternationalRule",,"00EFG"
1876HKLM,%CurrentVersion%\Telephony\Country List\92,"LongDistanceRule",,"0FG"
1877HKLM,%CurrentVersion%\Telephony\Country List\92,"Name",,"Pakistan"
1878HKLM,%CurrentVersion%\Telephony\Country List\92,"SameAreaRule",,"G"
1879
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001880HKLM,%CurrentVersion%\Telephony\Country List\93,"CountryCode",0x10001,0x0000005d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001881HKLM,%CurrentVersion%\Telephony\Country List\93,"InternationalRule",,"00EFG"
1882HKLM,%CurrentVersion%\Telephony\Country List\93,"LongDistanceRule",,"0FG"
1883HKLM,%CurrentVersion%\Telephony\Country List\93,"Name",,"Afghanistan"
1884HKLM,%CurrentVersion%\Telephony\Country List\93,"SameAreaRule",,"G"
1885
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001886HKLM,%CurrentVersion%\Telephony\Country List\94,"CountryCode",0x10001,0x0000005e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001887HKLM,%CurrentVersion%\Telephony\Country List\94,"InternationalRule",,"00EFG"
1888HKLM,%CurrentVersion%\Telephony\Country List\94,"LongDistanceRule",,"0FG"
1889HKLM,%CurrentVersion%\Telephony\Country List\94,"Name",,"Sri Lanka"
1890HKLM,%CurrentVersion%\Telephony\Country List\94,"SameAreaRule",,"G"
1891
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001892HKLM,%CurrentVersion%\Telephony\Country List\95,"CountryCode",0x10001,0x0000005f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001893HKLM,%CurrentVersion%\Telephony\Country List\95,"InternationalRule",,"0EFG"
1894HKLM,%CurrentVersion%\Telephony\Country List\95,"LongDistanceRule",,""
1895HKLM,%CurrentVersion%\Telephony\Country List\95,"Name",,"Myanmar"
1896HKLM,%CurrentVersion%\Telephony\Country List\95,"SameAreaRule",,"G"
1897
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001898HKLM,%CurrentVersion%\Telephony\Country List\960,"CountryCode",0x10001,0x000003c0
Alexandre Julliard299d5592004-02-27 22:04:55 +00001899HKLM,%CurrentVersion%\Telephony\Country List\960,"InternationalRule",,"00EFG"
1900HKLM,%CurrentVersion%\Telephony\Country List\960,"LongDistanceRule",,""
1901HKLM,%CurrentVersion%\Telephony\Country List\960,"Name",,"Maldives"
1902HKLM,%CurrentVersion%\Telephony\Country List\960,"SameAreaRule",,"G"
1903
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001904HKLM,%CurrentVersion%\Telephony\Country List\961,"CountryCode",0x10001,0x000003c1
Alexandre Julliard299d5592004-02-27 22:04:55 +00001905HKLM,%CurrentVersion%\Telephony\Country List\961,"InternationalRule",,"00EFG"
1906HKLM,%CurrentVersion%\Telephony\Country List\961,"LongDistanceRule",,"0FG"
1907HKLM,%CurrentVersion%\Telephony\Country List\961,"Name",,"Lebanon"
1908HKLM,%CurrentVersion%\Telephony\Country List\961,"SameAreaRule",,"G"
1909
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001910HKLM,%CurrentVersion%\Telephony\Country List\962,"CountryCode",0x10001,0x000003c2
Alexandre Julliard299d5592004-02-27 22:04:55 +00001911HKLM,%CurrentVersion%\Telephony\Country List\962,"InternationalRule",,"00EFG"
1912HKLM,%CurrentVersion%\Telephony\Country List\962,"LongDistanceRule",,"0FG"
1913HKLM,%CurrentVersion%\Telephony\Country List\962,"Name",,"Jordan"
1914HKLM,%CurrentVersion%\Telephony\Country List\962,"SameAreaRule",,"G"
1915
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001916HKLM,%CurrentVersion%\Telephony\Country List\963,"CountryCode",0x10001,0x000003c3
Alexandre Julliard299d5592004-02-27 22:04:55 +00001917HKLM,%CurrentVersion%\Telephony\Country List\963,"InternationalRule",,"00EFG"
1918HKLM,%CurrentVersion%\Telephony\Country List\963,"LongDistanceRule",,"0FG"
1919HKLM,%CurrentVersion%\Telephony\Country List\963,"Name",,"Syria"
1920HKLM,%CurrentVersion%\Telephony\Country List\963,"SameAreaRule",,"G"
1921
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001922HKLM,%CurrentVersion%\Telephony\Country List\964,"CountryCode",0x10001,0x000003c4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001923HKLM,%CurrentVersion%\Telephony\Country List\964,"InternationalRule",,"00EFG"
1924HKLM,%CurrentVersion%\Telephony\Country List\964,"LongDistanceRule",,"FG"
1925HKLM,%CurrentVersion%\Telephony\Country List\964,"Name",,"Iraq"
1926HKLM,%CurrentVersion%\Telephony\Country List\964,"SameAreaRule",,"G"
1927
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001928HKLM,%CurrentVersion%\Telephony\Country List\965,"CountryCode",0x10001,0x000003c5
Alexandre Julliard299d5592004-02-27 22:04:55 +00001929HKLM,%CurrentVersion%\Telephony\Country List\965,"InternationalRule",,"00EFG"
1930HKLM,%CurrentVersion%\Telephony\Country List\965,"LongDistanceRule",,""
1931HKLM,%CurrentVersion%\Telephony\Country List\965,"Name",,"Kuwait"
1932HKLM,%CurrentVersion%\Telephony\Country List\965,"SameAreaRule",,"G"
1933
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001934HKLM,%CurrentVersion%\Telephony\Country List\966,"CountryCode",0x10001,0x000003c6
Alexandre Julliard299d5592004-02-27 22:04:55 +00001935HKLM,%CurrentVersion%\Telephony\Country List\966,"InternationalRule",,"00EFG"
1936HKLM,%CurrentVersion%\Telephony\Country List\966,"LongDistanceRule",,"0FG"
1937HKLM,%CurrentVersion%\Telephony\Country List\966,"Name",,"Saudi Arabia"
1938HKLM,%CurrentVersion%\Telephony\Country List\966,"SameAreaRule",,"G"
1939
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001940HKLM,%CurrentVersion%\Telephony\Country List\967,"CountryCode",0x10001,0x000003c7
Alexandre Julliard299d5592004-02-27 22:04:55 +00001941HKLM,%CurrentVersion%\Telephony\Country List\967,"InternationalRule",,"00EFG"
1942HKLM,%CurrentVersion%\Telephony\Country List\967,"LongDistanceRule",,"0FG"
1943HKLM,%CurrentVersion%\Telephony\Country List\967,"Name",,"Yemen"
1944HKLM,%CurrentVersion%\Telephony\Country List\967,"SameAreaRule",,"G"
1945
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001946HKLM,%CurrentVersion%\Telephony\Country List\968,"CountryCode",0x10001,0x000003c8
Alexandre Julliard299d5592004-02-27 22:04:55 +00001947HKLM,%CurrentVersion%\Telephony\Country List\968,"InternationalRule",,"00EFG"
1948HKLM,%CurrentVersion%\Telephony\Country List\968,"LongDistanceRule",,""
1949HKLM,%CurrentVersion%\Telephony\Country List\968,"Name",,"Oman"
1950HKLM,%CurrentVersion%\Telephony\Country List\968,"SameAreaRule",,"G"
1951
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001952HKLM,%CurrentVersion%\Telephony\Country List\971,"CountryCode",0x10001,0x000003cb
Alexandre Julliard299d5592004-02-27 22:04:55 +00001953HKLM,%CurrentVersion%\Telephony\Country List\971,"InternationalRule",,"00EFG"
1954HKLM,%CurrentVersion%\Telephony\Country List\971,"LongDistanceRule",,"0FG"
1955HKLM,%CurrentVersion%\Telephony\Country List\971,"Name",,"United Arab Emirates"
1956HKLM,%CurrentVersion%\Telephony\Country List\971,"SameAreaRule",,"G"
1957
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001958HKLM,%CurrentVersion%\Telephony\Country List\972,"CountryCode",0x10001,0x000003cc
Alexandre Julliard299d5592004-02-27 22:04:55 +00001959HKLM,%CurrentVersion%\Telephony\Country List\972,"InternationalRule",,"00EFG"
1960HKLM,%CurrentVersion%\Telephony\Country List\972,"LongDistanceRule",,"0FG"
1961HKLM,%CurrentVersion%\Telephony\Country List\972,"Name",,"Israel"
1962HKLM,%CurrentVersion%\Telephony\Country List\972,"SameAreaRule",,"G"
1963
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001964HKLM,%CurrentVersion%\Telephony\Country List\973,"CountryCode",0x10001,0x000003cd
Alexandre Julliard299d5592004-02-27 22:04:55 +00001965HKLM,%CurrentVersion%\Telephony\Country List\973,"InternationalRule",,"0EFG"
1966HKLM,%CurrentVersion%\Telephony\Country List\973,"LongDistanceRule",,""
1967HKLM,%CurrentVersion%\Telephony\Country List\973,"Name",,"Bahrain"
1968HKLM,%CurrentVersion%\Telephony\Country List\973,"SameAreaRule",,"G"
1969
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001970HKLM,%CurrentVersion%\Telephony\Country List\974,"CountryCode",0x10001,0x000003ce
Alexandre Julliard299d5592004-02-27 22:04:55 +00001971HKLM,%CurrentVersion%\Telephony\Country List\974,"InternationalRule",,"0EFG"
1972HKLM,%CurrentVersion%\Telephony\Country List\974,"LongDistanceRule",,""
1973HKLM,%CurrentVersion%\Telephony\Country List\974,"Name",,"Qatar"
1974HKLM,%CurrentVersion%\Telephony\Country List\974,"SameAreaRule",,"G"
1975
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001976HKLM,%CurrentVersion%\Telephony\Country List\975,"CountryCode",0x10001,0x000003cf
Alexandre Julliard299d5592004-02-27 22:04:55 +00001977HKLM,%CurrentVersion%\Telephony\Country List\975,"InternationalRule",,"00EFG"
1978HKLM,%CurrentVersion%\Telephony\Country List\975,"LongDistanceRule",,""
1979HKLM,%CurrentVersion%\Telephony\Country List\975,"Name",,"Bhutan"
1980HKLM,%CurrentVersion%\Telephony\Country List\975,"SameAreaRule",,"G"
1981
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001982HKLM,%CurrentVersion%\Telephony\Country List\976,"CountryCode",0x10001,0x000003d0
Alexandre Julliard299d5592004-02-27 22:04:55 +00001983HKLM,%CurrentVersion%\Telephony\Country List\976,"InternationalRule",,"00EFG"
1984HKLM,%CurrentVersion%\Telephony\Country List\976,"LongDistanceRule",,"0FG"
1985HKLM,%CurrentVersion%\Telephony\Country List\976,"Name",,"Mongolia"
1986HKLM,%CurrentVersion%\Telephony\Country List\976,"SameAreaRule",,"G"
1987
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001988HKLM,%CurrentVersion%\Telephony\Country List\977,"CountryCode",0x10001,0x000003d1
Alexandre Julliard299d5592004-02-27 22:04:55 +00001989HKLM,%CurrentVersion%\Telephony\Country List\977,"InternationalRule",,"00EFG"
1990HKLM,%CurrentVersion%\Telephony\Country List\977,"LongDistanceRule",,""
1991HKLM,%CurrentVersion%\Telephony\Country List\977,"Name",,"Nepal"
1992HKLM,%CurrentVersion%\Telephony\Country List\977,"SameAreaRule",,"G"
1993
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001994HKLM,%CurrentVersion%\Telephony\Country List\98,"CountryCode",0x10001,0x00000062
Alexandre Julliard299d5592004-02-27 22:04:55 +00001995HKLM,%CurrentVersion%\Telephony\Country List\98,"InternationalRule",,"00EFG"
1996HKLM,%CurrentVersion%\Telephony\Country List\98,"LongDistanceRule",,"FG"
1997HKLM,%CurrentVersion%\Telephony\Country List\98,"Name",,"Iran"
1998HKLM,%CurrentVersion%\Telephony\Country List\98,"SameAreaRule",,"G"
1999
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002000HKLM,%CurrentVersion%\Telephony\Country List\993,"CountryCode",0x10001,0x000003e1
Alexandre Julliard299d5592004-02-27 22:04:55 +00002001HKLM,%CurrentVersion%\Telephony\Country List\993,"InternationalRule",,"8W10EFG"
2002HKLM,%CurrentVersion%\Telephony\Country List\993,"LongDistanceRule",," 8WFG"
2003HKLM,%CurrentVersion%\Telephony\Country List\993,"Name",,"Turkmenistan"
2004HKLM,%CurrentVersion%\Telephony\Country List\993,"SameAreaRule",,"G"
2005
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002006HKLM,%CurrentVersion%\Telephony\Country List\994,"CountryCode",0x10001,0x000003e2
Alexandre Julliard299d5592004-02-27 22:04:55 +00002007HKLM,%CurrentVersion%\Telephony\Country List\994,"InternationalRule",,"8W10EFG"
2008HKLM,%CurrentVersion%\Telephony\Country List\994,"LongDistanceRule",," 8WFG"
2009HKLM,%CurrentVersion%\Telephony\Country List\994,"Name",,"Azerbaijan"
2010HKLM,%CurrentVersion%\Telephony\Country List\994,"SameAreaRule",,"G"
2011
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002012HKLM,%CurrentVersion%\Telephony\Country List\995,"CountryCode",0x10001,0x000003e3
Alexandre Julliard299d5592004-02-27 22:04:55 +00002013HKLM,%CurrentVersion%\Telephony\Country List\995,"InternationalRule",,"8W10EFG"
2014HKLM,%CurrentVersion%\Telephony\Country List\995,"LongDistanceRule",," 8WFG"
2015HKLM,%CurrentVersion%\Telephony\Country List\995,"Name",,"Georgia"
2016HKLM,%CurrentVersion%\Telephony\Country List\995,"SameAreaRule",,"G"
2017
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002018HKLM,%CurrentVersion%\Telephony\Country List\996,"CountryCode",0x10001,0x000003e4
Alexandre Julliard299d5592004-02-27 22:04:55 +00002019HKLM,%CurrentVersion%\Telephony\Country List\996,"InternationalRule",,"00EFG"
2020HKLM,%CurrentVersion%\Telephony\Country List\996,"LongDistanceRule",,"8FG"
2021HKLM,%CurrentVersion%\Telephony\Country List\996,"Name",,"Kyrgyzstan"
2022HKLM,%CurrentVersion%\Telephony\Country List\996,"SameAreaRule",,"G"
2023
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002024HKLM,%CurrentVersion%\Telephony\Country List\998,"CountryCode",0x10001,0x000003e6
Alexandre Julliard299d5592004-02-27 22:04:55 +00002025HKLM,%CurrentVersion%\Telephony\Country List\998,"InternationalRule",,"8W10EFG"
2026HKLM,%CurrentVersion%\Telephony\Country List\998,"LongDistanceRule",," 8WFG"
2027HKLM,%CurrentVersion%\Telephony\Country List\998,"Name",,"Uzbekistan"
2028HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
2029
2030[RegisterDllsSection]
Christian Costa76b77872004-03-09 01:29:56 +0000203111,,amstream.dll,1
Steven Edwardsbe2c0202004-08-13 00:38:59 +0000203211,,atl.dll,1
203311,,avifil32.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000203411,,comcat.dll,1
Christian Costa7590fe52004-06-03 00:03:23 +0000203511,,d3dxof.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000203611,,ddraw.dll,1
203711,,devenum.dll,1
James Perry4fbafc12004-04-06 20:09:45 +0000203811,,dinput.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000203911,,dmband.dll,1
204011,,dmcompos.dll,1
204111,,dmime.dll,1
204211,,dmloader.dll,1
204311,,dmscript.dll,1
204411,,dmstyle.dll,1
204511,,dmsynth.dll,1
204611,,dmusic.dll,1
204711,,dplayx.dll,1
Raphael Junqueira5f3f2142004-04-07 20:39:00 +0000204811,,dpnet.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000204911,,dsound.dll,1
205011,,dswave.dll,1
Raphael Junqueira033ae922004-04-16 00:26:14 +0000205111,,dxdiagn.dll,1
Stefan Leichter560462a2004-08-23 18:50:54 +0000205211,,hhctrl.ocx,1
James Hawkinsb0322432005-08-23 18:17:03 +0000205311,,itss.dll,1
Steven Edwardsb1bb7222004-08-30 19:30:17 +0000205411,,mlang.dll,1
Jacek Caban4378e772005-06-25 17:58:58 +0000205511,,mshtml.dll,1
Raphael Junqueira9191a9c2004-03-30 20:42:06 +0000205611,,msi.dll,1
Mike McCormack8e5c32a2005-08-12 11:20:26 +0000205711,,msxml3.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000205811,,ole32.dll,1
205911,,oleaut32.dll,1
Maarten Lankhorstbae4a542005-06-16 09:42:54 +0000206011,,qcap.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000206111,,quartz.dll,1
Michael Jung64dce8a2004-11-04 21:15:32 +0000206211,,rsaenh.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000206311,,shdocvw.dll,1
206411,,shell32.dll,1
206511,,urlmon.dll,1
2066
2067[SystemIni]
2068system.ini, mci,,"MPEGVideo=mciqtz.drv"
2069system.ini, mci,,"MPEGVideo2=mciqtz.drv"
Rémi Assaillyc6e294d2005-08-23 19:52:30 +00002070system.ini, mci,,"avivideo=mciavi32.dll"
Rémi Assaillydbbd0d52005-07-27 15:42:40 +00002071system.ini, mci,,"cdaudio=mcicda.dll"
Rémi Assailly5df5e402005-08-17 12:15:35 +00002072system.ini, mci,,"sequencer=mciseq.dll"
Alexandre Julliard299d5592004-02-27 22:04:55 +00002073system.ini, mci,,"vcr=mcivisca.drv"
2074system.ini, mci,,"; videodisc=mcipionr.drv"
2075system.ini, mci,,"waveaudio=mciwave.drv"
2076
2077system.ini, drivers32,,"MSACM.imaadpcm=imaadp32.acm"
2078system.ini, drivers32,,"MSACM.msadpcm=msadp32.acm"
Robert Reif10df3462004-05-12 00:11:12 +00002079system.ini, drivers32,,"MSACM.msg711=msg711.acm"
2080system.ini, drivers32,,"MSACM.winemp3=winemp3.acm"
Alexandre Julliard299d5592004-02-27 22:04:55 +00002081system.ini, drivers32,,"VIDC.MRLE=msrle32.dll"
Dmitry Timoshkov433b5d42004-07-14 21:43:20 +00002082system.ini, drivers32,,"VIDC.MSVC=msvidc32.dll"
Dmitry Timoshkov18ae72a2004-10-04 19:31:37 +00002083system.ini, drivers32,,"VIDC.CVID=iccvid.dll"
Alexandre Julliard299d5592004-02-27 22:04:55 +00002084system.ini, drivers32,,"; VIDC.IV50=ir50_32.dll"
Alexandre Julliard299d5592004-02-27 22:04:55 +00002085system.ini, drivers32,,"; VIDC.IV31=ir32_32.dll"
2086system.ini, drivers32,,"; VIDC.IV32=ir32_32.dll"