blob: 4f922df319cfed6d36f4ac1da1bab8d85e4d00f6 [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
Jonathan Ernst360a3f92006-05-18 14:49:52 +020022;; Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
Alexandre Julliard299d5592004-02-27 22:04:55 +000023;;
24
25[version]
26signature="$CHICAGO$"
27
28[DefaultInstall]
29RegisterDlls=RegisterDllsSection
Alexandre Julliardd404fb52006-03-21 11:40:11 +010030WineFakeDlls=FakeDllsSection
Alexandre Julliard299d5592004-02-27 22:04:55 +000031UpdateInis=SystemIni
32AddReg=\
33 Classes,\
Juan Lang27712182005-04-11 18:49:28 +000034 ControlClass,\
Alexandre Julliard299d5592004-02-27 22:04:55 +000035 CurrentVersion,\
36 Debugger,\
37 Desktop,\
Justin Chevrier01e2bdb2005-01-06 19:39:52 +000038 Metrics,\
Alexandre Julliard299d5592004-02-27 22:04:55 +000039 DirectX,\
Alexandre Julliarde83afa72004-05-14 21:40:48 +000040 Environment,\
Alexandre Julliard299d5592004-02-27 22:04:55 +000041 Fonts,\
42 MCI,\
43 Misc,\
44 Nls,\
45 OLE,\
Detlef Riekenberg8a8a5482006-02-23 00:20:19 +010046 Printing,\
Mike McCormack00775822005-11-15 18:18:27 +000047 Tapi,\
48 Timezones
Alexandre Julliard299d5592004-02-27 22:04:55 +000049
Vitaliy Margolen3a547b02005-11-14 15:11:26 +000050[DefaultInstall.NT]
51RegisterDlls=RegisterDllsSection
Alexandre Julliardd404fb52006-03-21 11:40:11 +010052WineFakeDlls=FakeDllsSection
Vitaliy Margolen3a547b02005-11-14 15:11:26 +000053UpdateInis=SystemIni
54AddReg=\
55 Classes,\
56 ControlClass,\
57 CurrentVersion,\
58 Debugger,\
59 Desktop,\
60 Metrics,\
61 DirectX,\
62 Environment,\
63 Fonts,\
64 MCI,\
65 Misc,\
66 Nls,\
67 OLE,\
Detlef Riekenberg8a8a5482006-02-23 00:20:19 +010068 Printing,\
Vitaliy Margolen3a547b02005-11-14 15:11:26 +000069 Tapi,\
Mike McCormack00775822005-11-15 18:18:27 +000070 Timezones,\
Vitaliy Margolen3a547b02005-11-14 15:11:26 +000071 VersionInfo
72
Alexandre Julliard299d5592004-02-27 22:04:55 +000073[Strings]
Alexandre Julliard299d5592004-02-27 22:04:55 +000074MciExtStr="Software\Microsoft\Windows NT\CurrentVersion\MCI Extensions"
75Mci32Str="Software\Microsoft\Windows NT\CurrentVersion\MCI32"
Hannu Valtonendfaabdf2005-04-11 12:57:26 +000076Desktop="Control Panel\Desktop"
77Metrics="Control Panel\Desktop\WindowMetrics"
Alexandre Julliard299d5592004-02-27 22:04:55 +000078CurrentVersion="Software\Microsoft\Windows\CurrentVersion"
Vitaliy Margolen3a547b02005-11-14 15:11:26 +000079CurrentVersionNT="Software\Microsoft\Windows NT\CurrentVersion"
Alexandre Julliard299d5592004-02-27 22:04:55 +000080FontSubStr="Software\Microsoft\Windows NT\CurrentVersion\FontSubstitutes"
Vitaliy Margolen3a547b02005-11-14 15:11:26 +000081Control="System\CurrentControlSet\Control"
Alexandre Julliard299d5592004-02-27 22:04:55 +000082
83[Classes]
Kevin Koltzauaf373042004-03-20 19:19:05 +000084HKCR,.avi,"Content Type",,"video/avi"
Kevin Koltzauaf373042004-03-20 19:19:05 +000085HKCR,.dll,"Content Type",,"application/x-msdownload"
Alexandre Julliard299d5592004-02-27 22:04:55 +000086HKCR,.exe,,,"exefile"
Kevin Koltzauaf373042004-03-20 19:19:05 +000087HKCR,.exe,"Content Type",,"application/x-msdownload"
Stefan Leichter0013b342006-06-02 22:52:39 +020088HKCR,.htm,,,"htmlfile"
Kevin Koltzauaf373042004-03-20 19:19:05 +000089HKCR,.htm,"Content Type",,"text/html"
Stefan Leichter0013b342006-06-02 22:52:39 +020090HKCR,.html,,,"htmlfile"
Kevin Koltzauaf373042004-03-20 19:19:05 +000091HKCR,.html,"Content Type",,"text/html"
92HKCR,.jfif,"Content Type",,"image/jpeg"
Ge van Geldorp40cb9822005-05-13 17:48:33 +000093HKCR,.lnk,,,"lnkfile"
Hannu Valtonendfaabdf2005-04-11 12:57:26 +000094HKCR,.msi,,,"Msi.Package"
Kevin Koltzauaf373042004-03-20 19:19:05 +000095HKCR,.tif,"Content Type",,"image/tiff"
96HKCR,.tiff,"Content Type",,"image/tiff"
Alexandre Julliard299d5592004-02-27 22:04:55 +000097HKCR,.txt,,,"txtfile"
Kevin Koltzauaf373042004-03-20 19:19:05 +000098HKCR,.wav,"Content Type",,"audio/wav"
99HKCR,.xml,"Content Type",,"text/xml"
100HKCR,.xsl,"Content Type",,"text/xsl"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000101HKCR,exefile\DefaultIcon,,,"%1"
102HKCR,exefile\shell\open\command,,,"""%1"" %*"
Hajime Segawa3b322dc2004-11-28 15:01:24 +0000103HKCR,folder\shell\open\ddeexec,,,"[ViewFolder("%l", %I, %S)]"
104HKCR,folder\shell\open\ddeexec,"NoActivateHandler",,""
105HKCR,folder\shell\open\ddeexec\application,,,"Folders"
Dmitry Timoshkovf03c86a2006-02-01 12:32:21 +0100106HKCR,htmlfile\shell\open\command,,,"winebrowser"
Ge van Geldorp40cb9822005-05-13 17:48:33 +0000107HKCR,lnkfile,"NeverShowExt",,""
108HKCR,lnkfile,"IsShortcut",,"yes"
109HKCR,lnkfile\CLSID,,,"{00021401-0000-0000-C000-000000000046}"
110HKCR,lnkfile\shellex\IconHandler,,,"{00021401-0000-0000-C000-000000000046}"
Dmitry Timoshkov40ffc282005-11-03 19:32:38 +0000111HKCR,lnkfile\shellex\ContextMenuHandlers\{00021401-0000-0000-C000-000000000046},,,
Hannu Valtonendfaabdf2005-04-11 12:57:26 +0000112HKCR,Msi.Package\DefaultIcon,,,"msiexec.exe"
113HKCR,Msi.Package\shell\Open\command,,,"msiexec /i %1"
114HKCR,Msi.Package\shell\Repair\command,,,"msiexec /f %1"
115HKCR,Msi.Package\shell\Uninstall\command,,,"msiexec /x %1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000116HKCR,txtfile\shell\open\command,,,"%11%\notepad.exe %1"
117HKCR,txtfile\shell\print\command,,,"%11%\notepad.exe /p %1"
Dmitry Timoshkovf03c86a2006-02-01 12:32:21 +0100118HKCR,http\shell\open\command,,,"winebrowser"
Dmitry Timoshkovae618742006-02-07 21:17:17 +0100119HKCR,https\shell\open\command,,,"winebrowser"
Hans Leidekker46e018a2005-11-24 19:27:41 +0100120HKCR,mailto\shell\open\command,,,"winebrowser %1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000121; FIXME: the following should be done by the dll registration
122HKCR,AVIFile\Compressors\auds,,,"{0002000F-0000-0000-C000-000000000046}"
123HKCR,AVIFile\Compressors\vids,,,"{00020001-0000-0000-C000-000000000046}"
124HKCR,AVIFile\Extensions\AU,,,"{00020003-0000-0000-C000-000000000046}"
125HKCR,AVIFile\Extensions\AVI,,,"{00020000-0000-0000-C000-000000000046}"
126HKCR,AVIFile\Extensions\WAV,,,"{00020003-0000-0000-C000-000000000046}"
127HKCR,AVIFile\RIFFHandlers\AVI,,,"{00020000-0000-0000-C000-000000000046}"
128HKCR,AVIFile\RIFFHandlers\WAVE,,,"{00020003-0000-0000-C000-000000000046}"
129HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0,,,"OLE Automation"
130HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win16,,,"stdole.tlb"
131HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\0\win32,,,"stdole32.tlb"
132HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\1.0\FLAGS,,,"1"
133HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\2.0,,,"OLE Automation"
134HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\0\win32,,,"stdole2.tlb"
135HKCR,TypeLib\{00020430-0000-0000-C000-000000000046}\2.0\FLAGS,,,"0"
136
Juan Lang27712182005-04-11 18:49:28 +0000137[ControlClass]
138HKLM,System\CurrentControlSet\Control\Class\{4d36e978-e325-11ce-bfc1-08002be10318},,,"Ports (COM & LPT)"
139HKLM,System\CurrentControlSet\Control\Class\{4d36e978-e325-11ce-bfc1-08002be10318},"Class",,"Ports"
140
Alexandre Julliard299d5592004-02-27 22:04:55 +0000141[CurrentVersion]
Alexandre Julliardb33f8502004-05-28 03:54:54 +0000142HKLM,%CurrentVersion%,"CommonFilesDir",,"%16427%"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000143HKLM,%CurrentVersion%,"FirstInstallDateTime",1,21,81,7c,23
144HKLM,%CurrentVersion%,"ProductId",,"12345-oem-0000001-54321"
Alexandre Julliardb33f8502004-05-28 03:54:54 +0000145HKLM,%CurrentVersion%,"ProgramFilesDir",,"%16422%"
Alexandre Julliardf8f34d92006-01-25 13:19:43 +0100146HKLM,%CurrentVersion%,"RegisteredOrganization",2,"Change preferred organization in ~/.wine/system.reg"
147HKLM,%CurrentVersion%,"RegisteredOwner",2,"Change preferred owner in ~/.wine/system.reg"
Benjamin Cutler820dce12005-04-18 16:54:44 +0000148HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMax",,"3600"
149HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"DiskSpinDownMin",,"3"
150HKLM,%CurrentVersion%\Controls Folder\PowerCfg,"LastID",,"5"
Rein Klazesaf927f52004-10-19 21:09:28 +0000151HKLM,%CurrentVersion%\Setup,"BootDir",,"%30%"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000152HKLM,%CurrentVersion%\Setup,"SharedDir",,"%25%"
Paul Vriensb25474f2006-03-12 14:00:50 +0100153HKLM,%CurrentVersionNT%,"RegisteredOrganization",2,"Change preferred organization in ~/.wine/system.reg"
154HKLM,%CurrentVersionNT%,"RegisteredOwner",2,"Change preferred owner in ~/.wine/system.reg"
Paul Vriensa589eb22006-03-24 10:01:00 +0100155HKLM,%CurrentVersionNT%,"SystemRoot",,"%10%"
156HKLM,%CurrentVersionNT%\Fonts,,,""
157HKLM,%CurrentVersionNT%\Q246009,"Installed",,"1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000158
159[Debugger]
Alexandre Julliardf8f34d92006-01-25 13:19:43 +0100160HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Debugger",2,"winedbg --auto %ld %ld"
161HKLM,Software\Microsoft\Windows NT\CurrentVersion\AeDebug,"Auto",2,"1"
Mike McCormackaf9288d2006-03-01 00:21:52 +0900162HKCU,Software\Wine\Debug,"RelayExclude",2,"ntdll.RtlEnterCriticalSection;ntdll.RtlLeaveCriticalSection;kernel32.97;kernel32.98"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000163
164[Desktop]
Alexandre Julliardf8f34d92006-01-25 13:19:43 +0100165HKCU,%Desktop%,"FontSmoothing",2,"0"
166HKCU,%Desktop%,"DragFullWindows",2,"0"
167HKCU,%Desktop%,"SmoothScroll",3,00,00,00,00
168HKCU,%Desktop%,"UserPreferencemask",3,00,00,00,00
Ivan Leo Puotia89ac892004-10-14 03:06:41 +0000169HKCU,%Desktop%,"LowPowerActive",,"0"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000170
Justin Chevrier01e2bdb2005-01-06 19:39:52 +0000171[Metrics]
Alexandre Julliardf8f34d92006-01-25 13:19:43 +0100172HKCU,%Metrics%,"ScrollWidth",2,"16"
173HKCU,%Metrics%,"ScrollHeight",2,"16"
174HKCU,%Metrics%,"CaptionWidth",2,"18"
175HKCU,%Metrics%,"CaptionHeight",2,"18"
176HKCU,%Metrics%,"SmCaptionWidth",2,"13"
177HKCU,%Metrics%,"SmCaptionHeight",2,"15"
178HKCU,%Metrics%,"MenuWidth",2,"18"
179HKCU,%Metrics%,"MenuHeight",2,"18"
180HKCU,%Metrics%,"BorderWidth",2,"1"
181HKCU,%Metrics%,"Shell Icon Size",2,"32"
Justin Chevrier01e2bdb2005-01-06 19:39:52 +0000182
Alexandre Julliard299d5592004-02-27 22:04:55 +0000183[DirectX]
Jan Zerebeckif2c8a532006-03-13 14:06:40 +0100184HKLM,Software\Microsoft\DirectX,"Version",,"4.09.00.0904"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000185HKLM,Software\Microsoft\DirectMusic,GMFilePath,,"%12%\gm.dls"
186HKLM,Software\Microsoft\DirectMusic\Defaults,DefaultOutputPort,,"{58C2B4D0-46E7-11D1-89AC-00A0C9054129}"
187HKLM,Software\Microsoft\DirectMusic\SoftwareSynths\{58C2B4D0-46E7-11D1-89AC-00A0C9054129},Description,,"Microsoft Software Synthesizer"
Lionel Ulmer9da48932005-06-03 11:26:46 +0000188HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"DescriptionA",,"Internet TCP/IP Connection For DirectPlay"
189HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"DescriptionW",,"Internet TCP/IP Connection For DirectPlay"
190HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"dwReserved1",,0x000001f4
191HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"dwReserved2",,0x00000000
192HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"Guid",,"{36E95EE0-8577-11cf-960C-0080C7534E82}"
193HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"NATHelp",,"dpnhupnp.dll"
194HKLM,Software\Microsoft\DirectPlay\Service Providers\Internet TCP/IP Connection For DirectPlay,"Path",,"dpwsockx.dll"
195HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"DescriptionA",,"IPX Connection For DirectPlay"
196HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"DescriptionW",,"IPX Connection For DirectPlay"
197HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"dwReserved1",,0x00000032
198HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"dwReserved2",,0x00000000
199HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"Guid",,"{685BC400-9D2C-11cf-A9CD-00AA006886E3}"
200HKLM,Software\Microsoft\DirectPlay\Service Providers\IPX Connection For DirectPlay,"Path",,"dpwsockx.dll"
201HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"DescriptionA",,"Modem Connection For DirectPlay"
202HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"DescriptionW",,"Modem Connection For DirectPlay"
203HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"dwReserved1",,0x00000000
204HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"dwReserved2",,0x00000000
205HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"Guid",,"{44EAA760-CB68-11cf-9C4E-00A0C905425E}"
206HKLM,Software\Microsoft\DirectPlay\Service Providers\Modem Connection For DirectPlay,"Path",,"dpmodemx.dll"
207HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"DescriptionA",,"Serial Connection For DirectPlay"
208HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"DescriptionW",,"Serial Connection For DirectPlay"
209HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"dwReserved1",,0x00000000
210HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"dwReserved2",,0x00000000
211HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"Guid",,"{0F1D6860-88D9-11cf-9C4E-00A0C905425E}"
212HKLM,Software\Microsoft\DirectPlay\Service Providers\Serial Connection For DirectPlay,"Path",,"dpmodemx.dll"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000213
Alexandre Julliarde83afa72004-05-14 21:40:48 +0000214[Environment]
215HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"ComSpec",,"%11%\wcmd.exe"
Alexandre Julliardf8f34d92006-01-25 13:19:43 +0100216HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"PATH",2,"%11%;%10%"
Alexandre Julliardb33f8502004-05-28 03:54:54 +0000217HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"ProgramFiles",,"%16422%"
Alexandre Julliarde83afa72004-05-14 21:40:48 +0000218HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"SYSTEMROOT",,"%10%"
219HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"TEMP",,"%10%\temp"
220HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"TMP",,"%10%\temp"
221HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"USERPROFILE",,"%53%"
222HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"windir",,"%10%"
223HKLM,System\CurrentControlSet\Control\Session Manager\Environment,"winsysdir",,"%11%"
224
Alexandre Julliard299d5592004-02-27 22:04:55 +0000225[Fonts]
226HKLM,%FontSubStr%,"Arial CE,238",,"Arial,238"
227HKLM,%FontSubStr%,"Arial CYR,204",,"Arial,204"
228HKLM,%FontSubStr%,"Arial Greek,161",,"Arial,161"
229HKLM,%FontSubStr%,"Arial TUR,162",,"Arial,162"
230HKLM,%FontSubStr%,"Courier New CE,238",,"Courier New,238"
231HKLM,%FontSubStr%,"Courier New CYR,204",,"Courier New,204"
232HKLM,%FontSubStr%,"Courier New Greek,161",,"Courier New,161"
233HKLM,%FontSubStr%,"Courier New TUR,162",,"Courier New,162"
Huw Daviesbd4cee32004-09-13 18:07:20 +0000234HKLM,%FontSubStr%,"Helv",,"MS Sans Serif"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000235HKLM,%FontSubStr%,"Helvetica",,"Arial"
236HKLM,%FontSubStr%,"MS Shell Dlg",,"Tahoma"
237HKLM,%FontSubStr%,"MS Shell Dlg 2",,"Tahoma"
238HKLM,%FontSubStr%,"Times",,"Times New Roman"
239HKLM,%FontSubStr%,"Times New Roman CE,238",,"Times New Roman,238"
240HKLM,%FontSubStr%,"Times New Roman CYR,204",,"Times New Roman,204"
241HKLM,%FontSubStr%,"Times New Roman Greek,161",,"Times New Roman,161"
242HKLM,%FontSubStr%,"Times New Roman TUR,162",,"Times New Roman,162"
243HKLM,%FontSubStr%,"Tms Rmn",,"Times New Roman"
Alexandre Julliardf8f34d92006-01-25 13:19:43 +0100244HKLM,System\CurrentControlSet\Hardware Profiles\Current\Software\Fonts,"LogPixels",0x10003,0x00000060
Alexandre Julliard299d5592004-02-27 22:04:55 +0000245
246[MCI]
Rémi Assaillyc6e294d2005-08-23 19:52:30 +0000247HKLM,%Mci32Str%,"AVIVideo",,"mciavi32.dll"
Rémi Assaillydbbd0d52005-07-27 15:42:40 +0000248HKLM,%Mci32Str%,"CDAudio",,"mcicda.dll"
Rémi Assailly5df5e402005-08-17 12:15:35 +0000249HKLM,%Mci32Str%,"Sequencer",,"mciseq.dll"
Alexandre Julliard252398d2006-05-09 11:32:21 +0200250HKLM,%Mci32Str%,"WaveAudio",,"mciwave.dll"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000251
252HKLM,%MciExtStr%,"aifc",,"MPEGVideo"
253HKLM,%MciExtStr%,"asf",,"MPEGVideo"
254HKLM,%MciExtStr%,"asx",,"MPEGVideo"
255HKLM,%MciExtStr%,"au",,"MPEGVideo"
256HKLM,%MciExtStr%,"avi",,"AVIVideo"
257HKLM,%MciExtStr%,"cda",,"CDAudio"
258HKLM,%MciExtStr%,"lsf",,"MPEGVideo"
259HKLM,%MciExtStr%,"lsx",,"MPEGVideo"
260HKLM,%MciExtStr%,"m1v",,"MPEGVideo"
261HKLM,%MciExtStr%,"m3u",,"MPEGVideo"
262HKLM,%MciExtStr%,"mid",,"Sequencer"
263HKLM,%MciExtStr%,"midi",,"Sequencer"
264HKLM,%MciExtStr%,"mp2",,"MPEGVideo"
265HKLM,%MciExtStr%,"mp2v",,"MPEGVideo"
266HKLM,%MciExtStr%,"mp3",,"MPEGVideo"
267HKLM,%MciExtStr%,"mpa",,"MPEGVideo"
268HKLM,%MciExtStr%,"mpe",,"MPEGVideo"
269HKLM,%MciExtStr%,"mpeg",,"MPEGVideo"
270HKLM,%MciExtStr%,"mpg",,"MPEGVideo"
271HKLM,%MciExtStr%,"mpv",,"MPEGVideo"
272HKLM,%MciExtStr%,"mpv2",,"MPEGVideo"
273HKLM,%MciExtStr%,"rmi",,"MPEGVideo"
274HKLM,%MciExtStr%,"rmi",,"Sequencer"
275HKLM,%MciExtStr%,"snd",,"MPEGVideo"
276HKLM,%MciExtStr%,"wav",,"WaveAudio"
277HKLM,%MciExtStr%,"wax",,"MPEGVideo"
278HKLM,%MciExtStr%,"wm",,"MPEGVideo"
279HKLM,%MciExtStr%,"wma",,"MPEGVideo"
280HKLM,%MciExtStr%,"wmp",,"MPEGVideo"
281HKLM,%MciExtStr%,"wmv",,"MPEGVideo"
282HKLM,%MciExtStr%,"wmx",,"MPEGVideo"
283HKLM,%MciExtStr%,"wvx",,"MPEGVideo"
284
285[Misc]
286HKLM,Software\Borland\Database Engine\Settings\SYSTEM\INIT,SHAREDMEMLOCATION,,9000
287HKLM,Software\Microsoft\Advanced INF Setup,,,""
288HKLM,System\CurrentControlSet\Control\Session Manager,,,""
Vitaly Lipatoveb45ce52005-01-06 20:42:10 +0000289HKLM,System\CurrentControlSet\Control\VMM32Files,,,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000290HKLM,System\CurrentControlSet\Services\VxD\MSTCP,,,""
Jonathan Ernst6fc9f192005-10-19 19:07:30 +0000291HKCU,Software\Wine\shdocvw,"MozillaUrl",,"http://source.winehq.org/mozactivex"
Vitaliy Margolena48e3eb2006-01-04 15:27:22 +0100292HKLM,HARDWARE\DEVICEMAP\PARALLEL PORTS,,,""
293HKLM,HARDWARE\DEVICEMAP\SERIALCOMM,,,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000294
295[Nls]
296HKLM,System\CurrentControlSet\Control\Nls\Codepage,"37",,""
297HKLM,System\CurrentControlSet\Control\Nls\Codepage,"ACP",,"1252"
298HKLM,System\CurrentControlSet\Control\Nls\Codepage,"MACCP",,"10000"
299HKLM,System\CurrentControlSet\Control\Nls\Codepage,"OEMCP",,"437"
300
301HKLM,System\CurrentControlSet\Control\Nls\Language,"0401",,""
302HKLM,System\CurrentControlSet\Control\Nls\Language,"0402",,""
303HKLM,System\CurrentControlSet\Control\Nls\Language,"0403",,""
304HKLM,System\CurrentControlSet\Control\Nls\Language,"0404",,""
305HKLM,System\CurrentControlSet\Control\Nls\Language,"0405",,""
306HKLM,System\CurrentControlSet\Control\Nls\Language,"0406",,""
307HKLM,System\CurrentControlSet\Control\Nls\Language,"0407",,""
308HKLM,System\CurrentControlSet\Control\Nls\Language,"0408",,""
309HKLM,System\CurrentControlSet\Control\Nls\Language,"0409",,""
310HKLM,System\CurrentControlSet\Control\Nls\Language,"040a",,""
311HKLM,System\CurrentControlSet\Control\Nls\Language,"040b",,""
312HKLM,System\CurrentControlSet\Control\Nls\Language,"040c",,""
313HKLM,System\CurrentControlSet\Control\Nls\Language,"040d",,""
314HKLM,System\CurrentControlSet\Control\Nls\Language,"040e",,""
315HKLM,System\CurrentControlSet\Control\Nls\Language,"040f",,""
316HKLM,System\CurrentControlSet\Control\Nls\Language,"0410",,""
317HKLM,System\CurrentControlSet\Control\Nls\Language,"0411",,""
318HKLM,System\CurrentControlSet\Control\Nls\Language,"0412",,""
319HKLM,System\CurrentControlSet\Control\Nls\Language,"0413",,""
320HKLM,System\CurrentControlSet\Control\Nls\Language,"0414",,""
321HKLM,System\CurrentControlSet\Control\Nls\Language,"0415",,""
322HKLM,System\CurrentControlSet\Control\Nls\Language,"0416",,""
323HKLM,System\CurrentControlSet\Control\Nls\Language,"0418",,""
324HKLM,System\CurrentControlSet\Control\Nls\Language,"0419",,""
325HKLM,System\CurrentControlSet\Control\Nls\Language,"041a",,""
326HKLM,System\CurrentControlSet\Control\Nls\Language,"041b",,""
327HKLM,System\CurrentControlSet\Control\Nls\Language,"041c",,""
328HKLM,System\CurrentControlSet\Control\Nls\Language,"041d",,""
329HKLM,System\CurrentControlSet\Control\Nls\Language,"041e",,""
330HKLM,System\CurrentControlSet\Control\Nls\Language,"041f",,""
331HKLM,System\CurrentControlSet\Control\Nls\Language,"0420",,""
332HKLM,System\CurrentControlSet\Control\Nls\Language,"0421",,""
333HKLM,System\CurrentControlSet\Control\Nls\Language,"0422",,""
334HKLM,System\CurrentControlSet\Control\Nls\Language,"0423",,""
335HKLM,System\CurrentControlSet\Control\Nls\Language,"0424",,""
336HKLM,System\CurrentControlSet\Control\Nls\Language,"0425",,""
337HKLM,System\CurrentControlSet\Control\Nls\Language,"0426",,""
338HKLM,System\CurrentControlSet\Control\Nls\Language,"0427",,""
339HKLM,System\CurrentControlSet\Control\Nls\Language,"0429",,""
340HKLM,System\CurrentControlSet\Control\Nls\Language,"042a",,""
341HKLM,System\CurrentControlSet\Control\Nls\Language,"042b",,""
342HKLM,System\CurrentControlSet\Control\Nls\Language,"042c",,""
343HKLM,System\CurrentControlSet\Control\Nls\Language,"042d",,""
344HKLM,System\CurrentControlSet\Control\Nls\Language,"042f",,""
345HKLM,System\CurrentControlSet\Control\Nls\Language,"0436",,""
346HKLM,System\CurrentControlSet\Control\Nls\Language,"0437",,""
347HKLM,System\CurrentControlSet\Control\Nls\Language,"0438",,""
348HKLM,System\CurrentControlSet\Control\Nls\Language,"0439",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000349HKLM,System\CurrentControlSet\Control\Nls\Language,"043e",,""
350HKLM,System\CurrentControlSet\Control\Nls\Language,"043f",,""
351HKLM,System\CurrentControlSet\Control\Nls\Language,"0440",,""
352HKLM,System\CurrentControlSet\Control\Nls\Language,"0441",,""
353HKLM,System\CurrentControlSet\Control\Nls\Language,"0443",,""
354HKLM,System\CurrentControlSet\Control\Nls\Language,"0444",,""
355HKLM,System\CurrentControlSet\Control\Nls\Language,"0446",,""
356HKLM,System\CurrentControlSet\Control\Nls\Language,"0447",,""
357HKLM,System\CurrentControlSet\Control\Nls\Language,"0449",,""
358HKLM,System\CurrentControlSet\Control\Nls\Language,"044a",,""
359HKLM,System\CurrentControlSet\Control\Nls\Language,"044b",,""
360HKLM,System\CurrentControlSet\Control\Nls\Language,"044e",,""
361HKLM,System\CurrentControlSet\Control\Nls\Language,"044f",,""
362HKLM,System\CurrentControlSet\Control\Nls\Language,"0450",,""
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100363HKLM,System\CurrentControlSet\Control\Nls\Language,"0452",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000364HKLM,System\CurrentControlSet\Control\Nls\Language,"0456",,""
365HKLM,System\CurrentControlSet\Control\Nls\Language,"0457",,""
366HKLM,System\CurrentControlSet\Control\Nls\Language,"045a",,""
367HKLM,System\CurrentControlSet\Control\Nls\Language,"0465",,""
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100368HKLM,System\CurrentControlSet\Control\Nls\Language,"047e",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000369HKLM,System\CurrentControlSet\Control\Nls\Language,"048f",,""
370HKLM,System\CurrentControlSet\Control\Nls\Language,"0490",,""
371HKLM,System\CurrentControlSet\Control\Nls\Language,"0491",,""
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100372HKLM,System\CurrentControlSet\Control\Nls\Language,"0494",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000373HKLM,System\CurrentControlSet\Control\Nls\Language,"0801",,""
374HKLM,System\CurrentControlSet\Control\Nls\Language,"0804",,""
375HKLM,System\CurrentControlSet\Control\Nls\Language,"0807",,""
376HKLM,System\CurrentControlSet\Control\Nls\Language,"0809",,""
377HKLM,System\CurrentControlSet\Control\Nls\Language,"080a",,""
378HKLM,System\CurrentControlSet\Control\Nls\Language,"080c",,""
379HKLM,System\CurrentControlSet\Control\Nls\Language,"0810",,""
380HKLM,System\CurrentControlSet\Control\Nls\Language,"0813",,""
381HKLM,System\CurrentControlSet\Control\Nls\Language,"0814",,""
382HKLM,System\CurrentControlSet\Control\Nls\Language,"0816",,""
383HKLM,System\CurrentControlSet\Control\Nls\Language,"081a",,""
384HKLM,System\CurrentControlSet\Control\Nls\Language,"081d",,""
385HKLM,System\CurrentControlSet\Control\Nls\Language,"082c",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000386HKLM,System\CurrentControlSet\Control\Nls\Language,"083e",,""
387HKLM,System\CurrentControlSet\Control\Nls\Language,"0843",,""
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100388HKLM,System\CurrentControlSet\Control\Nls\Language,"0894",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000389HKLM,System\CurrentControlSet\Control\Nls\Language,"0c01",,""
390HKLM,System\CurrentControlSet\Control\Nls\Language,"0c04",,""
391HKLM,System\CurrentControlSet\Control\Nls\Language,"0c07",,""
392HKLM,System\CurrentControlSet\Control\Nls\Language,"0c09",,""
393HKLM,System\CurrentControlSet\Control\Nls\Language,"0c0a",,""
394HKLM,System\CurrentControlSet\Control\Nls\Language,"0c0c",,""
395HKLM,System\CurrentControlSet\Control\Nls\Language,"0c1a",,""
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100396HKLM,System\CurrentControlSet\Control\Nls\Language,"0c94",,""
Alexandre Julliard299d5592004-02-27 22:04:55 +0000397HKLM,System\CurrentControlSet\Control\Nls\Language,"1001",,""
398HKLM,System\CurrentControlSet\Control\Nls\Language,"1004",,""
399HKLM,System\CurrentControlSet\Control\Nls\Language,"1007",,""
400HKLM,System\CurrentControlSet\Control\Nls\Language,"1009",,""
401HKLM,System\CurrentControlSet\Control\Nls\Language,"100a",,""
402HKLM,System\CurrentControlSet\Control\Nls\Language,"100c",,""
403HKLM,System\CurrentControlSet\Control\Nls\Language,"1401",,""
404HKLM,System\CurrentControlSet\Control\Nls\Language,"1404",,""
405HKLM,System\CurrentControlSet\Control\Nls\Language,"1407",,""
406HKLM,System\CurrentControlSet\Control\Nls\Language,"1409",,""
407HKLM,System\CurrentControlSet\Control\Nls\Language,"140a",,""
408HKLM,System\CurrentControlSet\Control\Nls\Language,"140c",,""
409HKLM,System\CurrentControlSet\Control\Nls\Language,"1801",,""
410HKLM,System\CurrentControlSet\Control\Nls\Language,"1809",,""
411HKLM,System\CurrentControlSet\Control\Nls\Language,"180a",,""
412HKLM,System\CurrentControlSet\Control\Nls\Language,"180c",,""
413HKLM,System\CurrentControlSet\Control\Nls\Language,"1c01",,""
414HKLM,System\CurrentControlSet\Control\Nls\Language,"1c09",,""
415HKLM,System\CurrentControlSet\Control\Nls\Language,"1c0a",,""
416HKLM,System\CurrentControlSet\Control\Nls\Language,"2001",,""
417HKLM,System\CurrentControlSet\Control\Nls\Language,"2009",,""
418HKLM,System\CurrentControlSet\Control\Nls\Language,"200a",,""
419HKLM,System\CurrentControlSet\Control\Nls\Language,"2401",,""
420HKLM,System\CurrentControlSet\Control\Nls\Language,"2409",,""
421HKLM,System\CurrentControlSet\Control\Nls\Language,"240a",,""
422HKLM,System\CurrentControlSet\Control\Nls\Language,"2801",,""
423HKLM,System\CurrentControlSet\Control\Nls\Language,"2809",,""
424HKLM,System\CurrentControlSet\Control\Nls\Language,"280a",,""
425HKLM,System\CurrentControlSet\Control\Nls\Language,"2c01",,""
426HKLM,System\CurrentControlSet\Control\Nls\Language,"2c09",,""
427HKLM,System\CurrentControlSet\Control\Nls\Language,"2c0a",,""
428HKLM,System\CurrentControlSet\Control\Nls\Language,"3001",,""
429HKLM,System\CurrentControlSet\Control\Nls\Language,"3009",,""
430HKLM,System\CurrentControlSet\Control\Nls\Language,"300a",,""
431HKLM,System\CurrentControlSet\Control\Nls\Language,"3401",,""
432HKLM,System\CurrentControlSet\Control\Nls\Language,"3409",,""
433HKLM,System\CurrentControlSet\Control\Nls\Language,"340a",,""
434HKLM,System\CurrentControlSet\Control\Nls\Language,"3801",,""
435HKLM,System\CurrentControlSet\Control\Nls\Language,"380a",,""
436HKLM,System\CurrentControlSet\Control\Nls\Language,"3c01",,""
437HKLM,System\CurrentControlSet\Control\Nls\Language,"3c0a",,""
438HKLM,System\CurrentControlSet\Control\Nls\Language,"4001",,""
439HKLM,System\CurrentControlSet\Control\Nls\Language,"400a",,""
440HKLM,System\CurrentControlSet\Control\Nls\Language,"440a",,""
441HKLM,System\CurrentControlSet\Control\Nls\Language,"480a",,""
442HKLM,System\CurrentControlSet\Control\Nls\Language,"4c0a",,""
443HKLM,System\CurrentControlSet\Control\Nls\Language,"500a",,""
444HKLM,System\CurrentControlSet\Control\Nls\Language,"Default",,"0409"
445HKLM,System\CurrentControlSet\Control\Nls\Language,"InstallLanguage",,"0409"
446
447HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"1",,"1"
448HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"10",,"1"
449HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"11",,"1"
450HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"2",,"1"
451HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"3",,"1"
452HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"4",,"1"
453HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"5",,"1"
454HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"6",,"1"
455HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"7",,"1"
456HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"8",,"1"
457HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"9",,"1"
458HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"a",,"1"
459HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"b",,"1"
460HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"c",,"1"
461HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"d",,"1"
462HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"e",,"1"
463HKLM,System\CurrentControlSet\Control\Nls\Language Groups,"f",,"1"
464
465HKLM,System\CurrentControlSet\Control\Nls\Locale,,,"00000409"
466HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000401",,"d"
467HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000402",,"5"
468HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000403",,"1"
469HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000404",,"9"
470HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000405",,"2"
471HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000406",,"1"
472HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000407",,"1"
473HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000408",,"4"
474HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000409",,"1"
475HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040a",,"1"
476HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040b",,"1"
477HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040c",,"1"
478HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040d",,"c"
479HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040e",,"2"
480HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000040f",,"1"
481HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000410",,"1"
482HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000411",,"7"
483HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000412",,"8"
484HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000413",,"1"
485HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000414",,"1"
486HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000415",,"2"
487HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000416",,"1"
488HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000418",,"2"
489HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000419",,"5"
490HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041a",,"2"
491HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041b",,"2"
492HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041c",,"2"
493HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041d",,"1"
494HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041e",,"b"
495HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000041f",,"6"
496HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000420",,"d"
497HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000421",,"1"
498HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000422",,"5"
499HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000423",,"5"
500HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000424",,"2"
501HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000425",,"3"
502HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000426",,"3"
503HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000427",,"3"
504HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000429",,"d"
505HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042a",,"e"
506HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042b",,"11"
507HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042c",,"6"
508HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042d",,"1"
509HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000042f",,"5"
510HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000436",,"1"
511HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000437",,"10"
512HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000438",,"1"
513HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000439",,"f"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000514HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000043e",,"1"
515HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000043f",,"5"
516HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000440",,"5"
517HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000441",,"1"
518HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000443",,"6"
519HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000444",,"5"
520HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000446",,"f"
521HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000447",,"f"
522HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000449",,"f"
523HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044a",,"f"
524HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044b",,"f"
525HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044e",,"f"
526HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000044f",,"f"
527HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000450",,"5"
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100528HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000452",,"1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000529HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000456",,"1"
530HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000457",,"f"
531HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000045a",,"d"
532HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000465",,"d"
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100533HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000047e",,"1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000534HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000048f",,"1"
535HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000490",,"1"
536HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000491",,"1"
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100537HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000494",,"1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000538HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000801",,"d"
539HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000804",,"a"
540HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000807",,"1"
541HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000809",,"1"
542HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000080a",,"1"
543HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000080c",,"1"
544HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000810",,"1"
545HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000813",,"1"
546HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000814",,"1"
547HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000816",,"1"
548HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000081a",,"2"
549HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000081d",,"1"
550HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000082c",,"5"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000551HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000083e",,"1"
552HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000843",,"5"
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100553HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000894",,"1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000554HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c01",,"d"
555HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c04",,"9"
556HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c07",,"1"
557HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c09",,"1"
558HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c0a",,"1"
559HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c0c",,"1"
560HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c1a",,"5"
Francois Gouget90aaf6b2006-02-14 10:42:12 +0100561HKLM,System\CurrentControlSet\Control\Nls\Locale,"00000c94",,"1"
Alexandre Julliard299d5592004-02-27 22:04:55 +0000562HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001001",,"d"
563HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001004",,"a"
564HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001007",,"1"
565HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001009",,"1"
566HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000100a",,"1"
567HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000100c",,"1"
568HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001401",,"d"
569HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001404",,"9"
570HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001407",,"1"
571HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001409",,"1"
572HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000140a",,"1"
573HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000140c",,"1"
574HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001801",,"d"
575HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001809",,"1"
576HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000180a",,"1"
577HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000180c",,"1"
578HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001c01",,"d"
579HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001c09",,"1"
580HKLM,System\CurrentControlSet\Control\Nls\Locale,"00001c0a",,"1"
581HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002001",,"d"
582HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002009",,"1"
583HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000200a",,"1"
584HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002401",,"d"
585HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002409",,"1"
586HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000240a",,"1"
587HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002801",,"d"
588HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002809",,"1"
589HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000280a",,"1"
590HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002c01",,"d"
591HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002c09",,"1"
592HKLM,System\CurrentControlSet\Control\Nls\Locale,"00002c0a",,"1"
593HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003001",,"d"
594HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003009",,"1"
595HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000300a",,"1"
596HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003401",,"d"
597HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003409",,"1"
598HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000340a",,"1"
599HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003801",,"d"
600HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000380a",,"1"
601HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003c01",,"d"
602HKLM,System\CurrentControlSet\Control\Nls\Locale,"00003c0a",,"1"
603HKLM,System\CurrentControlSet\Control\Nls\Locale,"00004001",,"d"
604HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000400a",,"1"
605HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000440a",,"1"
606HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000480a",,"1"
607HKLM,System\CurrentControlSet\Control\Nls\Locale,"00004c0a",,"1"
608HKLM,System\CurrentControlSet\Control\Nls\Locale,"0000500a",,"1"
609
610HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00010407",,"1"
611HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"0001040e",,"2"
612HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00010437",,"10"
613HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00020804",,"a"
614HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00021004",,"a"
615HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00021404",,"9"
616HKLM,System\CurrentControlSet\Control\Nls\Locale\Alternate Sorts,"00030404",,"9"
617
618[OLE]
619HKLM,"Software\Microsoft\OLE","EnableDCOM",,"Y"
620HKLM,"Software\Microsoft\OLE","EnableRemoteConnect",,"N"
621
Detlef Riekenberg8a8a5482006-02-23 00:20:19 +0100622[Printing]
623HKLM,%Control%\Print\Monitors\Local Port,"Driver",2,"localspl.dll"
624
Alexandre Julliard299d5592004-02-27 22:04:55 +0000625[Tapi]
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000626HKLM,%CurrentVersion%\Telephony,"Perf1",0x10001,0x5045524a
627HKLM,%CurrentVersion%\Telephony,"Perf2",0x10001,0x50455246
Alexandre Julliard299d5592004-02-27 22:04:55 +0000628
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000629HKLM,%CurrentVersion%\Telephony\Country List,"CountryListVersion",0x10001,0x00000019
Alexandre Julliard299d5592004-02-27 22:04:55 +0000630
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000631HKLM,%CurrentVersion%\Telephony\Country List\1,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000632HKLM,%CurrentVersion%\Telephony\Country List\1,"InternationalRule",,"011EFG"
633HKLM,%CurrentVersion%\Telephony\Country List\1,"LongDistanceRule",," 1FG"
634HKLM,%CurrentVersion%\Telephony\Country List\1,"Name",,"United States of America"
635HKLM,%CurrentVersion%\Telephony\Country List\1,"SameAreaRule",,"G"
636
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000637HKLM,%CurrentVersion%\Telephony\Country List\101,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000638HKLM,%CurrentVersion%\Telephony\Country List\101,"InternationalRule",,"011EFG"
639HKLM,%CurrentVersion%\Telephony\Country List\101,"LongDistanceRule",," 1FG"
640HKLM,%CurrentVersion%\Telephony\Country List\101,"Name",,"Anguilla"
641HKLM,%CurrentVersion%\Telephony\Country List\101,"SameAreaRule",,"G"
642
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000643HKLM,%CurrentVersion%\Telephony\Country List\102,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000644HKLM,%CurrentVersion%\Telephony\Country List\102,"InternationalRule",,"011EFG"
645HKLM,%CurrentVersion%\Telephony\Country List\102,"LongDistanceRule",," 1FG"
646HKLM,%CurrentVersion%\Telephony\Country List\102,"Name",,"Antigua"
647HKLM,%CurrentVersion%\Telephony\Country List\102,"SameAreaRule",,"G"
648
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000649HKLM,%CurrentVersion%\Telephony\Country List\103,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000650HKLM,%CurrentVersion%\Telephony\Country List\103,"InternationalRule",,"011EFG"
651HKLM,%CurrentVersion%\Telephony\Country List\103,"LongDistanceRule",," 1FG"
652HKLM,%CurrentVersion%\Telephony\Country List\103,"Name",,"Bahamas"
653HKLM,%CurrentVersion%\Telephony\Country List\103,"SameAreaRule",,"G"
654
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000655HKLM,%CurrentVersion%\Telephony\Country List\104,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000656HKLM,%CurrentVersion%\Telephony\Country List\104,"InternationalRule",,"011EFG"
657HKLM,%CurrentVersion%\Telephony\Country List\104,"LongDistanceRule",," 1FG"
658HKLM,%CurrentVersion%\Telephony\Country List\104,"Name",,"Barbados"
659HKLM,%CurrentVersion%\Telephony\Country List\104,"SameAreaRule",,"G"
660
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000661HKLM,%CurrentVersion%\Telephony\Country List\105,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000662HKLM,%CurrentVersion%\Telephony\Country List\105,"InternationalRule",,"011EFG"
663HKLM,%CurrentVersion%\Telephony\Country List\105,"LongDistanceRule",," 1FG"
664HKLM,%CurrentVersion%\Telephony\Country List\105,"Name",,"Bermuda"
665HKLM,%CurrentVersion%\Telephony\Country List\105,"SameAreaRule",,"G"
666
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000667HKLM,%CurrentVersion%\Telephony\Country List\106,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000668HKLM,%CurrentVersion%\Telephony\Country List\106,"InternationalRule",,"011EFG"
669HKLM,%CurrentVersion%\Telephony\Country List\106,"LongDistanceRule",," 1FG"
670HKLM,%CurrentVersion%\Telephony\Country List\106,"Name",,"British Virgin Islands"
671HKLM,%CurrentVersion%\Telephony\Country List\106,"SameAreaRule",,"G"
672
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000673HKLM,%CurrentVersion%\Telephony\Country List\107,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000674HKLM,%CurrentVersion%\Telephony\Country List\107,"InternationalRule",,"011EFG"
675HKLM,%CurrentVersion%\Telephony\Country List\107,"LongDistanceRule",," 1FG"
676HKLM,%CurrentVersion%\Telephony\Country List\107,"Name",,"Canada"
677HKLM,%CurrentVersion%\Telephony\Country List\107,"SameAreaRule",,"G"
678
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000679HKLM,%CurrentVersion%\Telephony\Country List\108,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000680HKLM,%CurrentVersion%\Telephony\Country List\108,"InternationalRule",,"011EFG"
681HKLM,%CurrentVersion%\Telephony\Country List\108,"LongDistanceRule",," 1FG"
682HKLM,%CurrentVersion%\Telephony\Country List\108,"Name",,"Cayman Islands"
683HKLM,%CurrentVersion%\Telephony\Country List\108,"SameAreaRule",,"G"
684
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000685HKLM,%CurrentVersion%\Telephony\Country List\109,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000686HKLM,%CurrentVersion%\Telephony\Country List\109,"InternationalRule",,"011EFG"
687HKLM,%CurrentVersion%\Telephony\Country List\109,"LongDistanceRule",," 1FG"
688HKLM,%CurrentVersion%\Telephony\Country List\109,"Name",,"Dominica"
689HKLM,%CurrentVersion%\Telephony\Country List\109,"SameAreaRule",,"G"
690
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000691HKLM,%CurrentVersion%\Telephony\Country List\110,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000692HKLM,%CurrentVersion%\Telephony\Country List\110,"InternationalRule",,"011EFG"
693HKLM,%CurrentVersion%\Telephony\Country List\110,"LongDistanceRule",," 1FG"
694HKLM,%CurrentVersion%\Telephony\Country List\110,"Name",,"Dominican Republic"
695HKLM,%CurrentVersion%\Telephony\Country List\110,"SameAreaRule",,"G"
696
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000697HKLM,%CurrentVersion%\Telephony\Country List\111,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000698HKLM,%CurrentVersion%\Telephony\Country List\111,"InternationalRule",,"011EFG"
699HKLM,%CurrentVersion%\Telephony\Country List\111,"LongDistanceRule",," 1FG"
700HKLM,%CurrentVersion%\Telephony\Country List\111,"Name",,"Grenada"
701HKLM,%CurrentVersion%\Telephony\Country List\111,"SameAreaRule",,"G"
702
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000703HKLM,%CurrentVersion%\Telephony\Country List\112,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000704HKLM,%CurrentVersion%\Telephony\Country List\112,"InternationalRule",,"011EFG"
705HKLM,%CurrentVersion%\Telephony\Country List\112,"LongDistanceRule",," 1FG"
706HKLM,%CurrentVersion%\Telephony\Country List\112,"Name",,"Jamaica"
707HKLM,%CurrentVersion%\Telephony\Country List\112,"SameAreaRule",,"G"
708
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000709HKLM,%CurrentVersion%\Telephony\Country List\113,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000710HKLM,%CurrentVersion%\Telephony\Country List\113,"InternationalRule",,"011EFG"
711HKLM,%CurrentVersion%\Telephony\Country List\113,"LongDistanceRule",," 1FG"
712HKLM,%CurrentVersion%\Telephony\Country List\113,"Name",,"Montserrat"
713HKLM,%CurrentVersion%\Telephony\Country List\113,"SameAreaRule",,"G"
714
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000715HKLM,%CurrentVersion%\Telephony\Country List\115,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000716HKLM,%CurrentVersion%\Telephony\Country List\115,"InternationalRule",,"011EFG"
717HKLM,%CurrentVersion%\Telephony\Country List\115,"LongDistanceRule",," 1FG"
718HKLM,%CurrentVersion%\Telephony\Country List\115,"Name",,"St. Kitts and Nevis"
719HKLM,%CurrentVersion%\Telephony\Country List\115,"SameAreaRule",,"G"
720
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000721HKLM,%CurrentVersion%\Telephony\Country List\116,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000722HKLM,%CurrentVersion%\Telephony\Country List\116,"InternationalRule",,"0EFG"
723HKLM,%CurrentVersion%\Telephony\Country List\116,"LongDistanceRule",," 1FG"
724HKLM,%CurrentVersion%\Telephony\Country List\116,"Name",,"St. Vincent and the Grenadines"
725HKLM,%CurrentVersion%\Telephony\Country List\116,"SameAreaRule",,"G"
726
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000727HKLM,%CurrentVersion%\Telephony\Country List\117,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000728HKLM,%CurrentVersion%\Telephony\Country List\117,"InternationalRule",,"011EFG"
729HKLM,%CurrentVersion%\Telephony\Country List\117,"LongDistanceRule",," 1FG"
730HKLM,%CurrentVersion%\Telephony\Country List\117,"Name",,"Trinidad and Tobago"
731HKLM,%CurrentVersion%\Telephony\Country List\117,"SameAreaRule",,"G"
732
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000733HKLM,%CurrentVersion%\Telephony\Country List\118,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000734HKLM,%CurrentVersion%\Telephony\Country List\118,"InternationalRule",,"0EFG"
735HKLM,%CurrentVersion%\Telephony\Country List\118,"LongDistanceRule",," 1FG"
736HKLM,%CurrentVersion%\Telephony\Country List\118,"Name",,"Turks and Caicos Islands"
737HKLM,%CurrentVersion%\Telephony\Country List\118,"SameAreaRule",,"G"
738
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000739HKLM,%CurrentVersion%\Telephony\Country List\120,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000740HKLM,%CurrentVersion%\Telephony\Country List\120,"InternationalRule",,"011EFG"
741HKLM,%CurrentVersion%\Telephony\Country List\120,"LongDistanceRule",," 1FG"
742HKLM,%CurrentVersion%\Telephony\Country List\120,"Name",,"Barbuda"
743HKLM,%CurrentVersion%\Telephony\Country List\120,"SameAreaRule",,"G"
744
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000745HKLM,%CurrentVersion%\Telephony\Country List\121,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000746HKLM,%CurrentVersion%\Telephony\Country List\121,"InternationalRule",,"011EFG"
747HKLM,%CurrentVersion%\Telephony\Country List\121,"LongDistanceRule",," 1FG"
748HKLM,%CurrentVersion%\Telephony\Country List\121,"Name",,"Puerto Rico"
749HKLM,%CurrentVersion%\Telephony\Country List\121,"SameAreaRule",,"G"
750
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000751HKLM,%CurrentVersion%\Telephony\Country List\122,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000752HKLM,%CurrentVersion%\Telephony\Country List\122,"InternationalRule",,"011EFG"
753HKLM,%CurrentVersion%\Telephony\Country List\122,"LongDistanceRule",," 1FG"
754HKLM,%CurrentVersion%\Telephony\Country List\122,"Name",,"Saint Lucia"
755HKLM,%CurrentVersion%\Telephony\Country List\122,"SameAreaRule",,"G"
756
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000757HKLM,%CurrentVersion%\Telephony\Country List\123,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000758HKLM,%CurrentVersion%\Telephony\Country List\123,"InternationalRule",,"011EFG"
759HKLM,%CurrentVersion%\Telephony\Country List\123,"LongDistanceRule",," 1FG"
760HKLM,%CurrentVersion%\Telephony\Country List\123,"Name",,"United States Virgin Islands"
761HKLM,%CurrentVersion%\Telephony\Country List\123,"SameAreaRule",,"G"
762
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000763HKLM,%CurrentVersion%\Telephony\Country List\124,"CountryCode",0x10001,0x00000001
Alexandre Julliard299d5592004-02-27 22:04:55 +0000764HKLM,%CurrentVersion%\Telephony\Country List\124,"InternationalRule",,"011EFG"
765HKLM,%CurrentVersion%\Telephony\Country List\124,"LongDistanceRule",," 1FG"
766HKLM,%CurrentVersion%\Telephony\Country List\124,"Name",,"Guam"
767HKLM,%CurrentVersion%\Telephony\Country List\124,"SameAreaRule",,"G"
768
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000769HKLM,%CurrentVersion%\Telephony\Country List\20,"CountryCode",0x10001,0x00000014
Alexandre Julliard299d5592004-02-27 22:04:55 +0000770HKLM,%CurrentVersion%\Telephony\Country List\20,"InternationalRule",,"00EFG"
771HKLM,%CurrentVersion%\Telephony\Country List\20,"LongDistanceRule",,"0FG"
772HKLM,%CurrentVersion%\Telephony\Country List\20,"Name",,"Egypt"
773HKLM,%CurrentVersion%\Telephony\Country List\20,"SameAreaRule",,"G"
774
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000775HKLM,%CurrentVersion%\Telephony\Country List\212,"CountryCode",0x10001,0x000000d4
Alexandre Julliard299d5592004-02-27 22:04:55 +0000776HKLM,%CurrentVersion%\Telephony\Country List\212,"InternationalRule",,"00EFG"
777HKLM,%CurrentVersion%\Telephony\Country List\212,"LongDistanceRule",,"0FG"
778HKLM,%CurrentVersion%\Telephony\Country List\212,"Name",,"Morocco"
779HKLM,%CurrentVersion%\Telephony\Country List\212,"SameAreaRule",,"G"
780
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000781HKLM,%CurrentVersion%\Telephony\Country List\213,"CountryCode",0x10001,0x000000d5
Alexandre Julliard299d5592004-02-27 22:04:55 +0000782HKLM,%CurrentVersion%\Telephony\Country List\213,"InternationalRule",,"00,EFG"
783HKLM,%CurrentVersion%\Telephony\Country List\213,"LongDistanceRule",,"0FG"
784HKLM,%CurrentVersion%\Telephony\Country List\213,"Name",,"Algeria"
785HKLM,%CurrentVersion%\Telephony\Country List\213,"SameAreaRule",,"G"
786
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000787HKLM,%CurrentVersion%\Telephony\Country List\216,"CountryCode",0x10001,0x000000d8
Alexandre Julliard299d5592004-02-27 22:04:55 +0000788HKLM,%CurrentVersion%\Telephony\Country List\216,"InternationalRule",,"00EFG"
789HKLM,%CurrentVersion%\Telephony\Country List\216,"LongDistanceRule",,"0FG"
790HKLM,%CurrentVersion%\Telephony\Country List\216,"Name",,"Tunisia"
791HKLM,%CurrentVersion%\Telephony\Country List\216,"SameAreaRule",,"G"
792
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000793HKLM,%CurrentVersion%\Telephony\Country List\218,"CountryCode",0x10001,0x000000da
Alexandre Julliard299d5592004-02-27 22:04:55 +0000794HKLM,%CurrentVersion%\Telephony\Country List\218,"InternationalRule",,"00EFG"
795HKLM,%CurrentVersion%\Telephony\Country List\218,"LongDistanceRule",,"0FG"
796HKLM,%CurrentVersion%\Telephony\Country List\218,"Name",,"Libya"
797HKLM,%CurrentVersion%\Telephony\Country List\218,"SameAreaRule",,"G"
798
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000799HKLM,%CurrentVersion%\Telephony\Country List\220,"CountryCode",0x10001,0x000000dc
Alexandre Julliard299d5592004-02-27 22:04:55 +0000800HKLM,%CurrentVersion%\Telephony\Country List\220,"InternationalRule",,"00EFG"
801HKLM,%CurrentVersion%\Telephony\Country List\220,"LongDistanceRule",,""
802HKLM,%CurrentVersion%\Telephony\Country List\220,"Name",,"Gambia"
803HKLM,%CurrentVersion%\Telephony\Country List\220,"SameAreaRule",,"G"
804
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000805HKLM,%CurrentVersion%\Telephony\Country List\221,"CountryCode",0x10001,0x000000dd
Alexandre Julliard299d5592004-02-27 22:04:55 +0000806HKLM,%CurrentVersion%\Telephony\Country List\221,"InternationalRule",,"00EFG"
807HKLM,%CurrentVersion%\Telephony\Country List\221,"LongDistanceRule",,""
808HKLM,%CurrentVersion%\Telephony\Country List\221,"Name",,"Senegal Republic"
809HKLM,%CurrentVersion%\Telephony\Country List\221,"SameAreaRule",,"G"
810
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000811HKLM,%CurrentVersion%\Telephony\Country List\222,"CountryCode",0x10001,0x000000de
Alexandre Julliard299d5592004-02-27 22:04:55 +0000812HKLM,%CurrentVersion%\Telephony\Country List\222,"InternationalRule",,"00EFG"
813HKLM,%CurrentVersion%\Telephony\Country List\222,"LongDistanceRule",,""
814HKLM,%CurrentVersion%\Telephony\Country List\222,"Name",,"Mauritania"
815HKLM,%CurrentVersion%\Telephony\Country List\222,"SameAreaRule",,"G"
816
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000817HKLM,%CurrentVersion%\Telephony\Country List\223,"CountryCode",0x10001,0x000000df
Alexandre Julliard299d5592004-02-27 22:04:55 +0000818HKLM,%CurrentVersion%\Telephony\Country List\223,"InternationalRule",,"00EFG"
819HKLM,%CurrentVersion%\Telephony\Country List\223,"LongDistanceRule",,""
820HKLM,%CurrentVersion%\Telephony\Country List\223,"Name",,"Mali"
821HKLM,%CurrentVersion%\Telephony\Country List\223,"SameAreaRule",,"G"
822
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000823HKLM,%CurrentVersion%\Telephony\Country List\224,"CountryCode",0x10001,0x000000e0
Alexandre Julliard299d5592004-02-27 22:04:55 +0000824HKLM,%CurrentVersion%\Telephony\Country List\224,"InternationalRule",,"00EFG"
825HKLM,%CurrentVersion%\Telephony\Country List\224,"LongDistanceRule",,""
826HKLM,%CurrentVersion%\Telephony\Country List\224,"Name",,"Guinea"
827HKLM,%CurrentVersion%\Telephony\Country List\224,"SameAreaRule",,"G"
828
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000829HKLM,%CurrentVersion%\Telephony\Country List\225,"CountryCode",0x10001,0x000000e1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000830HKLM,%CurrentVersion%\Telephony\Country List\225,"InternationalRule",,"00EFG"
831HKLM,%CurrentVersion%\Telephony\Country List\225,"LongDistanceRule",,""
832HKLM,%CurrentVersion%\Telephony\Country List\225,"Name",,"Cote d'Ivoire"
833HKLM,%CurrentVersion%\Telephony\Country List\225,"SameAreaRule",,"G"
834
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000835HKLM,%CurrentVersion%\Telephony\Country List\226,"CountryCode",0x10001,0x000000e2
Alexandre Julliard299d5592004-02-27 22:04:55 +0000836HKLM,%CurrentVersion%\Telephony\Country List\226,"InternationalRule",,"00EFG"
837HKLM,%CurrentVersion%\Telephony\Country List\226,"LongDistanceRule",,""
838HKLM,%CurrentVersion%\Telephony\Country List\226,"Name",,"Burkina Faso"
839HKLM,%CurrentVersion%\Telephony\Country List\226,"SameAreaRule",,"G"
840
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000841HKLM,%CurrentVersion%\Telephony\Country List\227,"CountryCode",0x10001,0x000000e3
Alexandre Julliard299d5592004-02-27 22:04:55 +0000842HKLM,%CurrentVersion%\Telephony\Country List\227,"InternationalRule",,"00EFG"
843HKLM,%CurrentVersion%\Telephony\Country List\227,"LongDistanceRule",,""
844HKLM,%CurrentVersion%\Telephony\Country List\227,"Name",,"Niger"
845HKLM,%CurrentVersion%\Telephony\Country List\227,"SameAreaRule",,"G"
846
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000847HKLM,%CurrentVersion%\Telephony\Country List\228,"CountryCode",0x10001,0x000000e4
Alexandre Julliard299d5592004-02-27 22:04:55 +0000848HKLM,%CurrentVersion%\Telephony\Country List\228,"InternationalRule",,"00EFG"
849HKLM,%CurrentVersion%\Telephony\Country List\228,"LongDistanceRule",,""
850HKLM,%CurrentVersion%\Telephony\Country List\228,"Name",,"Togo"
851HKLM,%CurrentVersion%\Telephony\Country List\228,"SameAreaRule",,"G"
852
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000853HKLM,%CurrentVersion%\Telephony\Country List\229,"CountryCode",0x10001,0x000000e5
Alexandre Julliard299d5592004-02-27 22:04:55 +0000854HKLM,%CurrentVersion%\Telephony\Country List\229,"InternationalRule",,"00EFG"
855HKLM,%CurrentVersion%\Telephony\Country List\229,"LongDistanceRule",,""
856HKLM,%CurrentVersion%\Telephony\Country List\229,"Name",,"Benin"
857HKLM,%CurrentVersion%\Telephony\Country List\229,"SameAreaRule",,"G"
858
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000859HKLM,%CurrentVersion%\Telephony\Country List\230,"CountryCode",0x10001,0x000000e6
Alexandre Julliard299d5592004-02-27 22:04:55 +0000860HKLM,%CurrentVersion%\Telephony\Country List\230,"InternationalRule",,"00EFG"
861HKLM,%CurrentVersion%\Telephony\Country List\230,"LongDistanceRule",,""
862HKLM,%CurrentVersion%\Telephony\Country List\230,"Name",,"Mauritius"
863HKLM,%CurrentVersion%\Telephony\Country List\230,"SameAreaRule",,"G"
864
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000865HKLM,%CurrentVersion%\Telephony\Country List\231,"CountryCode",0x10001,0x000000e7
Alexandre Julliard299d5592004-02-27 22:04:55 +0000866HKLM,%CurrentVersion%\Telephony\Country List\231,"InternationalRule",,"0EFG"
867HKLM,%CurrentVersion%\Telephony\Country List\231,"LongDistanceRule",,""
868HKLM,%CurrentVersion%\Telephony\Country List\231,"Name",,"Liberia"
869HKLM,%CurrentVersion%\Telephony\Country List\231,"SameAreaRule",,"G"
870
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000871HKLM,%CurrentVersion%\Telephony\Country List\232,"CountryCode",0x10001,0x000000e8
Alexandre Julliard299d5592004-02-27 22:04:55 +0000872HKLM,%CurrentVersion%\Telephony\Country List\232,"InternationalRule",,"00EFG"
873HKLM,%CurrentVersion%\Telephony\Country List\232,"LongDistanceRule",,"IG"
874HKLM,%CurrentVersion%\Telephony\Country List\232,"Name",,"Sierra Leone"
875HKLM,%CurrentVersion%\Telephony\Country List\232,"SameAreaRule",,"G"
876
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000877HKLM,%CurrentVersion%\Telephony\Country List\233,"CountryCode",0x10001,0x000000e9
Alexandre Julliard299d5592004-02-27 22:04:55 +0000878HKLM,%CurrentVersion%\Telephony\Country List\233,"InternationalRule",,"00EFG"
879HKLM,%CurrentVersion%\Telephony\Country List\233,"LongDistanceRule",,""
880HKLM,%CurrentVersion%\Telephony\Country List\233,"Name",,"Ghana"
881HKLM,%CurrentVersion%\Telephony\Country List\233,"SameAreaRule",,"G"
882
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000883HKLM,%CurrentVersion%\Telephony\Country List\234,"CountryCode",0x10001,0x000000ea
Alexandre Julliard299d5592004-02-27 22:04:55 +0000884HKLM,%CurrentVersion%\Telephony\Country List\234,"InternationalRule",,"009EFG"
885HKLM,%CurrentVersion%\Telephony\Country List\234,"LongDistanceRule",,"0FG"
886HKLM,%CurrentVersion%\Telephony\Country List\234,"Name",,"Nigeria"
887HKLM,%CurrentVersion%\Telephony\Country List\234,"SameAreaRule",,"G"
888
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000889HKLM,%CurrentVersion%\Telephony\Country List\235,"CountryCode",0x10001,0x000000eb
Alexandre Julliard299d5592004-02-27 22:04:55 +0000890HKLM,%CurrentVersion%\Telephony\Country List\235,"InternationalRule",,"15EFG"
891HKLM,%CurrentVersion%\Telephony\Country List\235,"LongDistanceRule",,""
892HKLM,%CurrentVersion%\Telephony\Country List\235,"Name",,"Chad"
893HKLM,%CurrentVersion%\Telephony\Country List\235,"SameAreaRule",,"G"
894
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000895HKLM,%CurrentVersion%\Telephony\Country List\236,"CountryCode",0x10001,0x000000ec
Alexandre Julliard299d5592004-02-27 22:04:55 +0000896HKLM,%CurrentVersion%\Telephony\Country List\236,"InternationalRule",,"19EFG"
897HKLM,%CurrentVersion%\Telephony\Country List\236,"LongDistanceRule",,""
898HKLM,%CurrentVersion%\Telephony\Country List\236,"Name",,"Central African Republic"
899HKLM,%CurrentVersion%\Telephony\Country List\236,"SameAreaRule",,"G"
900
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000901HKLM,%CurrentVersion%\Telephony\Country List\237,"CountryCode",0x10001,0x000000ed
Alexandre Julliard299d5592004-02-27 22:04:55 +0000902HKLM,%CurrentVersion%\Telephony\Country List\237,"InternationalRule",,"00EFG"
903HKLM,%CurrentVersion%\Telephony\Country List\237,"LongDistanceRule",,""
904HKLM,%CurrentVersion%\Telephony\Country List\237,"Name",,"Cameroon"
905HKLM,%CurrentVersion%\Telephony\Country List\237,"SameAreaRule",,"G"
906
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000907HKLM,%CurrentVersion%\Telephony\Country List\238,"CountryCode",0x10001,0x000000ee
Alexandre Julliard299d5592004-02-27 22:04:55 +0000908HKLM,%CurrentVersion%\Telephony\Country List\238,"InternationalRule",,"0EFG"
909HKLM,%CurrentVersion%\Telephony\Country List\238,"LongDistanceRule",,""
910HKLM,%CurrentVersion%\Telephony\Country List\238,"Name",,"Cape Verde Islands"
911HKLM,%CurrentVersion%\Telephony\Country List\238,"SameAreaRule",,"G"
912
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000913HKLM,%CurrentVersion%\Telephony\Country List\239,"CountryCode",0x10001,0x000000ef
Alexandre Julliard299d5592004-02-27 22:04:55 +0000914HKLM,%CurrentVersion%\Telephony\Country List\239,"InternationalRule",,"00EFG"
915HKLM,%CurrentVersion%\Telephony\Country List\239,"LongDistanceRule",,""
916HKLM,%CurrentVersion%\Telephony\Country List\239,"Name",,"Sao Tome and Principe"
917HKLM,%CurrentVersion%\Telephony\Country List\239,"SameAreaRule",,"G"
918
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000919HKLM,%CurrentVersion%\Telephony\Country List\240,"CountryCode",0x10001,0x000000f0
Alexandre Julliard299d5592004-02-27 22:04:55 +0000920HKLM,%CurrentVersion%\Telephony\Country List\240,"InternationalRule",,"00EFG"
921HKLM,%CurrentVersion%\Telephony\Country List\240,"LongDistanceRule",,""
922HKLM,%CurrentVersion%\Telephony\Country List\240,"Name",,"Equatorial Guinea"
923HKLM,%CurrentVersion%\Telephony\Country List\240,"SameAreaRule",,"G"
924
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000925HKLM,%CurrentVersion%\Telephony\Country List\241,"CountryCode",0x10001,0x000000f1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000926HKLM,%CurrentVersion%\Telephony\Country List\241,"InternationalRule",,"00EFG"
927HKLM,%CurrentVersion%\Telephony\Country List\241,"LongDistanceRule",,""
928HKLM,%CurrentVersion%\Telephony\Country List\241,"Name",,"Gabon"
929HKLM,%CurrentVersion%\Telephony\Country List\241,"SameAreaRule",,"G"
930
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000931HKLM,%CurrentVersion%\Telephony\Country List\242,"CountryCode",0x10001,0x000000f2
Alexandre Julliard299d5592004-02-27 22:04:55 +0000932HKLM,%CurrentVersion%\Telephony\Country List\242,"InternationalRule",,"00EFG"
933HKLM,%CurrentVersion%\Telephony\Country List\242,"LongDistanceRule",,""
934HKLM,%CurrentVersion%\Telephony\Country List\242,"Name",,"Congo"
935HKLM,%CurrentVersion%\Telephony\Country List\242,"SameAreaRule",,"G"
936
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000937HKLM,%CurrentVersion%\Telephony\Country List\243,"CountryCode",0x10001,0x000000f3
Alexandre Julliard299d5592004-02-27 22:04:55 +0000938HKLM,%CurrentVersion%\Telephony\Country List\243,"InternationalRule",,"00EFG"
939HKLM,%CurrentVersion%\Telephony\Country List\243,"LongDistanceRule",,""
940HKLM,%CurrentVersion%\Telephony\Country List\243,"Name",,"Congo, Democratic Republic of the"
941HKLM,%CurrentVersion%\Telephony\Country List\243,"SameAreaRule",,"G"
942
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000943HKLM,%CurrentVersion%\Telephony\Country List\244,"CountryCode",0x10001,0x000000f4
Alexandre Julliard299d5592004-02-27 22:04:55 +0000944HKLM,%CurrentVersion%\Telephony\Country List\244,"InternationalRule",,"00EFG"
945HKLM,%CurrentVersion%\Telephony\Country List\244,"LongDistanceRule",,"0FG"
946HKLM,%CurrentVersion%\Telephony\Country List\244,"Name",,"Angola"
947HKLM,%CurrentVersion%\Telephony\Country List\244,"SameAreaRule",,"G"
948
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000949HKLM,%CurrentVersion%\Telephony\Country List\245,"CountryCode",0x10001,0x000000f5
Alexandre Julliard299d5592004-02-27 22:04:55 +0000950HKLM,%CurrentVersion%\Telephony\Country List\245,"InternationalRule",,"099EFG"
951HKLM,%CurrentVersion%\Telephony\Country List\245,"LongDistanceRule",,""
952HKLM,%CurrentVersion%\Telephony\Country List\245,"Name",,"Guinea-Bissau"
953HKLM,%CurrentVersion%\Telephony\Country List\245,"SameAreaRule",,"G"
954
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000955HKLM,%CurrentVersion%\Telephony\Country List\246,"CountryCode",0x10001,0x000000f6
Alexandre Julliard299d5592004-02-27 22:04:55 +0000956HKLM,%CurrentVersion%\Telephony\Country List\246,"InternationalRule",,"00EFG"
957HKLM,%CurrentVersion%\Telephony\Country List\246,"LongDistanceRule",,""
958HKLM,%CurrentVersion%\Telephony\Country List\246,"Name",,"Diego Garcia"
959HKLM,%CurrentVersion%\Telephony\Country List\246,"SameAreaRule",,"G"
960
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000961HKLM,%CurrentVersion%\Telephony\Country List\247,"CountryCode",0x10001,0x000000f7
Alexandre Julliard299d5592004-02-27 22:04:55 +0000962HKLM,%CurrentVersion%\Telephony\Country List\247,"InternationalRule",,"01EFG"
963HKLM,%CurrentVersion%\Telephony\Country List\247,"LongDistanceRule",,""
964HKLM,%CurrentVersion%\Telephony\Country List\247,"Name",,"Ascension Island"
965HKLM,%CurrentVersion%\Telephony\Country List\247,"SameAreaRule",,"G"
966
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000967HKLM,%CurrentVersion%\Telephony\Country List\248,"CountryCode",0x10001,0x000000f8
Alexandre Julliard299d5592004-02-27 22:04:55 +0000968HKLM,%CurrentVersion%\Telephony\Country List\248,"InternationalRule",,"00EFG"
969HKLM,%CurrentVersion%\Telephony\Country List\248,"LongDistanceRule",,""
970HKLM,%CurrentVersion%\Telephony\Country List\248,"Name",,"Seychelles"
971HKLM,%CurrentVersion%\Telephony\Country List\248,"SameAreaRule",,"G"
972
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000973HKLM,%CurrentVersion%\Telephony\Country List\249,"CountryCode",0x10001,0x000000f9
Alexandre Julliard299d5592004-02-27 22:04:55 +0000974HKLM,%CurrentVersion%\Telephony\Country List\249,"InternationalRule",,"00EFG"
975HKLM,%CurrentVersion%\Telephony\Country List\249,"LongDistanceRule",,"0FG"
976HKLM,%CurrentVersion%\Telephony\Country List\249,"Name",,"Sudan"
977HKLM,%CurrentVersion%\Telephony\Country List\249,"SameAreaRule",,"G"
978
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000979HKLM,%CurrentVersion%\Telephony\Country List\250,"CountryCode",0x10001,0x000000fa
Alexandre Julliard299d5592004-02-27 22:04:55 +0000980HKLM,%CurrentVersion%\Telephony\Country List\250,"InternationalRule",,"00EFG"
981HKLM,%CurrentVersion%\Telephony\Country List\250,"LongDistanceRule",,""
982HKLM,%CurrentVersion%\Telephony\Country List\250,"Name",,"Rwanda"
983HKLM,%CurrentVersion%\Telephony\Country List\250,"SameAreaRule",,"G"
984
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000985HKLM,%CurrentVersion%\Telephony\Country List\251,"CountryCode",0x10001,0x000000fb
Alexandre Julliard299d5592004-02-27 22:04:55 +0000986HKLM,%CurrentVersion%\Telephony\Country List\251,"InternationalRule",,"00EFG"
987HKLM,%CurrentVersion%\Telephony\Country List\251,"LongDistanceRule",,"0FG"
988HKLM,%CurrentVersion%\Telephony\Country List\251,"Name",,"Ethiopia"
989HKLM,%CurrentVersion%\Telephony\Country List\251,"SameAreaRule",,"G"
990
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000991HKLM,%CurrentVersion%\Telephony\Country List\252,"CountryCode",0x10001,0x000000fc
Alexandre Julliard299d5592004-02-27 22:04:55 +0000992HKLM,%CurrentVersion%\Telephony\Country List\252,"InternationalRule",,"19,EFG"
993HKLM,%CurrentVersion%\Telephony\Country List\252,"LongDistanceRule",,""
994HKLM,%CurrentVersion%\Telephony\Country List\252,"Name",,"Somalia"
995HKLM,%CurrentVersion%\Telephony\Country List\252,"SameAreaRule",,"G"
996
Ge van Geldorp748d23a2005-09-14 11:15:58 +0000997HKLM,%CurrentVersion%\Telephony\Country List\253,"CountryCode",0x10001,0x000000fd
Alexandre Julliard299d5592004-02-27 22:04:55 +0000998HKLM,%CurrentVersion%\Telephony\Country List\253,"InternationalRule",,"00EFG"
999HKLM,%CurrentVersion%\Telephony\Country List\253,"LongDistanceRule",,""
1000HKLM,%CurrentVersion%\Telephony\Country List\253,"Name",,"Djibouti"
1001HKLM,%CurrentVersion%\Telephony\Country List\253,"SameAreaRule",,"G"
1002
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001003HKLM,%CurrentVersion%\Telephony\Country List\254,"CountryCode",0x10001,0x000000fe
Alexandre Julliard299d5592004-02-27 22:04:55 +00001004HKLM,%CurrentVersion%\Telephony\Country List\254,"InternationalRule",,"000EFG"
1005HKLM,%CurrentVersion%\Telephony\Country List\254,"LongDistanceRule",,"0FG"
1006HKLM,%CurrentVersion%\Telephony\Country List\254,"Name",,"Kenya"
1007HKLM,%CurrentVersion%\Telephony\Country List\254,"SameAreaRule",,"G"
1008
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001009HKLM,%CurrentVersion%\Telephony\Country List\255,"CountryCode",0x10001,0x000000ff
Alexandre Julliard299d5592004-02-27 22:04:55 +00001010HKLM,%CurrentVersion%\Telephony\Country List\255,"InternationalRule",,"0900EFG"
1011HKLM,%CurrentVersion%\Telephony\Country List\255,"LongDistanceRule",,"0FG"
1012HKLM,%CurrentVersion%\Telephony\Country List\255,"Name",,"Tanzania"
1013HKLM,%CurrentVersion%\Telephony\Country List\255,"SameAreaRule",,"G"
1014
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001015HKLM,%CurrentVersion%\Telephony\Country List\256,"CountryCode",0x10001,0x00000100
Alexandre Julliard299d5592004-02-27 22:04:55 +00001016HKLM,%CurrentVersion%\Telephony\Country List\256,"InternationalRule",,"00EFG"
1017HKLM,%CurrentVersion%\Telephony\Country List\256,"LongDistanceRule",,"0FG"
1018HKLM,%CurrentVersion%\Telephony\Country List\256,"Name",,"Uganda"
1019HKLM,%CurrentVersion%\Telephony\Country List\256,"SameAreaRule",,"G"
1020
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001021HKLM,%CurrentVersion%\Telephony\Country List\257,"CountryCode",0x10001,0x00000101
Alexandre Julliard299d5592004-02-27 22:04:55 +00001022HKLM,%CurrentVersion%\Telephony\Country List\257,"InternationalRule",,"90EFG"
1023HKLM,%CurrentVersion%\Telephony\Country List\257,"LongDistanceRule",,""
1024HKLM,%CurrentVersion%\Telephony\Country List\257,"Name",,"Burundi"
1025HKLM,%CurrentVersion%\Telephony\Country List\257,"SameAreaRule",,"G"
1026
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001027HKLM,%CurrentVersion%\Telephony\Country List\258,"CountryCode",0x10001,0x00000102
Alexandre Julliard299d5592004-02-27 22:04:55 +00001028HKLM,%CurrentVersion%\Telephony\Country List\258,"InternationalRule",,"00EFG"
1029HKLM,%CurrentVersion%\Telephony\Country List\258,"LongDistanceRule",,""
1030HKLM,%CurrentVersion%\Telephony\Country List\258,"Name",,"Mozambique"
1031HKLM,%CurrentVersion%\Telephony\Country List\258,"SameAreaRule",,"G"
1032
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001033HKLM,%CurrentVersion%\Telephony\Country List\260,"CountryCode",0x10001,0x00000104
Alexandre Julliard299d5592004-02-27 22:04:55 +00001034HKLM,%CurrentVersion%\Telephony\Country List\260,"InternationalRule",,"00EFG"
1035HKLM,%CurrentVersion%\Telephony\Country List\260,"LongDistanceRule",,"0FG"
1036HKLM,%CurrentVersion%\Telephony\Country List\260,"Name",,"Zambia"
1037HKLM,%CurrentVersion%\Telephony\Country List\260,"SameAreaRule",,"G"
1038
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001039HKLM,%CurrentVersion%\Telephony\Country List\261,"CountryCode",0x10001,0x00000105
Alexandre Julliard299d5592004-02-27 22:04:55 +00001040HKLM,%CurrentVersion%\Telephony\Country List\261,"InternationalRule",,"00EFG"
1041HKLM,%CurrentVersion%\Telephony\Country List\261,"LongDistanceRule",,""
1042HKLM,%CurrentVersion%\Telephony\Country List\261,"Name",,"Madagascar"
1043HKLM,%CurrentVersion%\Telephony\Country List\261,"SameAreaRule",,"G"
1044
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001045HKLM,%CurrentVersion%\Telephony\Country List\262,"CountryCode",0x10001,0x00000106
Alexandre Julliard299d5592004-02-27 22:04:55 +00001046HKLM,%CurrentVersion%\Telephony\Country List\262,"InternationalRule",,"00EFG"
1047HKLM,%CurrentVersion%\Telephony\Country List\262,"LongDistanceRule",,""
1048HKLM,%CurrentVersion%\Telephony\Country List\262,"Name",,"Reunion Island"
1049HKLM,%CurrentVersion%\Telephony\Country List\262,"SameAreaRule",,"G"
1050
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001051HKLM,%CurrentVersion%\Telephony\Country List\263,"CountryCode",0x10001,0x00000107
Alexandre Julliard299d5592004-02-27 22:04:55 +00001052HKLM,%CurrentVersion%\Telephony\Country List\263,"InternationalRule",,"00EFG"
1053HKLM,%CurrentVersion%\Telephony\Country List\263,"LongDistanceRule",,"0FG"
1054HKLM,%CurrentVersion%\Telephony\Country List\263,"Name",,"Zimbabwe"
1055HKLM,%CurrentVersion%\Telephony\Country List\263,"SameAreaRule",,"G"
1056
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001057HKLM,%CurrentVersion%\Telephony\Country List\264,"CountryCode",0x10001,0x00000108
Alexandre Julliard299d5592004-02-27 22:04:55 +00001058HKLM,%CurrentVersion%\Telephony\Country List\264,"InternationalRule",,"00EFG"
1059HKLM,%CurrentVersion%\Telephony\Country List\264,"LongDistanceRule",,"0FG"
1060HKLM,%CurrentVersion%\Telephony\Country List\264,"Name",,"Namibia"
1061HKLM,%CurrentVersion%\Telephony\Country List\264,"SameAreaRule",,"G"
1062
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001063HKLM,%CurrentVersion%\Telephony\Country List\265,"CountryCode",0x10001,0x00000109
Alexandre Julliard299d5592004-02-27 22:04:55 +00001064HKLM,%CurrentVersion%\Telephony\Country List\265,"InternationalRule",,"101EFG"
1065HKLM,%CurrentVersion%\Telephony\Country List\265,"LongDistanceRule",,""
1066HKLM,%CurrentVersion%\Telephony\Country List\265,"Name",,"Malawi"
1067HKLM,%CurrentVersion%\Telephony\Country List\265,"SameAreaRule",,"G"
1068
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001069HKLM,%CurrentVersion%\Telephony\Country List\266,"CountryCode",0x10001,0x0000010a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001070HKLM,%CurrentVersion%\Telephony\Country List\266,"InternationalRule",,"00EFG"
1071HKLM,%CurrentVersion%\Telephony\Country List\266,"LongDistanceRule",,""
1072HKLM,%CurrentVersion%\Telephony\Country List\266,"Name",,"Lesotho"
1073HKLM,%CurrentVersion%\Telephony\Country List\266,"SameAreaRule",,"G"
1074
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001075HKLM,%CurrentVersion%\Telephony\Country List\267,"CountryCode",0x10001,0x0000010b
Alexandre Julliard299d5592004-02-27 22:04:55 +00001076HKLM,%CurrentVersion%\Telephony\Country List\267,"InternationalRule",,"00EFG"
1077HKLM,%CurrentVersion%\Telephony\Country List\267,"LongDistanceRule",,"0FG"
1078HKLM,%CurrentVersion%\Telephony\Country List\267,"Name",,"Botswana"
1079HKLM,%CurrentVersion%\Telephony\Country List\267,"SameAreaRule",,"G"
1080
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001081HKLM,%CurrentVersion%\Telephony\Country List\268,"CountryCode",0x10001,0x0000010c
Alexandre Julliard299d5592004-02-27 22:04:55 +00001082HKLM,%CurrentVersion%\Telephony\Country List\268,"InternationalRule",,"00EFG"
1083HKLM,%CurrentVersion%\Telephony\Country List\268,"LongDistanceRule",,""
1084HKLM,%CurrentVersion%\Telephony\Country List\268,"Name",,"Swaziland"
1085HKLM,%CurrentVersion%\Telephony\Country List\268,"SameAreaRule",,"G"
1086
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001087HKLM,%CurrentVersion%\Telephony\Country List\269,"CountryCode",0x10001,0x0000010d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001088HKLM,%CurrentVersion%\Telephony\Country List\269,"InternationalRule",,"00EFG"
1089HKLM,%CurrentVersion%\Telephony\Country List\269,"LongDistanceRule",,""
1090HKLM,%CurrentVersion%\Telephony\Country List\269,"Name",,"Mayotte Island"
1091HKLM,%CurrentVersion%\Telephony\Country List\269,"SameAreaRule",,"G"
1092
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001093HKLM,%CurrentVersion%\Telephony\Country List\2691,"CountryCode",0x10001,0x0000010d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001094HKLM,%CurrentVersion%\Telephony\Country List\2691,"InternationalRule",,"10EFG"
1095HKLM,%CurrentVersion%\Telephony\Country List\2691,"LongDistanceRule",,""
1096HKLM,%CurrentVersion%\Telephony\Country List\2691,"Name",,"Comoros"
1097HKLM,%CurrentVersion%\Telephony\Country List\2691,"SameAreaRule",,"G"
1098
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001099HKLM,%CurrentVersion%\Telephony\Country List\27,"CountryCode",0x10001,0x0000001b
Alexandre Julliard299d5592004-02-27 22:04:55 +00001100HKLM,%CurrentVersion%\Telephony\Country List\27,"InternationalRule",,"09EFG"
1101HKLM,%CurrentVersion%\Telephony\Country List\27,"LongDistanceRule",,"0FG"
1102HKLM,%CurrentVersion%\Telephony\Country List\27,"Name",,"South Africa"
1103HKLM,%CurrentVersion%\Telephony\Country List\27,"SameAreaRule",,"G"
1104
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001105HKLM,%CurrentVersion%\Telephony\Country List\290,"CountryCode",0x10001,0x00000122
Alexandre Julliard299d5592004-02-27 22:04:55 +00001106HKLM,%CurrentVersion%\Telephony\Country List\290,"InternationalRule",,"01EFG"
1107HKLM,%CurrentVersion%\Telephony\Country List\290,"LongDistanceRule",,""
1108HKLM,%CurrentVersion%\Telephony\Country List\290,"Name",,"St. Helena"
1109HKLM,%CurrentVersion%\Telephony\Country List\290,"SameAreaRule",,"G"
1110
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001111HKLM,%CurrentVersion%\Telephony\Country List\291,"CountryCode",0x10001,0x00000123
Alexandre Julliard299d5592004-02-27 22:04:55 +00001112HKLM,%CurrentVersion%\Telephony\Country List\291,"InternationalRule",,"00EFG"
1113HKLM,%CurrentVersion%\Telephony\Country List\291,"LongDistanceRule",,"0FG"
1114HKLM,%CurrentVersion%\Telephony\Country List\291,"Name",,"Eritrea"
1115HKLM,%CurrentVersion%\Telephony\Country List\291,"SameAreaRule",,"G"
1116
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001117HKLM,%CurrentVersion%\Telephony\Country List\297,"CountryCode",0x10001,0x00000129
Alexandre Julliard299d5592004-02-27 22:04:55 +00001118HKLM,%CurrentVersion%\Telephony\Country List\297,"InternationalRule",,"00EFG"
1119HKLM,%CurrentVersion%\Telephony\Country List\297,"LongDistanceRule",,""
1120HKLM,%CurrentVersion%\Telephony\Country List\297,"Name",,"Aruba"
1121HKLM,%CurrentVersion%\Telephony\Country List\297,"SameAreaRule",,"G"
1122
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001123HKLM,%CurrentVersion%\Telephony\Country List\298,"CountryCode",0x10001,0x0000012a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001124HKLM,%CurrentVersion%\Telephony\Country List\298,"InternationalRule",,"009EFG"
1125HKLM,%CurrentVersion%\Telephony\Country List\298,"LongDistanceRule",,""
1126HKLM,%CurrentVersion%\Telephony\Country List\298,"Name",,"Faroe Islands"
1127HKLM,%CurrentVersion%\Telephony\Country List\298,"SameAreaRule",,"G"
1128
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001129HKLM,%CurrentVersion%\Telephony\Country List\299,"CountryCode",0x10001,0x0000012b
Alexandre Julliard299d5592004-02-27 22:04:55 +00001130HKLM,%CurrentVersion%\Telephony\Country List\299,"InternationalRule",,"009EFG"
1131HKLM,%CurrentVersion%\Telephony\Country List\299,"LongDistanceRule",,""
1132HKLM,%CurrentVersion%\Telephony\Country List\299,"Name",,"Greenland"
1133HKLM,%CurrentVersion%\Telephony\Country List\299,"SameAreaRule",,"G"
1134
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001135HKLM,%CurrentVersion%\Telephony\Country List\30,"CountryCode",0x10001,0x0000001e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001136HKLM,%CurrentVersion%\Telephony\Country List\30,"InternationalRule",,"00EFG"
1137HKLM,%CurrentVersion%\Telephony\Country List\30,"LongDistanceRule",,"0FG"
1138HKLM,%CurrentVersion%\Telephony\Country List\30,"Name",,"Greece"
1139HKLM,%CurrentVersion%\Telephony\Country List\30,"SameAreaRule",,"G"
1140
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001141HKLM,%CurrentVersion%\Telephony\Country List\31,"CountryCode",0x10001,0x0000001f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001142HKLM,%CurrentVersion%\Telephony\Country List\31,"InternationalRule",,"00EFG"
1143HKLM,%CurrentVersion%\Telephony\Country List\31,"LongDistanceRule",,"0FG"
1144HKLM,%CurrentVersion%\Telephony\Country List\31,"Name",,"Netherlands"
1145HKLM,%CurrentVersion%\Telephony\Country List\31,"SameAreaRule",,"G"
1146
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001147HKLM,%CurrentVersion%\Telephony\Country List\32,"CountryCode",0x10001,0x00000020
Alexandre Julliard299d5592004-02-27 22:04:55 +00001148HKLM,%CurrentVersion%\Telephony\Country List\32,"InternationalRule",,"00EFG"
1149HKLM,%CurrentVersion%\Telephony\Country List\32,"LongDistanceRule",,"0FG"
1150HKLM,%CurrentVersion%\Telephony\Country List\32,"Name",,"Belgium"
1151HKLM,%CurrentVersion%\Telephony\Country List\32,"SameAreaRule",,"G"
1152
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001153HKLM,%CurrentVersion%\Telephony\Country List\33,"CountryCode",0x10001,0x00000021
Alexandre Julliard299d5592004-02-27 22:04:55 +00001154HKLM,%CurrentVersion%\Telephony\Country List\33,"InternationalRule",,"00EFG"
1155HKLM,%CurrentVersion%\Telephony\Country List\33,"LongDistanceRule",,"0FG"
1156HKLM,%CurrentVersion%\Telephony\Country List\33,"Name",,"France"
1157HKLM,%CurrentVersion%\Telephony\Country List\33,"SameAreaRule",,"0FG"
1158
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001159HKLM,%CurrentVersion%\Telephony\Country List\34,"CountryCode",0x10001,0x00000022
Alexandre Julliard299d5592004-02-27 22:04:55 +00001160HKLM,%CurrentVersion%\Telephony\Country List\34,"InternationalRule",,"00,EFG"
1161HKLM,%CurrentVersion%\Telephony\Country List\34,"LongDistanceRule",,"IG"
1162HKLM,%CurrentVersion%\Telephony\Country List\34,"Name",,"Spain"
1163HKLM,%CurrentVersion%\Telephony\Country List\34,"SameAreaRule",,"IG"
1164
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001165HKLM,%CurrentVersion%\Telephony\Country List\350,"CountryCode",0x10001,0x0000015e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001166HKLM,%CurrentVersion%\Telephony\Country List\350,"InternationalRule",,"00EFG"
1167HKLM,%CurrentVersion%\Telephony\Country List\350,"LongDistanceRule",,""
1168HKLM,%CurrentVersion%\Telephony\Country List\350,"Name",,"Gibraltar"
1169HKLM,%CurrentVersion%\Telephony\Country List\350,"SameAreaRule",,"G"
1170
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001171HKLM,%CurrentVersion%\Telephony\Country List\351,"CountryCode",0x10001,0x0000015f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001172HKLM,%CurrentVersion%\Telephony\Country List\351,"InternationalRule",,"00EFG"
1173HKLM,%CurrentVersion%\Telephony\Country List\351,"LongDistanceRule",,"IG"
1174HKLM,%CurrentVersion%\Telephony\Country List\351,"Name",,"Portugal"
1175HKLM,%CurrentVersion%\Telephony\Country List\351,"SameAreaRule",,"IG"
1176
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001177HKLM,%CurrentVersion%\Telephony\Country List\352,"CountryCode",0x10001,0x00000160
Alexandre Julliard299d5592004-02-27 22:04:55 +00001178HKLM,%CurrentVersion%\Telephony\Country List\352,"InternationalRule",,"00EFG"
1179HKLM,%CurrentVersion%\Telephony\Country List\352,"LongDistanceRule",,""
1180HKLM,%CurrentVersion%\Telephony\Country List\352,"Name",,"Luxembourg"
1181HKLM,%CurrentVersion%\Telephony\Country List\352,"SameAreaRule",,"G"
1182
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001183HKLM,%CurrentVersion%\Telephony\Country List\353,"CountryCode",0x10001,0x00000161
Alexandre Julliard299d5592004-02-27 22:04:55 +00001184HKLM,%CurrentVersion%\Telephony\Country List\353,"InternationalRule",,"00EFG"
1185HKLM,%CurrentVersion%\Telephony\Country List\353,"LongDistanceRule",,"0FG"
1186HKLM,%CurrentVersion%\Telephony\Country List\353,"Name",,"Ireland"
1187HKLM,%CurrentVersion%\Telephony\Country List\353,"SameAreaRule",,"G"
1188
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001189HKLM,%CurrentVersion%\Telephony\Country List\354,"CountryCode",0x10001,0x00000162
Alexandre Julliard299d5592004-02-27 22:04:55 +00001190HKLM,%CurrentVersion%\Telephony\Country List\354,"InternationalRule",,"00EFG"
1191HKLM,%CurrentVersion%\Telephony\Country List\354,"LongDistanceRule",,"0FG"
1192HKLM,%CurrentVersion%\Telephony\Country List\354,"Name",,"Iceland"
1193HKLM,%CurrentVersion%\Telephony\Country List\354,"SameAreaRule",,"G"
1194
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001195HKLM,%CurrentVersion%\Telephony\Country List\355,"CountryCode",0x10001,0x00000163
Alexandre Julliard299d5592004-02-27 22:04:55 +00001196HKLM,%CurrentVersion%\Telephony\Country List\355,"InternationalRule",,"00EFG"
1197HKLM,%CurrentVersion%\Telephony\Country List\355,"LongDistanceRule",,"0FG"
1198HKLM,%CurrentVersion%\Telephony\Country List\355,"Name",,"Albania"
1199HKLM,%CurrentVersion%\Telephony\Country List\355,"SameAreaRule",,"G"
1200
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001201HKLM,%CurrentVersion%\Telephony\Country List\356,"CountryCode",0x10001,0x00000164
Alexandre Julliard299d5592004-02-27 22:04:55 +00001202HKLM,%CurrentVersion%\Telephony\Country List\356,"InternationalRule",,"00EFG"
1203HKLM,%CurrentVersion%\Telephony\Country List\356,"LongDistanceRule",,""
1204HKLM,%CurrentVersion%\Telephony\Country List\356,"Name",,"Malta"
1205HKLM,%CurrentVersion%\Telephony\Country List\356,"SameAreaRule",,"G"
1206
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001207HKLM,%CurrentVersion%\Telephony\Country List\357,"CountryCode",0x10001,0x00000165
Alexandre Julliard299d5592004-02-27 22:04:55 +00001208HKLM,%CurrentVersion%\Telephony\Country List\357,"InternationalRule",,"00EFG"
1209HKLM,%CurrentVersion%\Telephony\Country List\357,"LongDistanceRule",,"0FG"
1210HKLM,%CurrentVersion%\Telephony\Country List\357,"Name",,"Cyprus"
1211HKLM,%CurrentVersion%\Telephony\Country List\357,"SameAreaRule",,"G"
1212
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001213HKLM,%CurrentVersion%\Telephony\Country List\358,"CountryCode",0x10001,0x00000166
Alexandre Julliard299d5592004-02-27 22:04:55 +00001214HKLM,%CurrentVersion%\Telephony\Country List\358,"InternationalRule",,"00EFG"
1215HKLM,%CurrentVersion%\Telephony\Country List\358,"LongDistanceRule",,"0FG"
1216HKLM,%CurrentVersion%\Telephony\Country List\358,"Name",,"Finland"
1217HKLM,%CurrentVersion%\Telephony\Country List\358,"SameAreaRule",,"G"
1218
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001219HKLM,%CurrentVersion%\Telephony\Country List\359,"CountryCode",0x10001,0x00000167
Alexandre Julliard299d5592004-02-27 22:04:55 +00001220HKLM,%CurrentVersion%\Telephony\Country List\359,"InternationalRule",,"00EFG"
1221HKLM,%CurrentVersion%\Telephony\Country List\359,"LongDistanceRule",,"0FG"
1222HKLM,%CurrentVersion%\Telephony\Country List\359,"Name",,"Bulgaria"
1223HKLM,%CurrentVersion%\Telephony\Country List\359,"SameAreaRule",,"G"
1224
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001225HKLM,%CurrentVersion%\Telephony\Country List\36,"CountryCode",0x10001,0x00000024
Alexandre Julliard299d5592004-02-27 22:04:55 +00001226HKLM,%CurrentVersion%\Telephony\Country List\36,"InternationalRule",,"00EFG"
1227HKLM,%CurrentVersion%\Telephony\Country List\36,"LongDistanceRule",," 06,FG"
1228HKLM,%CurrentVersion%\Telephony\Country List\36,"Name",,"Hungary"
1229HKLM,%CurrentVersion%\Telephony\Country List\36,"SameAreaRule",,"G"
1230
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001231HKLM,%CurrentVersion%\Telephony\Country List\370,"CountryCode",0x10001,0x00000172
Alexandre Julliard299d5592004-02-27 22:04:55 +00001232HKLM,%CurrentVersion%\Telephony\Country List\370,"InternationalRule",,"8W10EFG"
1233HKLM,%CurrentVersion%\Telephony\Country List\370,"LongDistanceRule",," 8WFG"
1234HKLM,%CurrentVersion%\Telephony\Country List\370,"Name",,"Lithuania"
1235HKLM,%CurrentVersion%\Telephony\Country List\370,"SameAreaRule",,"G"
1236
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001237HKLM,%CurrentVersion%\Telephony\Country List\371,"CountryCode",0x10001,0x00000173
Alexandre Julliard299d5592004-02-27 22:04:55 +00001238HKLM,%CurrentVersion%\Telephony\Country List\371,"InternationalRule",,"00EFG"
1239HKLM,%CurrentVersion%\Telephony\Country List\371,"LongDistanceRule",," 8,FG"
1240HKLM,%CurrentVersion%\Telephony\Country List\371,"Name",,"Latvia"
1241HKLM,%CurrentVersion%\Telephony\Country List\371,"SameAreaRule",,"G"
1242
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001243HKLM,%CurrentVersion%\Telephony\Country List\372,"CountryCode",0x10001,0x00000174
Alexandre Julliard299d5592004-02-27 22:04:55 +00001244HKLM,%CurrentVersion%\Telephony\Country List\372,"InternationalRule",,"8,00EFG"
1245HKLM,%CurrentVersion%\Telephony\Country List\372,"LongDistanceRule",," 8,2IG"
1246HKLM,%CurrentVersion%\Telephony\Country List\372,"Name",,"Estonia"
1247HKLM,%CurrentVersion%\Telephony\Country List\372,"SameAreaRule",,"G"
1248
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001249HKLM,%CurrentVersion%\Telephony\Country List\373,"CountryCode",0x10001,0x00000175
Alexandre Julliard299d5592004-02-27 22:04:55 +00001250HKLM,%CurrentVersion%\Telephony\Country List\373,"InternationalRule",,"8W10EFG"
1251HKLM,%CurrentVersion%\Telephony\Country List\373,"LongDistanceRule",," 8WFG"
1252HKLM,%CurrentVersion%\Telephony\Country List\373,"Name",,"Moldova"
1253HKLM,%CurrentVersion%\Telephony\Country List\373,"SameAreaRule",,"G"
1254
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001255HKLM,%CurrentVersion%\Telephony\Country List\374,"CountryCode",0x10001,0x00000176
Alexandre Julliard299d5592004-02-27 22:04:55 +00001256HKLM,%CurrentVersion%\Telephony\Country List\374,"InternationalRule",,"8,10EFG"
1257HKLM,%CurrentVersion%\Telephony\Country List\374,"LongDistanceRule",," 8,IG"
1258HKLM,%CurrentVersion%\Telephony\Country List\374,"Name",,"Armenia"
1259HKLM,%CurrentVersion%\Telephony\Country List\374,"SameAreaRule",,"G"
1260
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001261HKLM,%CurrentVersion%\Telephony\Country List\375,"CountryCode",0x10001,0x00000177
Alexandre Julliard299d5592004-02-27 22:04:55 +00001262HKLM,%CurrentVersion%\Telephony\Country List\375,"InternationalRule",,"8W10EFG"
1263HKLM,%CurrentVersion%\Telephony\Country List\375,"LongDistanceRule",," 8WFG"
1264HKLM,%CurrentVersion%\Telephony\Country List\375,"Name",,"Belarus"
1265HKLM,%CurrentVersion%\Telephony\Country List\375,"SameAreaRule",,"G"
1266
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001267HKLM,%CurrentVersion%\Telephony\Country List\376,"CountryCode",0x10001,0x00000178
Alexandre Julliard299d5592004-02-27 22:04:55 +00001268HKLM,%CurrentVersion%\Telephony\Country List\376,"InternationalRule",,"00EFG"
1269HKLM,%CurrentVersion%\Telephony\Country List\376,"LongDistanceRule",,""
1270HKLM,%CurrentVersion%\Telephony\Country List\376,"Name",,"Andorra"
1271HKLM,%CurrentVersion%\Telephony\Country List\376,"SameAreaRule",,"G"
1272
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001273HKLM,%CurrentVersion%\Telephony\Country List\377,"CountryCode",0x10001,0x00000179
Alexandre Julliard299d5592004-02-27 22:04:55 +00001274HKLM,%CurrentVersion%\Telephony\Country List\377,"InternationalRule",,"00EFG"
1275HKLM,%CurrentVersion%\Telephony\Country List\377,"LongDistanceRule",,""
1276HKLM,%CurrentVersion%\Telephony\Country List\377,"Name",,"Monaco"
1277HKLM,%CurrentVersion%\Telephony\Country List\377,"SameAreaRule",,"G"
1278
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001279HKLM,%CurrentVersion%\Telephony\Country List\378,"CountryCode",0x10001,0x0000017a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001280HKLM,%CurrentVersion%\Telephony\Country List\378,"InternationalRule",,"00EFG"
1281HKLM,%CurrentVersion%\Telephony\Country List\378,"LongDistanceRule",,"IG"
1282HKLM,%CurrentVersion%\Telephony\Country List\378,"Name",,"San Marino"
1283HKLM,%CurrentVersion%\Telephony\Country List\378,"SameAreaRule",,"IG"
1284
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001285HKLM,%CurrentVersion%\Telephony\Country List\379,"CountryCode",0x10001,0x00000027
Alexandre Julliard299d5592004-02-27 22:04:55 +00001286HKLM,%CurrentVersion%\Telephony\Country List\379,"InternationalRule",,"00EFG"
1287HKLM,%CurrentVersion%\Telephony\Country List\379,"LongDistanceRule",,"IG"
1288HKLM,%CurrentVersion%\Telephony\Country List\379,"Name",,"Vatican City"
1289HKLM,%CurrentVersion%\Telephony\Country List\379,"SameAreaRule",,"IG"
1290
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001291HKLM,%CurrentVersion%\Telephony\Country List\380,"CountryCode",0x10001,0x0000017c
Alexandre Julliard299d5592004-02-27 22:04:55 +00001292HKLM,%CurrentVersion%\Telephony\Country List\380,"InternationalRule",,"8W10EFG"
1293HKLM,%CurrentVersion%\Telephony\Country List\380,"LongDistanceRule",," 8WFG"
1294HKLM,%CurrentVersion%\Telephony\Country List\380,"Name",,"Ukraine"
1295HKLM,%CurrentVersion%\Telephony\Country List\380,"SameAreaRule",,"G"
1296
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001297HKLM,%CurrentVersion%\Telephony\Country List\381,"CountryCode",0x10001,0x0000017d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001298HKLM,%CurrentVersion%\Telephony\Country List\381,"InternationalRule",,"99EFG"
1299HKLM,%CurrentVersion%\Telephony\Country List\381,"LongDistanceRule",,"0FG"
1300HKLM,%CurrentVersion%\Telephony\Country List\381,"Name",,"Yugoslavia"
1301HKLM,%CurrentVersion%\Telephony\Country List\381,"SameAreaRule",,"G"
1302
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001303HKLM,%CurrentVersion%\Telephony\Country List\385,"CountryCode",0x10001,0x00000181
Alexandre Julliard299d5592004-02-27 22:04:55 +00001304HKLM,%CurrentVersion%\Telephony\Country List\385,"InternationalRule",,"00EFG"
1305HKLM,%CurrentVersion%\Telephony\Country List\385,"LongDistanceRule",,"0FG"
1306HKLM,%CurrentVersion%\Telephony\Country List\385,"Name",,"Croatia"
1307HKLM,%CurrentVersion%\Telephony\Country List\385,"SameAreaRule",,"G"
1308
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001309HKLM,%CurrentVersion%\Telephony\Country List\386,"CountryCode",0x10001,0x00000182
Alexandre Julliard299d5592004-02-27 22:04:55 +00001310HKLM,%CurrentVersion%\Telephony\Country List\386,"InternationalRule",,"00EFG"
1311HKLM,%CurrentVersion%\Telephony\Country List\386,"LongDistanceRule",,"0FG"
1312HKLM,%CurrentVersion%\Telephony\Country List\386,"Name",,"Slovenia"
1313HKLM,%CurrentVersion%\Telephony\Country List\386,"SameAreaRule",,"G"
1314
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001315HKLM,%CurrentVersion%\Telephony\Country List\387,"CountryCode",0x10001,0x00000183
Alexandre Julliard299d5592004-02-27 22:04:55 +00001316HKLM,%CurrentVersion%\Telephony\Country List\387,"InternationalRule",,"00EFG"
1317HKLM,%CurrentVersion%\Telephony\Country List\387,"LongDistanceRule",,"0FG"
1318HKLM,%CurrentVersion%\Telephony\Country List\387,"Name",,"Bosnia and Herzegovina"
1319HKLM,%CurrentVersion%\Telephony\Country List\387,"SameAreaRule",,"G"
1320
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001321HKLM,%CurrentVersion%\Telephony\Country List\389,"CountryCode",0x10001,0x00000185
Alexandre Julliard299d5592004-02-27 22:04:55 +00001322HKLM,%CurrentVersion%\Telephony\Country List\389,"InternationalRule",,"99EFG"
1323HKLM,%CurrentVersion%\Telephony\Country List\389,"LongDistanceRule",,"0FG"
1324HKLM,%CurrentVersion%\Telephony\Country List\389,"Name",,"F.Y.R.O.M. (Former Yugoslav Republic of Macedonia)"
1325HKLM,%CurrentVersion%\Telephony\Country List\389,"SameAreaRule",,"G"
1326
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001327HKLM,%CurrentVersion%\Telephony\Country List\39,"CountryCode",0x10001,0x00000027
Alexandre Julliard299d5592004-02-27 22:04:55 +00001328HKLM,%CurrentVersion%\Telephony\Country List\39,"InternationalRule",,"00EFG"
1329HKLM,%CurrentVersion%\Telephony\Country List\39,"LongDistanceRule",,"IG"
1330HKLM,%CurrentVersion%\Telephony\Country List\39,"Name",,"Italy"
1331HKLM,%CurrentVersion%\Telephony\Country List\39,"SameAreaRule",,"IG"
1332
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001333HKLM,%CurrentVersion%\Telephony\Country List\40,"CountryCode",0x10001,0x00000028
Alexandre Julliard299d5592004-02-27 22:04:55 +00001334HKLM,%CurrentVersion%\Telephony\Country List\40,"InternationalRule",,"00EFG"
1335HKLM,%CurrentVersion%\Telephony\Country List\40,"LongDistanceRule",," 0FG"
1336HKLM,%CurrentVersion%\Telephony\Country List\40,"Name",,"Romania"
1337HKLM,%CurrentVersion%\Telephony\Country List\40,"SameAreaRule",,"G"
1338
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001339HKLM,%CurrentVersion%\Telephony\Country List\41,"CountryCode",0x10001,0x00000029
Alexandre Julliard299d5592004-02-27 22:04:55 +00001340HKLM,%CurrentVersion%\Telephony\Country List\41,"InternationalRule",,"00EFG"
1341HKLM,%CurrentVersion%\Telephony\Country List\41,"LongDistanceRule",,"0FG"
1342HKLM,%CurrentVersion%\Telephony\Country List\41,"Name",,"Switzerland"
1343HKLM,%CurrentVersion%\Telephony\Country List\41,"SameAreaRule",,"G"
1344
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001345HKLM,%CurrentVersion%\Telephony\Country List\420,"CountryCode",0x10001,0x000001a4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001346HKLM,%CurrentVersion%\Telephony\Country List\420,"InternationalRule",,"00EFG"
1347HKLM,%CurrentVersion%\Telephony\Country List\420,"LongDistanceRule",,"0FG"
1348HKLM,%CurrentVersion%\Telephony\Country List\420,"Name",,"Czech Republic"
1349HKLM,%CurrentVersion%\Telephony\Country List\420,"SameAreaRule",,"G"
1350
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001351HKLM,%CurrentVersion%\Telephony\Country List\421,"CountryCode",0x10001,0x000001a5
Alexandre Julliard299d5592004-02-27 22:04:55 +00001352HKLM,%CurrentVersion%\Telephony\Country List\421,"InternationalRule",,"00EFG"
1353HKLM,%CurrentVersion%\Telephony\Country List\421,"LongDistanceRule",,"0FG"
1354HKLM,%CurrentVersion%\Telephony\Country List\421,"Name",,"Slovakia"
1355HKLM,%CurrentVersion%\Telephony\Country List\421,"SameAreaRule",,"G"
1356
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001357HKLM,%CurrentVersion%\Telephony\Country List\423,"CountryCode",0x10001,0x000001a7
Alexandre Julliard299d5592004-02-27 22:04:55 +00001358HKLM,%CurrentVersion%\Telephony\Country List\423,"InternationalRule",,"00EFG"
1359HKLM,%CurrentVersion%\Telephony\Country List\423,"LongDistanceRule",,"G"
1360HKLM,%CurrentVersion%\Telephony\Country List\423,"Name",,"Liechtenstein"
1361HKLM,%CurrentVersion%\Telephony\Country List\423,"SameAreaRule",,"G"
1362
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001363HKLM,%CurrentVersion%\Telephony\Country List\43,"CountryCode",0x10001,0x0000002b
Alexandre Julliard299d5592004-02-27 22:04:55 +00001364HKLM,%CurrentVersion%\Telephony\Country List\43,"InternationalRule",,"00EFG"
1365HKLM,%CurrentVersion%\Telephony\Country List\43,"LongDistanceRule",,"0FG"
1366HKLM,%CurrentVersion%\Telephony\Country List\43,"Name",,"Austria"
1367HKLM,%CurrentVersion%\Telephony\Country List\43,"SameAreaRule",,"G"
1368
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001369HKLM,%CurrentVersion%\Telephony\Country List\44,"CountryCode",0x10001,0x0000002c
Alexandre Julliard299d5592004-02-27 22:04:55 +00001370HKLM,%CurrentVersion%\Telephony\Country List\44,"InternationalRule",,"00EFG"
1371HKLM,%CurrentVersion%\Telephony\Country List\44,"LongDistanceRule",,"0FG"
1372HKLM,%CurrentVersion%\Telephony\Country List\44,"Name",,"United Kingdom"
1373HKLM,%CurrentVersion%\Telephony\Country List\44,"SameAreaRule",,"G"
1374
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001375HKLM,%CurrentVersion%\Telephony\Country List\45,"CountryCode",0x10001,0x0000002d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001376HKLM,%CurrentVersion%\Telephony\Country List\45,"InternationalRule",,"00EFG"
1377HKLM,%CurrentVersion%\Telephony\Country List\45,"LongDistanceRule",,""
1378HKLM,%CurrentVersion%\Telephony\Country List\45,"Name",,"Denmark"
1379HKLM,%CurrentVersion%\Telephony\Country List\45,"SameAreaRule",,"G"
1380
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001381HKLM,%CurrentVersion%\Telephony\Country List\46,"CountryCode",0x10001,0x0000002e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001382HKLM,%CurrentVersion%\Telephony\Country List\46,"InternationalRule",,"00EFG"
1383HKLM,%CurrentVersion%\Telephony\Country List\46,"LongDistanceRule",,"0FG"
1384HKLM,%CurrentVersion%\Telephony\Country List\46,"Name",,"Sweden"
1385HKLM,%CurrentVersion%\Telephony\Country List\46,"SameAreaRule",,"G"
1386
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001387HKLM,%CurrentVersion%\Telephony\Country List\47,"CountryCode",0x10001,0x0000002f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001388HKLM,%CurrentVersion%\Telephony\Country List\47,"InternationalRule",,"00EFG"
1389HKLM,%CurrentVersion%\Telephony\Country List\47,"LongDistanceRule",,""
1390HKLM,%CurrentVersion%\Telephony\Country List\47,"Name",,"Norway"
1391HKLM,%CurrentVersion%\Telephony\Country List\47,"SameAreaRule",,"G"
1392
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001393HKLM,%CurrentVersion%\Telephony\Country List\48,"CountryCode",0x10001,0x00000030
Alexandre Julliard299d5592004-02-27 22:04:55 +00001394HKLM,%CurrentVersion%\Telephony\Country List\48,"InternationalRule",,"00EFG"
1395HKLM,%CurrentVersion%\Telephony\Country List\48,"LongDistanceRule",,"0FG"
1396HKLM,%CurrentVersion%\Telephony\Country List\48,"Name",,"Poland"
1397HKLM,%CurrentVersion%\Telephony\Country List\48,"SameAreaRule",,"G"
1398
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001399HKLM,%CurrentVersion%\Telephony\Country List\49,"CountryCode",0x10001,0x00000031
Alexandre Julliard299d5592004-02-27 22:04:55 +00001400HKLM,%CurrentVersion%\Telephony\Country List\49,"InternationalRule",,"00EFG"
1401HKLM,%CurrentVersion%\Telephony\Country List\49,"LongDistanceRule",,"0FG"
1402HKLM,%CurrentVersion%\Telephony\Country List\49,"Name",,"Germany"
1403HKLM,%CurrentVersion%\Telephony\Country List\49,"SameAreaRule",,"G"
1404
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001405HKLM,%CurrentVersion%\Telephony\Country List\500,"CountryCode",0x10001,0x000001f4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001406HKLM,%CurrentVersion%\Telephony\Country List\500,"InternationalRule",,"0EFG"
1407HKLM,%CurrentVersion%\Telephony\Country List\500,"LongDistanceRule",,""
1408HKLM,%CurrentVersion%\Telephony\Country List\500,"Name",,"Falkland Islands (Islas Malvinas)"
1409HKLM,%CurrentVersion%\Telephony\Country List\500,"SameAreaRule",,"G"
1410
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001411HKLM,%CurrentVersion%\Telephony\Country List\501,"CountryCode",0x10001,0x000001f5
Alexandre Julliard299d5592004-02-27 22:04:55 +00001412HKLM,%CurrentVersion%\Telephony\Country List\501,"InternationalRule",,"00EFG"
1413HKLM,%CurrentVersion%\Telephony\Country List\501,"LongDistanceRule",,"0FG"
1414HKLM,%CurrentVersion%\Telephony\Country List\501,"Name",,"Belize"
1415HKLM,%CurrentVersion%\Telephony\Country List\501,"SameAreaRule",,"G"
1416
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001417HKLM,%CurrentVersion%\Telephony\Country List\502,"CountryCode",0x10001,0x000001f6
Alexandre Julliard299d5592004-02-27 22:04:55 +00001418HKLM,%CurrentVersion%\Telephony\Country List\502,"InternationalRule",,"00EFG"
1419HKLM,%CurrentVersion%\Telephony\Country List\502,"LongDistanceRule",,"0FG"
1420HKLM,%CurrentVersion%\Telephony\Country List\502,"Name",,"Guatemala"
1421HKLM,%CurrentVersion%\Telephony\Country List\502,"SameAreaRule",,"G"
1422
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001423HKLM,%CurrentVersion%\Telephony\Country List\503,"CountryCode",0x10001,0x000001f7
Alexandre Julliard299d5592004-02-27 22:04:55 +00001424HKLM,%CurrentVersion%\Telephony\Country List\503,"InternationalRule",,"0EFG"
1425HKLM,%CurrentVersion%\Telephony\Country List\503,"LongDistanceRule",,""
1426HKLM,%CurrentVersion%\Telephony\Country List\503,"Name",,"El Salvador"
1427HKLM,%CurrentVersion%\Telephony\Country List\503,"SameAreaRule",,"G"
1428
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001429HKLM,%CurrentVersion%\Telephony\Country List\504,"CountryCode",0x10001,0x000001f8
Alexandre Julliard299d5592004-02-27 22:04:55 +00001430HKLM,%CurrentVersion%\Telephony\Country List\504,"InternationalRule",,"00EFG"
1431HKLM,%CurrentVersion%\Telephony\Country List\504,"LongDistanceRule",,""
1432HKLM,%CurrentVersion%\Telephony\Country List\504,"Name",,"Honduras"
1433HKLM,%CurrentVersion%\Telephony\Country List\504,"SameAreaRule",,"G"
1434
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001435HKLM,%CurrentVersion%\Telephony\Country List\505,"CountryCode",0x10001,0x000001f9
Alexandre Julliard299d5592004-02-27 22:04:55 +00001436HKLM,%CurrentVersion%\Telephony\Country List\505,"InternationalRule",,"00EFG"
1437HKLM,%CurrentVersion%\Telephony\Country List\505,"LongDistanceRule",,"0FG"
1438HKLM,%CurrentVersion%\Telephony\Country List\505,"Name",,"Nicaragua"
1439HKLM,%CurrentVersion%\Telephony\Country List\505,"SameAreaRule",,"G"
1440
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001441HKLM,%CurrentVersion%\Telephony\Country List\506,"CountryCode",0x10001,0x000001fa
Alexandre Julliard299d5592004-02-27 22:04:55 +00001442HKLM,%CurrentVersion%\Telephony\Country List\506,"InternationalRule",,"00EFG"
1443HKLM,%CurrentVersion%\Telephony\Country List\506,"LongDistanceRule",,""
1444HKLM,%CurrentVersion%\Telephony\Country List\506,"Name",,"Costa Rica"
1445HKLM,%CurrentVersion%\Telephony\Country List\506,"SameAreaRule",,"G"
1446
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001447HKLM,%CurrentVersion%\Telephony\Country List\507,"CountryCode",0x10001,0x000001fb
Alexandre Julliard299d5592004-02-27 22:04:55 +00001448HKLM,%CurrentVersion%\Telephony\Country List\507,"InternationalRule",,"00EFG"
1449HKLM,%CurrentVersion%\Telephony\Country List\507,"LongDistanceRule",,""
1450HKLM,%CurrentVersion%\Telephony\Country List\507,"Name",,"Panama"
1451HKLM,%CurrentVersion%\Telephony\Country List\507,"SameAreaRule",,"G"
1452
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001453HKLM,%CurrentVersion%\Telephony\Country List\508,"CountryCode",0x10001,0x000001fc
Alexandre Julliard299d5592004-02-27 22:04:55 +00001454HKLM,%CurrentVersion%\Telephony\Country List\508,"InternationalRule",,"00,EFG"
1455HKLM,%CurrentVersion%\Telephony\Country List\508,"LongDistanceRule",,""
1456HKLM,%CurrentVersion%\Telephony\Country List\508,"Name",,"St. Pierre and Miquelon"
1457HKLM,%CurrentVersion%\Telephony\Country List\508,"SameAreaRule",,"G"
1458
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001459HKLM,%CurrentVersion%\Telephony\Country List\509,"CountryCode",0x10001,0x000001fd
Alexandre Julliard299d5592004-02-27 22:04:55 +00001460HKLM,%CurrentVersion%\Telephony\Country List\509,"InternationalRule",,"00EFG"
1461HKLM,%CurrentVersion%\Telephony\Country List\509,"LongDistanceRule",,""
1462HKLM,%CurrentVersion%\Telephony\Country List\509,"Name",,"Haiti"
1463HKLM,%CurrentVersion%\Telephony\Country List\509,"SameAreaRule",,"G"
1464
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001465HKLM,%CurrentVersion%\Telephony\Country List\51,"CountryCode",0x10001,0x00000033
Alexandre Julliard299d5592004-02-27 22:04:55 +00001466HKLM,%CurrentVersion%\Telephony\Country List\51,"InternationalRule",,"00EFG"
1467HKLM,%CurrentVersion%\Telephony\Country List\51,"LongDistanceRule",,"0FG"
1468HKLM,%CurrentVersion%\Telephony\Country List\51,"Name",,"Peru"
1469HKLM,%CurrentVersion%\Telephony\Country List\51,"SameAreaRule",,"G"
1470
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001471HKLM,%CurrentVersion%\Telephony\Country List\52,"CountryCode",0x10001,0x00000034
Alexandre Julliard299d5592004-02-27 22:04:55 +00001472HKLM,%CurrentVersion%\Telephony\Country List\52,"InternationalRule",,"00EFG"
1473HKLM,%CurrentVersion%\Telephony\Country List\52,"LongDistanceRule",," 01FG"
1474HKLM,%CurrentVersion%\Telephony\Country List\52,"Name",,"Mexico"
1475HKLM,%CurrentVersion%\Telephony\Country List\52,"SameAreaRule",,"G"
1476
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001477HKLM,%CurrentVersion%\Telephony\Country List\53,"CountryCode",0x10001,0x00000035
Alexandre Julliard299d5592004-02-27 22:04:55 +00001478HKLM,%CurrentVersion%\Telephony\Country List\53,"InternationalRule",,"119EFG"
1479HKLM,%CurrentVersion%\Telephony\Country List\53,"LongDistanceRule",,"0FG"
1480HKLM,%CurrentVersion%\Telephony\Country List\53,"Name",,"Cuba"
1481HKLM,%CurrentVersion%\Telephony\Country List\53,"SameAreaRule",,"G"
1482
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001483HKLM,%CurrentVersion%\Telephony\Country List\5399,"CountryCode",0x10001,0x00000035
Alexandre Julliard299d5592004-02-27 22:04:55 +00001484HKLM,%CurrentVersion%\Telephony\Country List\5399,"InternationalRule",,"00EFG"
1485HKLM,%CurrentVersion%\Telephony\Country List\5399,"LongDistanceRule",,"0FG"
1486HKLM,%CurrentVersion%\Telephony\Country List\5399,"Name",,"Guantanamo Bay"
1487HKLM,%CurrentVersion%\Telephony\Country List\5399,"SameAreaRule",,"G"
1488
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001489HKLM,%CurrentVersion%\Telephony\Country List\54,"CountryCode",0x10001,0x00000036
Alexandre Julliard299d5592004-02-27 22:04:55 +00001490HKLM,%CurrentVersion%\Telephony\Country List\54,"InternationalRule",,"00EFG"
1491HKLM,%CurrentVersion%\Telephony\Country List\54,"LongDistanceRule",,"0FG"
1492HKLM,%CurrentVersion%\Telephony\Country List\54,"Name",,"Argentina"
1493HKLM,%CurrentVersion%\Telephony\Country List\54,"SameAreaRule",,"G"
1494
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001495HKLM,%CurrentVersion%\Telephony\Country List\55,"CountryCode",0x10001,0x00000037
Alexandre Julliard299d5592004-02-27 22:04:55 +00001496HKLM,%CurrentVersion%\Telephony\Country List\55,"InternationalRule",,"00EFG"
1497HKLM,%CurrentVersion%\Telephony\Country List\55,"LongDistanceRule",,"0FG"
1498HKLM,%CurrentVersion%\Telephony\Country List\55,"Name",,"Brazil"
1499HKLM,%CurrentVersion%\Telephony\Country List\55,"SameAreaRule",,"G"
1500
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001501HKLM,%CurrentVersion%\Telephony\Country List\56,"CountryCode",0x10001,0x00000038
Alexandre Julliard299d5592004-02-27 22:04:55 +00001502HKLM,%CurrentVersion%\Telephony\Country List\56,"InternationalRule",,"00EFG"
1503HKLM,%CurrentVersion%\Telephony\Country List\56,"LongDistanceRule",,"FG"
1504HKLM,%CurrentVersion%\Telephony\Country List\56,"Name",,"Chile"
1505HKLM,%CurrentVersion%\Telephony\Country List\56,"SameAreaRule",,"G"
1506
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001507HKLM,%CurrentVersion%\Telephony\Country List\57,"CountryCode",0x10001,0x00000039
Alexandre Julliard299d5592004-02-27 22:04:55 +00001508HKLM,%CurrentVersion%\Telephony\Country List\57,"InternationalRule",,"009EFG"
1509HKLM,%CurrentVersion%\Telephony\Country List\57,"LongDistanceRule",,"09FG"
1510HKLM,%CurrentVersion%\Telephony\Country List\57,"Name",,"Colombia"
1511HKLM,%CurrentVersion%\Telephony\Country List\57,"SameAreaRule",,"G"
1512
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001513HKLM,%CurrentVersion%\Telephony\Country List\58,"CountryCode",0x10001,0x0000003a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001514HKLM,%CurrentVersion%\Telephony\Country List\58,"InternationalRule",,"00EFG"
1515HKLM,%CurrentVersion%\Telephony\Country List\58,"LongDistanceRule",,"0FG"
1516HKLM,%CurrentVersion%\Telephony\Country List\58,"Name",,"Venezuela"
1517HKLM,%CurrentVersion%\Telephony\Country List\58,"SameAreaRule",,"G"
1518
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001519HKLM,%CurrentVersion%\Telephony\Country List\590,"CountryCode",0x10001,0x0000024e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001520HKLM,%CurrentVersion%\Telephony\Country List\590,"InternationalRule",,"00,EFG"
1521HKLM,%CurrentVersion%\Telephony\Country List\590,"LongDistanceRule",,""
1522HKLM,%CurrentVersion%\Telephony\Country List\590,"Name",,"Guadeloupe"
1523HKLM,%CurrentVersion%\Telephony\Country List\590,"SameAreaRule",,"G"
1524
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001525HKLM,%CurrentVersion%\Telephony\Country List\5901,"CountryCode",0x10001,0x0000024e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001526HKLM,%CurrentVersion%\Telephony\Country List\5901,"InternationalRule",,"00,EFG"
1527HKLM,%CurrentVersion%\Telephony\Country List\5901,"LongDistanceRule",,""
1528HKLM,%CurrentVersion%\Telephony\Country List\5901,"Name",,"French Antilles"
1529HKLM,%CurrentVersion%\Telephony\Country List\5901,"SameAreaRule",,"G"
1530
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001531HKLM,%CurrentVersion%\Telephony\Country List\591,"CountryCode",0x10001,0x0000024f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001532HKLM,%CurrentVersion%\Telephony\Country List\591,"InternationalRule",,"00EFG"
1533HKLM,%CurrentVersion%\Telephony\Country List\591,"LongDistanceRule",,"0FG"
1534HKLM,%CurrentVersion%\Telephony\Country List\591,"Name",,"Bolivia"
1535HKLM,%CurrentVersion%\Telephony\Country List\591,"SameAreaRule",,"G"
1536
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001537HKLM,%CurrentVersion%\Telephony\Country List\592,"CountryCode",0x10001,0x00000250
Alexandre Julliard299d5592004-02-27 22:04:55 +00001538HKLM,%CurrentVersion%\Telephony\Country List\592,"InternationalRule",,"001EFG"
1539HKLM,%CurrentVersion%\Telephony\Country List\592,"LongDistanceRule",,"0FG"
1540HKLM,%CurrentVersion%\Telephony\Country List\592,"Name",,"Guyana"
1541HKLM,%CurrentVersion%\Telephony\Country List\592,"SameAreaRule",,"G"
1542
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001543HKLM,%CurrentVersion%\Telephony\Country List\593,"CountryCode",0x10001,0x00000251
Alexandre Julliard299d5592004-02-27 22:04:55 +00001544HKLM,%CurrentVersion%\Telephony\Country List\593,"InternationalRule",,"00EFG"
1545HKLM,%CurrentVersion%\Telephony\Country List\593,"LongDistanceRule",,"0FG"
1546HKLM,%CurrentVersion%\Telephony\Country List\593,"Name",,"Ecuador"
1547HKLM,%CurrentVersion%\Telephony\Country List\593,"SameAreaRule",,"G"
1548
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001549HKLM,%CurrentVersion%\Telephony\Country List\594,"CountryCode",0x10001,0x00000252
Alexandre Julliard299d5592004-02-27 22:04:55 +00001550HKLM,%CurrentVersion%\Telephony\Country List\594,"InternationalRule",,"00,EFG"
1551HKLM,%CurrentVersion%\Telephony\Country List\594,"LongDistanceRule",,""
1552HKLM,%CurrentVersion%\Telephony\Country List\594,"Name",,"French Guiana"
1553HKLM,%CurrentVersion%\Telephony\Country List\594,"SameAreaRule",,"G"
1554
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001555HKLM,%CurrentVersion%\Telephony\Country List\595,"CountryCode",0x10001,0x00000253
Alexandre Julliard299d5592004-02-27 22:04:55 +00001556HKLM,%CurrentVersion%\Telephony\Country List\595,"InternationalRule",,"00EFG"
1557HKLM,%CurrentVersion%\Telephony\Country List\595,"LongDistanceRule",,"0FG"
1558HKLM,%CurrentVersion%\Telephony\Country List\595,"Name",,"Paraguay"
1559HKLM,%CurrentVersion%\Telephony\Country List\595,"SameAreaRule",,"G"
1560
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001561HKLM,%CurrentVersion%\Telephony\Country List\596,"CountryCode",0x10001,0x00000254
Alexandre Julliard299d5592004-02-27 22:04:55 +00001562HKLM,%CurrentVersion%\Telephony\Country List\596,"InternationalRule",,"00,EFG"
1563HKLM,%CurrentVersion%\Telephony\Country List\596,"LongDistanceRule",,""
1564HKLM,%CurrentVersion%\Telephony\Country List\596,"Name",,"Martinique"
1565HKLM,%CurrentVersion%\Telephony\Country List\596,"SameAreaRule",,"G"
1566
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001567HKLM,%CurrentVersion%\Telephony\Country List\597,"CountryCode",0x10001,0x00000255
Alexandre Julliard299d5592004-02-27 22:04:55 +00001568HKLM,%CurrentVersion%\Telephony\Country List\597,"InternationalRule",,"00EFG"
1569HKLM,%CurrentVersion%\Telephony\Country List\597,"LongDistanceRule",,""
1570HKLM,%CurrentVersion%\Telephony\Country List\597,"Name",,"Suriname"
1571HKLM,%CurrentVersion%\Telephony\Country List\597,"SameAreaRule",,"G"
1572
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001573HKLM,%CurrentVersion%\Telephony\Country List\598,"CountryCode",0x10001,0x00000256
Alexandre Julliard299d5592004-02-27 22:04:55 +00001574HKLM,%CurrentVersion%\Telephony\Country List\598,"InternationalRule",,"00EFG"
1575HKLM,%CurrentVersion%\Telephony\Country List\598,"LongDistanceRule",,"0FG"
1576HKLM,%CurrentVersion%\Telephony\Country List\598,"Name",,"Uruguay"
1577HKLM,%CurrentVersion%\Telephony\Country List\598,"SameAreaRule",,"G"
1578
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001579HKLM,%CurrentVersion%\Telephony\Country List\599,"CountryCode",0x10001,0x00000257
Alexandre Julliard299d5592004-02-27 22:04:55 +00001580HKLM,%CurrentVersion%\Telephony\Country List\599,"InternationalRule",,"00EFG"
1581HKLM,%CurrentVersion%\Telephony\Country List\599,"LongDistanceRule",,"0FG"
1582HKLM,%CurrentVersion%\Telephony\Country List\599,"Name",,"Netherlands Antilles"
1583HKLM,%CurrentVersion%\Telephony\Country List\599,"SameAreaRule",,"G"
1584
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001585HKLM,%CurrentVersion%\Telephony\Country List\60,"CountryCode",0x10001,0x0000003c
Alexandre Julliard299d5592004-02-27 22:04:55 +00001586HKLM,%CurrentVersion%\Telephony\Country List\60,"InternationalRule",,"00EFG"
1587HKLM,%CurrentVersion%\Telephony\Country List\60,"LongDistanceRule",,""
1588HKLM,%CurrentVersion%\Telephony\Country List\60,"Name",,"Malaysia"
1589HKLM,%CurrentVersion%\Telephony\Country List\60,"SameAreaRule",,"G"
1590
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001591HKLM,%CurrentVersion%\Telephony\Country List\61,"CountryCode",0x10001,0x0000003d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001592HKLM,%CurrentVersion%\Telephony\Country List\61,"InternationalRule",,"0011EFG"
1593HKLM,%CurrentVersion%\Telephony\Country List\61,"LongDistanceRule",," 0FG"
1594HKLM,%CurrentVersion%\Telephony\Country List\61,"Name",,"Australia"
1595HKLM,%CurrentVersion%\Telephony\Country List\61,"SameAreaRule",,"G"
1596
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001597HKLM,%CurrentVersion%\Telephony\Country List\6101,"CountryCode",0x10001,0x0000003d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001598HKLM,%CurrentVersion%\Telephony\Country List\6101,"InternationalRule",,"00EFG"
1599HKLM,%CurrentVersion%\Telephony\Country List\6101,"LongDistanceRule",," 0FG"
1600HKLM,%CurrentVersion%\Telephony\Country List\6101,"Name",,"Cocos-Keeling Islands"
1601HKLM,%CurrentVersion%\Telephony\Country List\6101,"SameAreaRule",,"G"
1602
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001603HKLM,%CurrentVersion%\Telephony\Country List\62,"CountryCode",0x10001,0x0000003e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001604HKLM,%CurrentVersion%\Telephony\Country List\62,"InternationalRule",,"001EFG"
1605HKLM,%CurrentVersion%\Telephony\Country List\62,"LongDistanceRule",,"0FG"
1606HKLM,%CurrentVersion%\Telephony\Country List\62,"Name",,"Indonesia"
1607HKLM,%CurrentVersion%\Telephony\Country List\62,"SameAreaRule",,"G"
1608
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001609HKLM,%CurrentVersion%\Telephony\Country List\63,"CountryCode",0x10001,0x0000003f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001610HKLM,%CurrentVersion%\Telephony\Country List\63,"InternationalRule",,"00EFG"
1611HKLM,%CurrentVersion%\Telephony\Country List\63,"LongDistanceRule",,"0FG"
1612HKLM,%CurrentVersion%\Telephony\Country List\63,"Name",,"Philippines"
1613HKLM,%CurrentVersion%\Telephony\Country List\63,"SameAreaRule",,"G"
1614
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001615HKLM,%CurrentVersion%\Telephony\Country List\64,"CountryCode",0x10001,0x00000040
Alexandre Julliard299d5592004-02-27 22:04:55 +00001616HKLM,%CurrentVersion%\Telephony\Country List\64,"InternationalRule",,"00EFG"
1617HKLM,%CurrentVersion%\Telephony\Country List\64,"LongDistanceRule",,"0FG"
1618HKLM,%CurrentVersion%\Telephony\Country List\64,"Name",,"New Zealand"
1619HKLM,%CurrentVersion%\Telephony\Country List\64,"SameAreaRule",,"G"
1620
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001621HKLM,%CurrentVersion%\Telephony\Country List\65,"CountryCode",0x10001,0x00000041
Alexandre Julliard299d5592004-02-27 22:04:55 +00001622HKLM,%CurrentVersion%\Telephony\Country List\65,"InternationalRule",,"001EFG"
1623HKLM,%CurrentVersion%\Telephony\Country List\65,"LongDistanceRule",,""
1624HKLM,%CurrentVersion%\Telephony\Country List\65,"Name",,"Singapore"
1625HKLM,%CurrentVersion%\Telephony\Country List\65,"SameAreaRule",,"G"
1626
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001627HKLM,%CurrentVersion%\Telephony\Country List\66,"CountryCode",0x10001,0x00000042
Alexandre Julliard299d5592004-02-27 22:04:55 +00001628HKLM,%CurrentVersion%\Telephony\Country List\66,"InternationalRule",,"001EFG"
1629HKLM,%CurrentVersion%\Telephony\Country List\66,"LongDistanceRule",,"0FG"
1630HKLM,%CurrentVersion%\Telephony\Country List\66,"Name",,"Thailand"
1631HKLM,%CurrentVersion%\Telephony\Country List\66,"SameAreaRule",,"G"
1632
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001633HKLM,%CurrentVersion%\Telephony\Country List\670,"CountryCode",0x10001,0x0000029e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001634HKLM,%CurrentVersion%\Telephony\Country List\670,"InternationalRule",,"011EFG"
1635HKLM,%CurrentVersion%\Telephony\Country List\670,"LongDistanceRule",," 1FG"
1636HKLM,%CurrentVersion%\Telephony\Country List\670,"Name",,"Saipan Island"
1637HKLM,%CurrentVersion%\Telephony\Country List\670,"SameAreaRule",,"G"
1638
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001639HKLM,%CurrentVersion%\Telephony\Country List\6701,"CountryCode",0x10001,0x0000029e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001640HKLM,%CurrentVersion%\Telephony\Country List\6701,"InternationalRule",,"011EFG"
1641HKLM,%CurrentVersion%\Telephony\Country List\6701,"LongDistanceRule",," 1FG"
1642HKLM,%CurrentVersion%\Telephony\Country List\6701,"Name",,"Rota Island"
1643HKLM,%CurrentVersion%\Telephony\Country List\6701,"SameAreaRule",,"G"
1644
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001645HKLM,%CurrentVersion%\Telephony\Country List\6702,"CountryCode",0x10001,0x0000029e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001646HKLM,%CurrentVersion%\Telephony\Country List\6702,"InternationalRule",,"011EFG"
1647HKLM,%CurrentVersion%\Telephony\Country List\6702,"LongDistanceRule",," 1FG"
1648HKLM,%CurrentVersion%\Telephony\Country List\6702,"Name",,"Tinian Island"
1649HKLM,%CurrentVersion%\Telephony\Country List\6702,"SameAreaRule",,"G"
1650
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001651HKLM,%CurrentVersion%\Telephony\Country List\672,"CountryCode",0x10001,0x000002a0
Alexandre Julliard299d5592004-02-27 22:04:55 +00001652HKLM,%CurrentVersion%\Telephony\Country List\672,"InternationalRule",,"00EFG"
1653HKLM,%CurrentVersion%\Telephony\Country List\672,"LongDistanceRule",,"0FG"
1654HKLM,%CurrentVersion%\Telephony\Country List\672,"Name",,"Christmas Island"
1655HKLM,%CurrentVersion%\Telephony\Country List\672,"SameAreaRule",,"G"
1656
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001657HKLM,%CurrentVersion%\Telephony\Country List\6722,"CountryCode",0x10001,0x000002a0
Alexandre Julliard299d5592004-02-27 22:04:55 +00001658HKLM,%CurrentVersion%\Telephony\Country List\6722,"InternationalRule",,"0101EFG"
1659HKLM,%CurrentVersion%\Telephony\Country List\6722,"LongDistanceRule",,""
1660HKLM,%CurrentVersion%\Telephony\Country List\6722,"Name",,"Norfolk Island"
1661HKLM,%CurrentVersion%\Telephony\Country List\6722,"SameAreaRule",,"G"
1662
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001663HKLM,%CurrentVersion%\Telephony\Country List\673,"CountryCode",0x10001,0x000002a1
Alexandre Julliard299d5592004-02-27 22:04:55 +00001664HKLM,%CurrentVersion%\Telephony\Country List\673,"InternationalRule",,"00EFG"
1665HKLM,%CurrentVersion%\Telephony\Country List\673,"LongDistanceRule",,"0FG"
1666HKLM,%CurrentVersion%\Telephony\Country List\673,"Name",,"Brunei"
1667HKLM,%CurrentVersion%\Telephony\Country List\673,"SameAreaRule",,"G"
1668
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001669HKLM,%CurrentVersion%\Telephony\Country List\674,"CountryCode",0x10001,0x000002a2
Alexandre Julliard299d5592004-02-27 22:04:55 +00001670HKLM,%CurrentVersion%\Telephony\Country List\674,"InternationalRule",,"00EFG"
1671HKLM,%CurrentVersion%\Telephony\Country List\674,"LongDistanceRule",,""
1672HKLM,%CurrentVersion%\Telephony\Country List\674,"Name",,"Nauru"
1673HKLM,%CurrentVersion%\Telephony\Country List\674,"SameAreaRule",,"G"
1674
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001675HKLM,%CurrentVersion%\Telephony\Country List\675,"CountryCode",0x10001,0x000002a3
Alexandre Julliard299d5592004-02-27 22:04:55 +00001676HKLM,%CurrentVersion%\Telephony\Country List\675,"InternationalRule",,"05EFG"
1677HKLM,%CurrentVersion%\Telephony\Country List\675,"LongDistanceRule",,""
1678HKLM,%CurrentVersion%\Telephony\Country List\675,"Name",,"Papua New Guinea"
1679HKLM,%CurrentVersion%\Telephony\Country List\675,"SameAreaRule",,"G"
1680
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001681HKLM,%CurrentVersion%\Telephony\Country List\676,"CountryCode",0x10001,0x000002a4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001682HKLM,%CurrentVersion%\Telephony\Country List\676,"InternationalRule",,"00EFG"
1683HKLM,%CurrentVersion%\Telephony\Country List\676,"LongDistanceRule",,""
1684HKLM,%CurrentVersion%\Telephony\Country List\676,"Name",,"Tonga"
1685HKLM,%CurrentVersion%\Telephony\Country List\676,"SameAreaRule",,"G"
1686
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001687HKLM,%CurrentVersion%\Telephony\Country List\677,"CountryCode",0x10001,0x000002a5
Alexandre Julliard299d5592004-02-27 22:04:55 +00001688HKLM,%CurrentVersion%\Telephony\Country List\677,"InternationalRule",,"00EFG"
1689HKLM,%CurrentVersion%\Telephony\Country List\677,"LongDistanceRule",,""
1690HKLM,%CurrentVersion%\Telephony\Country List\677,"Name",,"Solomon Islands"
1691HKLM,%CurrentVersion%\Telephony\Country List\677,"SameAreaRule",,"G"
1692
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001693HKLM,%CurrentVersion%\Telephony\Country List\678,"CountryCode",0x10001,0x000002a6
Alexandre Julliard299d5592004-02-27 22:04:55 +00001694HKLM,%CurrentVersion%\Telephony\Country List\678,"InternationalRule",,"00EFG"
1695HKLM,%CurrentVersion%\Telephony\Country List\678,"LongDistanceRule",,""
1696HKLM,%CurrentVersion%\Telephony\Country List\678,"Name",,"Vanuatu"
1697HKLM,%CurrentVersion%\Telephony\Country List\678,"SameAreaRule",,"G"
1698
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001699HKLM,%CurrentVersion%\Telephony\Country List\679,"CountryCode",0x10001,0x000002a7
Alexandre Julliard299d5592004-02-27 22:04:55 +00001700HKLM,%CurrentVersion%\Telephony\Country List\679,"InternationalRule",,"05EFG"
1701HKLM,%CurrentVersion%\Telephony\Country List\679,"LongDistanceRule",,""
1702HKLM,%CurrentVersion%\Telephony\Country List\679,"Name",,"Fiji Islands"
1703HKLM,%CurrentVersion%\Telephony\Country List\679,"SameAreaRule",,"G"
1704
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001705HKLM,%CurrentVersion%\Telephony\Country List\680,"CountryCode",0x10001,0x000002a8
Alexandre Julliard299d5592004-02-27 22:04:55 +00001706HKLM,%CurrentVersion%\Telephony\Country List\680,"InternationalRule",,"00EFG"
1707HKLM,%CurrentVersion%\Telephony\Country List\680,"LongDistanceRule",,""
1708HKLM,%CurrentVersion%\Telephony\Country List\680,"Name",,"Palau"
1709HKLM,%CurrentVersion%\Telephony\Country List\680,"SameAreaRule",,"G"
1710
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001711HKLM,%CurrentVersion%\Telephony\Country List\681,"CountryCode",0x10001,0x000002a9
Alexandre Julliard299d5592004-02-27 22:04:55 +00001712HKLM,%CurrentVersion%\Telephony\Country List\681,"InternationalRule",,"00,EFG"
1713HKLM,%CurrentVersion%\Telephony\Country List\681,"LongDistanceRule",,""
1714HKLM,%CurrentVersion%\Telephony\Country List\681,"Name",,"Wallis and Futuna Islands"
1715HKLM,%CurrentVersion%\Telephony\Country List\681,"SameAreaRule",,"G"
1716
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001717HKLM,%CurrentVersion%\Telephony\Country List\682,"CountryCode",0x10001,0x000002aa
Alexandre Julliard299d5592004-02-27 22:04:55 +00001718HKLM,%CurrentVersion%\Telephony\Country List\682,"InternationalRule",,"00EFG"
1719HKLM,%CurrentVersion%\Telephony\Country List\682,"LongDistanceRule",,""
1720HKLM,%CurrentVersion%\Telephony\Country List\682,"Name",,"Cook Islands"
1721HKLM,%CurrentVersion%\Telephony\Country List\682,"SameAreaRule",,"G"
1722
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001723HKLM,%CurrentVersion%\Telephony\Country List\683,"CountryCode",0x10001,0x000002ab
Alexandre Julliard299d5592004-02-27 22:04:55 +00001724HKLM,%CurrentVersion%\Telephony\Country List\683,"InternationalRule",,"00EFG"
1725HKLM,%CurrentVersion%\Telephony\Country List\683,"LongDistanceRule",,""
1726HKLM,%CurrentVersion%\Telephony\Country List\683,"Name",,"Niue"
1727HKLM,%CurrentVersion%\Telephony\Country List\683,"SameAreaRule",,"G"
1728
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001729HKLM,%CurrentVersion%\Telephony\Country List\684,"CountryCode",0x10001,0x000002ac
Alexandre Julliard299d5592004-02-27 22:04:55 +00001730HKLM,%CurrentVersion%\Telephony\Country List\684,"InternationalRule",,"1EFG"
1731HKLM,%CurrentVersion%\Telephony\Country List\684,"LongDistanceRule",,""
1732HKLM,%CurrentVersion%\Telephony\Country List\684,"Name",,"American Samoa"
1733HKLM,%CurrentVersion%\Telephony\Country List\684,"SameAreaRule",,"G"
1734
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001735HKLM,%CurrentVersion%\Telephony\Country List\685,"CountryCode",0x10001,0x000002ad
Alexandre Julliard299d5592004-02-27 22:04:55 +00001736HKLM,%CurrentVersion%\Telephony\Country List\685,"InternationalRule",,"0EFG"
1737HKLM,%CurrentVersion%\Telephony\Country List\685,"LongDistanceRule",,""
1738HKLM,%CurrentVersion%\Telephony\Country List\685,"Name",,"Samoa"
1739HKLM,%CurrentVersion%\Telephony\Country List\685,"SameAreaRule",,"G"
1740
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001741HKLM,%CurrentVersion%\Telephony\Country List\686,"CountryCode",0x10001,0x000002ae
Alexandre Julliard299d5592004-02-27 22:04:55 +00001742HKLM,%CurrentVersion%\Telephony\Country List\686,"InternationalRule",,"00EFG"
1743HKLM,%CurrentVersion%\Telephony\Country List\686,"LongDistanceRule",,""
1744HKLM,%CurrentVersion%\Telephony\Country List\686,"Name",,"Kiribati"
1745HKLM,%CurrentVersion%\Telephony\Country List\686,"SameAreaRule",,"G"
1746
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001747HKLM,%CurrentVersion%\Telephony\Country List\687,"CountryCode",0x10001,0x000002af
Alexandre Julliard299d5592004-02-27 22:04:55 +00001748HKLM,%CurrentVersion%\Telephony\Country List\687,"InternationalRule",,"00EFG"
1749HKLM,%CurrentVersion%\Telephony\Country List\687,"LongDistanceRule",,""
1750HKLM,%CurrentVersion%\Telephony\Country List\687,"Name",,"New Caledonia"
1751HKLM,%CurrentVersion%\Telephony\Country List\687,"SameAreaRule",,"G"
1752
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001753HKLM,%CurrentVersion%\Telephony\Country List\688,"CountryCode",0x10001,0x000002b0
Alexandre Julliard299d5592004-02-27 22:04:55 +00001754HKLM,%CurrentVersion%\Telephony\Country List\688,"InternationalRule",,"00EFG"
1755HKLM,%CurrentVersion%\Telephony\Country List\688,"LongDistanceRule",,""
1756HKLM,%CurrentVersion%\Telephony\Country List\688,"Name",,"Tuvalu"
1757HKLM,%CurrentVersion%\Telephony\Country List\688,"SameAreaRule",,"G"
1758
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001759HKLM,%CurrentVersion%\Telephony\Country List\689,"CountryCode",0x10001,0x000002b1
Alexandre Julliard299d5592004-02-27 22:04:55 +00001760HKLM,%CurrentVersion%\Telephony\Country List\689,"InternationalRule",,"00EFG"
1761HKLM,%CurrentVersion%\Telephony\Country List\689,"LongDistanceRule",,""
1762HKLM,%CurrentVersion%\Telephony\Country List\689,"Name",,"French Polynesia"
1763HKLM,%CurrentVersion%\Telephony\Country List\689,"SameAreaRule",,"G"
1764
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001765HKLM,%CurrentVersion%\Telephony\Country List\690,"CountryCode",0x10001,0x000002b2
Alexandre Julliard299d5592004-02-27 22:04:55 +00001766HKLM,%CurrentVersion%\Telephony\Country List\690,"InternationalRule",,"00EFG"
1767HKLM,%CurrentVersion%\Telephony\Country List\690,"LongDistanceRule",,""
1768HKLM,%CurrentVersion%\Telephony\Country List\690,"Name",,"Tokelau"
1769HKLM,%CurrentVersion%\Telephony\Country List\690,"SameAreaRule",,"G"
1770
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001771HKLM,%CurrentVersion%\Telephony\Country List\691,"CountryCode",0x10001,0x000002b3
Alexandre Julliard299d5592004-02-27 22:04:55 +00001772HKLM,%CurrentVersion%\Telephony\Country List\691,"InternationalRule",,"011EFG"
1773HKLM,%CurrentVersion%\Telephony\Country List\691,"LongDistanceRule",,""
1774HKLM,%CurrentVersion%\Telephony\Country List\691,"Name",,"Micronesia, Federated States of"
1775HKLM,%CurrentVersion%\Telephony\Country List\691,"SameAreaRule",,"G"
1776
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001777HKLM,%CurrentVersion%\Telephony\Country List\692,"CountryCode",0x10001,0x000002b4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001778HKLM,%CurrentVersion%\Telephony\Country List\692,"InternationalRule",,"011EFG"
1779HKLM,%CurrentVersion%\Telephony\Country List\692,"LongDistanceRule",,"1FG"
1780HKLM,%CurrentVersion%\Telephony\Country List\692,"Name",,"Marshall Islands"
1781HKLM,%CurrentVersion%\Telephony\Country List\692,"SameAreaRule",,"G"
1782
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001783HKLM,%CurrentVersion%\Telephony\Country List\7,"CountryCode",0x10001,0x00000007
Alexandre Julliard299d5592004-02-27 22:04:55 +00001784HKLM,%CurrentVersion%\Telephony\Country List\7,"InternationalRule",,"8W10EFG"
1785HKLM,%CurrentVersion%\Telephony\Country List\7,"LongDistanceRule",," 8WFG"
1786HKLM,%CurrentVersion%\Telephony\Country List\7,"Name",,"Russia"
1787HKLM,%CurrentVersion%\Telephony\Country List\7,"SameAreaRule",,"G"
1788
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001789HKLM,%CurrentVersion%\Telephony\Country List\705,"CountryCode",0x10001,0x00000007
Alexandre Julliard299d5592004-02-27 22:04:55 +00001790HKLM,%CurrentVersion%\Telephony\Country List\705,"InternationalRule",,"8W10EFG"
1791HKLM,%CurrentVersion%\Telephony\Country List\705,"LongDistanceRule",," 8WFG"
1792HKLM,%CurrentVersion%\Telephony\Country List\705,"Name",,"Kazakhstan"
1793HKLM,%CurrentVersion%\Telephony\Country List\705,"SameAreaRule",,"G"
1794
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001795HKLM,%CurrentVersion%\Telephony\Country List\708,"CountryCode",0x10001,0x00000007
Alexandre Julliard299d5592004-02-27 22:04:55 +00001796HKLM,%CurrentVersion%\Telephony\Country List\708,"InternationalRule",,"8W10EFG"
1797HKLM,%CurrentVersion%\Telephony\Country List\708,"LongDistanceRule",," 8WFG"
1798HKLM,%CurrentVersion%\Telephony\Country List\708,"Name",,"Tajikistan"
1799HKLM,%CurrentVersion%\Telephony\Country List\708,"SameAreaRule",,"G"
1800
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001801HKLM,%CurrentVersion%\Telephony\Country List\800,"CountryCode",0x10001,0x00000320
Alexandre Julliard299d5592004-02-27 22:04:55 +00001802HKLM,%CurrentVersion%\Telephony\Country List\800,"InternationalRule",,""
1803HKLM,%CurrentVersion%\Telephony\Country List\800,"LongDistanceRule",,""
1804HKLM,%CurrentVersion%\Telephony\Country List\800,"Name",,"International Freephone Service"
1805HKLM,%CurrentVersion%\Telephony\Country List\800,"SameAreaRule",,""
1806
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001807HKLM,%CurrentVersion%\Telephony\Country List\81,"CountryCode",0x10001,0x00000051
Alexandre Julliard299d5592004-02-27 22:04:55 +00001808HKLM,%CurrentVersion%\Telephony\Country List\81,"InternationalRule",,"001EFG"
1809HKLM,%CurrentVersion%\Telephony\Country List\81,"LongDistanceRule",,"0FG"
1810HKLM,%CurrentVersion%\Telephony\Country List\81,"Name",,"Japan"
1811HKLM,%CurrentVersion%\Telephony\Country List\81,"SameAreaRule",,"G"
1812
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001813HKLM,%CurrentVersion%\Telephony\Country List\82,"CountryCode",0x10001,0x00000052
Alexandre Julliard299d5592004-02-27 22:04:55 +00001814HKLM,%CurrentVersion%\Telephony\Country List\82,"InternationalRule",,"001EFG"
1815HKLM,%CurrentVersion%\Telephony\Country List\82,"LongDistanceRule",,"0FG"
1816HKLM,%CurrentVersion%\Telephony\Country List\82,"Name",,"Korea (Republic of)"
1817HKLM,%CurrentVersion%\Telephony\Country List\82,"SameAreaRule",,"G"
1818
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001819HKLM,%CurrentVersion%\Telephony\Country List\84,"CountryCode",0x10001,0x00000054
Alexandre Julliard299d5592004-02-27 22:04:55 +00001820HKLM,%CurrentVersion%\Telephony\Country List\84,"InternationalRule",,"00EFG"
1821HKLM,%CurrentVersion%\Telephony\Country List\84,"LongDistanceRule",,"0FG"
1822HKLM,%CurrentVersion%\Telephony\Country List\84,"Name",,"Vietnam"
1823HKLM,%CurrentVersion%\Telephony\Country List\84,"SameAreaRule",,"G"
1824
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001825HKLM,%CurrentVersion%\Telephony\Country List\850,"CountryCode",0x10001,0x00000352
Alexandre Julliard299d5592004-02-27 22:04:55 +00001826HKLM,%CurrentVersion%\Telephony\Country List\850,"InternationalRule",,"00EFG"
1827HKLM,%CurrentVersion%\Telephony\Country List\850,"LongDistanceRule",,""
1828HKLM,%CurrentVersion%\Telephony\Country List\850,"Name",,"Korea (North)"
1829HKLM,%CurrentVersion%\Telephony\Country List\850,"SameAreaRule",,"G"
1830
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001831HKLM,%CurrentVersion%\Telephony\Country List\852,"CountryCode",0x10001,0x00000354
Alexandre Julliard299d5592004-02-27 22:04:55 +00001832HKLM,%CurrentVersion%\Telephony\Country List\852,"InternationalRule",,"001EFG"
1833HKLM,%CurrentVersion%\Telephony\Country List\852,"LongDistanceRule",,""
1834HKLM,%CurrentVersion%\Telephony\Country List\852,"Name",,"Hong Kong S.A.R."
1835HKLM,%CurrentVersion%\Telephony\Country List\852,"SameAreaRule",,"G"
1836
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001837HKLM,%CurrentVersion%\Telephony\Country List\853,"CountryCode",0x10001,0x00000355
Alexandre Julliard299d5592004-02-27 22:04:55 +00001838HKLM,%CurrentVersion%\Telephony\Country List\853,"InternationalRule",,"00EFG"
1839HKLM,%CurrentVersion%\Telephony\Country List\853,"LongDistanceRule",,""
1840HKLM,%CurrentVersion%\Telephony\Country List\853,"Name",,"Macau S.A.R."
1841HKLM,%CurrentVersion%\Telephony\Country List\853,"SameAreaRule",,"G"
1842
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001843HKLM,%CurrentVersion%\Telephony\Country List\855,"CountryCode",0x10001,0x00000357
Alexandre Julliard299d5592004-02-27 22:04:55 +00001844HKLM,%CurrentVersion%\Telephony\Country List\855,"InternationalRule",,"00EFG"
1845HKLM,%CurrentVersion%\Telephony\Country List\855,"LongDistanceRule",,"0FG"
1846HKLM,%CurrentVersion%\Telephony\Country List\855,"Name",,"Cambodia"
1847HKLM,%CurrentVersion%\Telephony\Country List\855,"SameAreaRule",,"G"
1848
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001849HKLM,%CurrentVersion%\Telephony\Country List\856,"CountryCode",0x10001,0x00000358
Alexandre Julliard299d5592004-02-27 22:04:55 +00001850HKLM,%CurrentVersion%\Telephony\Country List\856,"InternationalRule",,"14EFG"
1851HKLM,%CurrentVersion%\Telephony\Country List\856,"LongDistanceRule",,""
1852HKLM,%CurrentVersion%\Telephony\Country List\856,"Name",,"Laos"
1853HKLM,%CurrentVersion%\Telephony\Country List\856,"SameAreaRule",,"G"
1854
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001855HKLM,%CurrentVersion%\Telephony\Country List\86,"CountryCode",0x10001,0x00000056
Alexandre Julliard299d5592004-02-27 22:04:55 +00001856HKLM,%CurrentVersion%\Telephony\Country List\86,"InternationalRule",,"00EFG"
1857HKLM,%CurrentVersion%\Telephony\Country List\86,"LongDistanceRule",,"0FG"
1858HKLM,%CurrentVersion%\Telephony\Country List\86,"Name",,"China"
1859HKLM,%CurrentVersion%\Telephony\Country List\86,"SameAreaRule",,"G"
1860
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001861HKLM,%CurrentVersion%\Telephony\Country List\870,"CountryCode",0x10001,0x00000366
Alexandre Julliard299d5592004-02-27 22:04:55 +00001862HKLM,%CurrentVersion%\Telephony\Country List\870,"InternationalRule",,"00EFG#"
1863HKLM,%CurrentVersion%\Telephony\Country List\870,"LongDistanceRule",,"00EFG#"
1864HKLM,%CurrentVersion%\Telephony\Country List\870,"Name",,"INMARSAT"
1865HKLM,%CurrentVersion%\Telephony\Country List\870,"SameAreaRule",,"00EFG#"
1866
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001867HKLM,%CurrentVersion%\Telephony\Country List\871,"CountryCode",0x10001,0x00000367
Alexandre Julliard299d5592004-02-27 22:04:55 +00001868HKLM,%CurrentVersion%\Telephony\Country List\871,"InternationalRule",,"00EFG#"
1869HKLM,%CurrentVersion%\Telephony\Country List\871,"LongDistanceRule",,"00EFG#"
1870HKLM,%CurrentVersion%\Telephony\Country List\871,"Name",,"INMARSAT (Atlantic-East)"
1871HKLM,%CurrentVersion%\Telephony\Country List\871,"SameAreaRule",,"00EFG#"
1872
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001873HKLM,%CurrentVersion%\Telephony\Country List\872,"CountryCode",0x10001,0x00000368
Alexandre Julliard299d5592004-02-27 22:04:55 +00001874HKLM,%CurrentVersion%\Telephony\Country List\872,"InternationalRule",,"00EFG#"
1875HKLM,%CurrentVersion%\Telephony\Country List\872,"LongDistanceRule",,"00EFG#"
1876HKLM,%CurrentVersion%\Telephony\Country List\872,"Name",,"INMARSAT (Pacific)"
1877HKLM,%CurrentVersion%\Telephony\Country List\872,"SameAreaRule",,"00EFG#"
1878
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001879HKLM,%CurrentVersion%\Telephony\Country List\873,"CountryCode",0x10001,0x00000369
Alexandre Julliard299d5592004-02-27 22:04:55 +00001880HKLM,%CurrentVersion%\Telephony\Country List\873,"InternationalRule",,"00EFG#"
1881HKLM,%CurrentVersion%\Telephony\Country List\873,"LongDistanceRule",,"00EFG#"
1882HKLM,%CurrentVersion%\Telephony\Country List\873,"Name",,"INMARSAT (Indian)"
1883HKLM,%CurrentVersion%\Telephony\Country List\873,"SameAreaRule",,"00EFG#"
1884
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001885HKLM,%CurrentVersion%\Telephony\Country List\874,"CountryCode",0x10001,0x0000036a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001886HKLM,%CurrentVersion%\Telephony\Country List\874,"InternationalRule",,"00EFG#"
1887HKLM,%CurrentVersion%\Telephony\Country List\874,"LongDistanceRule",,"00EFG#"
1888HKLM,%CurrentVersion%\Telephony\Country List\874,"Name",,"INMARSAT (Atlantic-West)"
1889HKLM,%CurrentVersion%\Telephony\Country List\874,"SameAreaRule",,"00EFG#"
1890
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001891HKLM,%CurrentVersion%\Telephony\Country List\880,"CountryCode",0x10001,0x00000370
Alexandre Julliard299d5592004-02-27 22:04:55 +00001892HKLM,%CurrentVersion%\Telephony\Country List\880,"InternationalRule",,"00EFG"
1893HKLM,%CurrentVersion%\Telephony\Country List\880,"LongDistanceRule",,"0FG"
1894HKLM,%CurrentVersion%\Telephony\Country List\880,"Name",,"Bangladesh"
1895HKLM,%CurrentVersion%\Telephony\Country List\880,"SameAreaRule",,"G"
1896
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001897HKLM,%CurrentVersion%\Telephony\Country List\886,"CountryCode",0x10001,0x00000376
Alexandre Julliard299d5592004-02-27 22:04:55 +00001898HKLM,%CurrentVersion%\Telephony\Country List\886,"InternationalRule",,"002EFG"
1899HKLM,%CurrentVersion%\Telephony\Country List\886,"LongDistanceRule",,"0FG"
1900HKLM,%CurrentVersion%\Telephony\Country List\886,"Name",,"Taiwan"
1901HKLM,%CurrentVersion%\Telephony\Country List\886,"SameAreaRule",,"G"
1902
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001903HKLM,%CurrentVersion%\Telephony\Country List\90,"CountryCode",0x10001,0x0000005a
Alexandre Julliard299d5592004-02-27 22:04:55 +00001904HKLM,%CurrentVersion%\Telephony\Country List\90,"InternationalRule",,"00EFG"
1905HKLM,%CurrentVersion%\Telephony\Country List\90,"LongDistanceRule",,"0FG"
1906HKLM,%CurrentVersion%\Telephony\Country List\90,"Name",,"Turkey"
1907HKLM,%CurrentVersion%\Telephony\Country List\90,"SameAreaRule",,"G"
1908
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001909HKLM,%CurrentVersion%\Telephony\Country List\91,"CountryCode",0x10001,0x0000005b
Alexandre Julliard299d5592004-02-27 22:04:55 +00001910HKLM,%CurrentVersion%\Telephony\Country List\91,"InternationalRule",,"00EFG"
1911HKLM,%CurrentVersion%\Telephony\Country List\91,"LongDistanceRule",,"0FG"
1912HKLM,%CurrentVersion%\Telephony\Country List\91,"Name",,"India"
1913HKLM,%CurrentVersion%\Telephony\Country List\91,"SameAreaRule",,"G"
1914
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001915HKLM,%CurrentVersion%\Telephony\Country List\92,"CountryCode",0x10001,0x0000005c
Alexandre Julliard299d5592004-02-27 22:04:55 +00001916HKLM,%CurrentVersion%\Telephony\Country List\92,"InternationalRule",,"00EFG"
1917HKLM,%CurrentVersion%\Telephony\Country List\92,"LongDistanceRule",,"0FG"
1918HKLM,%CurrentVersion%\Telephony\Country List\92,"Name",,"Pakistan"
1919HKLM,%CurrentVersion%\Telephony\Country List\92,"SameAreaRule",,"G"
1920
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001921HKLM,%CurrentVersion%\Telephony\Country List\93,"CountryCode",0x10001,0x0000005d
Alexandre Julliard299d5592004-02-27 22:04:55 +00001922HKLM,%CurrentVersion%\Telephony\Country List\93,"InternationalRule",,"00EFG"
1923HKLM,%CurrentVersion%\Telephony\Country List\93,"LongDistanceRule",,"0FG"
1924HKLM,%CurrentVersion%\Telephony\Country List\93,"Name",,"Afghanistan"
1925HKLM,%CurrentVersion%\Telephony\Country List\93,"SameAreaRule",,"G"
1926
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001927HKLM,%CurrentVersion%\Telephony\Country List\94,"CountryCode",0x10001,0x0000005e
Alexandre Julliard299d5592004-02-27 22:04:55 +00001928HKLM,%CurrentVersion%\Telephony\Country List\94,"InternationalRule",,"00EFG"
1929HKLM,%CurrentVersion%\Telephony\Country List\94,"LongDistanceRule",,"0FG"
1930HKLM,%CurrentVersion%\Telephony\Country List\94,"Name",,"Sri Lanka"
1931HKLM,%CurrentVersion%\Telephony\Country List\94,"SameAreaRule",,"G"
1932
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001933HKLM,%CurrentVersion%\Telephony\Country List\95,"CountryCode",0x10001,0x0000005f
Alexandre Julliard299d5592004-02-27 22:04:55 +00001934HKLM,%CurrentVersion%\Telephony\Country List\95,"InternationalRule",,"0EFG"
1935HKLM,%CurrentVersion%\Telephony\Country List\95,"LongDistanceRule",,""
1936HKLM,%CurrentVersion%\Telephony\Country List\95,"Name",,"Myanmar"
1937HKLM,%CurrentVersion%\Telephony\Country List\95,"SameAreaRule",,"G"
1938
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001939HKLM,%CurrentVersion%\Telephony\Country List\960,"CountryCode",0x10001,0x000003c0
Alexandre Julliard299d5592004-02-27 22:04:55 +00001940HKLM,%CurrentVersion%\Telephony\Country List\960,"InternationalRule",,"00EFG"
1941HKLM,%CurrentVersion%\Telephony\Country List\960,"LongDistanceRule",,""
1942HKLM,%CurrentVersion%\Telephony\Country List\960,"Name",,"Maldives"
1943HKLM,%CurrentVersion%\Telephony\Country List\960,"SameAreaRule",,"G"
1944
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001945HKLM,%CurrentVersion%\Telephony\Country List\961,"CountryCode",0x10001,0x000003c1
Alexandre Julliard299d5592004-02-27 22:04:55 +00001946HKLM,%CurrentVersion%\Telephony\Country List\961,"InternationalRule",,"00EFG"
1947HKLM,%CurrentVersion%\Telephony\Country List\961,"LongDistanceRule",,"0FG"
1948HKLM,%CurrentVersion%\Telephony\Country List\961,"Name",,"Lebanon"
1949HKLM,%CurrentVersion%\Telephony\Country List\961,"SameAreaRule",,"G"
1950
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001951HKLM,%CurrentVersion%\Telephony\Country List\962,"CountryCode",0x10001,0x000003c2
Alexandre Julliard299d5592004-02-27 22:04:55 +00001952HKLM,%CurrentVersion%\Telephony\Country List\962,"InternationalRule",,"00EFG"
1953HKLM,%CurrentVersion%\Telephony\Country List\962,"LongDistanceRule",,"0FG"
1954HKLM,%CurrentVersion%\Telephony\Country List\962,"Name",,"Jordan"
1955HKLM,%CurrentVersion%\Telephony\Country List\962,"SameAreaRule",,"G"
1956
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001957HKLM,%CurrentVersion%\Telephony\Country List\963,"CountryCode",0x10001,0x000003c3
Alexandre Julliard299d5592004-02-27 22:04:55 +00001958HKLM,%CurrentVersion%\Telephony\Country List\963,"InternationalRule",,"00EFG"
1959HKLM,%CurrentVersion%\Telephony\Country List\963,"LongDistanceRule",,"0FG"
1960HKLM,%CurrentVersion%\Telephony\Country List\963,"Name",,"Syria"
1961HKLM,%CurrentVersion%\Telephony\Country List\963,"SameAreaRule",,"G"
1962
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001963HKLM,%CurrentVersion%\Telephony\Country List\964,"CountryCode",0x10001,0x000003c4
Alexandre Julliard299d5592004-02-27 22:04:55 +00001964HKLM,%CurrentVersion%\Telephony\Country List\964,"InternationalRule",,"00EFG"
1965HKLM,%CurrentVersion%\Telephony\Country List\964,"LongDistanceRule",,"FG"
1966HKLM,%CurrentVersion%\Telephony\Country List\964,"Name",,"Iraq"
1967HKLM,%CurrentVersion%\Telephony\Country List\964,"SameAreaRule",,"G"
1968
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001969HKLM,%CurrentVersion%\Telephony\Country List\965,"CountryCode",0x10001,0x000003c5
Alexandre Julliard299d5592004-02-27 22:04:55 +00001970HKLM,%CurrentVersion%\Telephony\Country List\965,"InternationalRule",,"00EFG"
1971HKLM,%CurrentVersion%\Telephony\Country List\965,"LongDistanceRule",,""
1972HKLM,%CurrentVersion%\Telephony\Country List\965,"Name",,"Kuwait"
1973HKLM,%CurrentVersion%\Telephony\Country List\965,"SameAreaRule",,"G"
1974
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001975HKLM,%CurrentVersion%\Telephony\Country List\966,"CountryCode",0x10001,0x000003c6
Alexandre Julliard299d5592004-02-27 22:04:55 +00001976HKLM,%CurrentVersion%\Telephony\Country List\966,"InternationalRule",,"00EFG"
1977HKLM,%CurrentVersion%\Telephony\Country List\966,"LongDistanceRule",,"0FG"
1978HKLM,%CurrentVersion%\Telephony\Country List\966,"Name",,"Saudi Arabia"
1979HKLM,%CurrentVersion%\Telephony\Country List\966,"SameAreaRule",,"G"
1980
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001981HKLM,%CurrentVersion%\Telephony\Country List\967,"CountryCode",0x10001,0x000003c7
Alexandre Julliard299d5592004-02-27 22:04:55 +00001982HKLM,%CurrentVersion%\Telephony\Country List\967,"InternationalRule",,"00EFG"
1983HKLM,%CurrentVersion%\Telephony\Country List\967,"LongDistanceRule",,"0FG"
1984HKLM,%CurrentVersion%\Telephony\Country List\967,"Name",,"Yemen"
1985HKLM,%CurrentVersion%\Telephony\Country List\967,"SameAreaRule",,"G"
1986
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001987HKLM,%CurrentVersion%\Telephony\Country List\968,"CountryCode",0x10001,0x000003c8
Alexandre Julliard299d5592004-02-27 22:04:55 +00001988HKLM,%CurrentVersion%\Telephony\Country List\968,"InternationalRule",,"00EFG"
1989HKLM,%CurrentVersion%\Telephony\Country List\968,"LongDistanceRule",,""
1990HKLM,%CurrentVersion%\Telephony\Country List\968,"Name",,"Oman"
1991HKLM,%CurrentVersion%\Telephony\Country List\968,"SameAreaRule",,"G"
1992
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001993HKLM,%CurrentVersion%\Telephony\Country List\971,"CountryCode",0x10001,0x000003cb
Alexandre Julliard299d5592004-02-27 22:04:55 +00001994HKLM,%CurrentVersion%\Telephony\Country List\971,"InternationalRule",,"00EFG"
1995HKLM,%CurrentVersion%\Telephony\Country List\971,"LongDistanceRule",,"0FG"
1996HKLM,%CurrentVersion%\Telephony\Country List\971,"Name",,"United Arab Emirates"
1997HKLM,%CurrentVersion%\Telephony\Country List\971,"SameAreaRule",,"G"
1998
Ge van Geldorp748d23a2005-09-14 11:15:58 +00001999HKLM,%CurrentVersion%\Telephony\Country List\972,"CountryCode",0x10001,0x000003cc
Alexandre Julliard299d5592004-02-27 22:04:55 +00002000HKLM,%CurrentVersion%\Telephony\Country List\972,"InternationalRule",,"00EFG"
2001HKLM,%CurrentVersion%\Telephony\Country List\972,"LongDistanceRule",,"0FG"
2002HKLM,%CurrentVersion%\Telephony\Country List\972,"Name",,"Israel"
2003HKLM,%CurrentVersion%\Telephony\Country List\972,"SameAreaRule",,"G"
2004
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002005HKLM,%CurrentVersion%\Telephony\Country List\973,"CountryCode",0x10001,0x000003cd
Alexandre Julliard299d5592004-02-27 22:04:55 +00002006HKLM,%CurrentVersion%\Telephony\Country List\973,"InternationalRule",,"0EFG"
2007HKLM,%CurrentVersion%\Telephony\Country List\973,"LongDistanceRule",,""
2008HKLM,%CurrentVersion%\Telephony\Country List\973,"Name",,"Bahrain"
2009HKLM,%CurrentVersion%\Telephony\Country List\973,"SameAreaRule",,"G"
2010
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002011HKLM,%CurrentVersion%\Telephony\Country List\974,"CountryCode",0x10001,0x000003ce
Alexandre Julliard299d5592004-02-27 22:04:55 +00002012HKLM,%CurrentVersion%\Telephony\Country List\974,"InternationalRule",,"0EFG"
2013HKLM,%CurrentVersion%\Telephony\Country List\974,"LongDistanceRule",,""
2014HKLM,%CurrentVersion%\Telephony\Country List\974,"Name",,"Qatar"
2015HKLM,%CurrentVersion%\Telephony\Country List\974,"SameAreaRule",,"G"
2016
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002017HKLM,%CurrentVersion%\Telephony\Country List\975,"CountryCode",0x10001,0x000003cf
Alexandre Julliard299d5592004-02-27 22:04:55 +00002018HKLM,%CurrentVersion%\Telephony\Country List\975,"InternationalRule",,"00EFG"
2019HKLM,%CurrentVersion%\Telephony\Country List\975,"LongDistanceRule",,""
2020HKLM,%CurrentVersion%\Telephony\Country List\975,"Name",,"Bhutan"
2021HKLM,%CurrentVersion%\Telephony\Country List\975,"SameAreaRule",,"G"
2022
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002023HKLM,%CurrentVersion%\Telephony\Country List\976,"CountryCode",0x10001,0x000003d0
Alexandre Julliard299d5592004-02-27 22:04:55 +00002024HKLM,%CurrentVersion%\Telephony\Country List\976,"InternationalRule",,"00EFG"
2025HKLM,%CurrentVersion%\Telephony\Country List\976,"LongDistanceRule",,"0FG"
2026HKLM,%CurrentVersion%\Telephony\Country List\976,"Name",,"Mongolia"
2027HKLM,%CurrentVersion%\Telephony\Country List\976,"SameAreaRule",,"G"
2028
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002029HKLM,%CurrentVersion%\Telephony\Country List\977,"CountryCode",0x10001,0x000003d1
Alexandre Julliard299d5592004-02-27 22:04:55 +00002030HKLM,%CurrentVersion%\Telephony\Country List\977,"InternationalRule",,"00EFG"
2031HKLM,%CurrentVersion%\Telephony\Country List\977,"LongDistanceRule",,""
2032HKLM,%CurrentVersion%\Telephony\Country List\977,"Name",,"Nepal"
2033HKLM,%CurrentVersion%\Telephony\Country List\977,"SameAreaRule",,"G"
2034
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002035HKLM,%CurrentVersion%\Telephony\Country List\98,"CountryCode",0x10001,0x00000062
Alexandre Julliard299d5592004-02-27 22:04:55 +00002036HKLM,%CurrentVersion%\Telephony\Country List\98,"InternationalRule",,"00EFG"
2037HKLM,%CurrentVersion%\Telephony\Country List\98,"LongDistanceRule",,"FG"
2038HKLM,%CurrentVersion%\Telephony\Country List\98,"Name",,"Iran"
2039HKLM,%CurrentVersion%\Telephony\Country List\98,"SameAreaRule",,"G"
2040
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002041HKLM,%CurrentVersion%\Telephony\Country List\993,"CountryCode",0x10001,0x000003e1
Alexandre Julliard299d5592004-02-27 22:04:55 +00002042HKLM,%CurrentVersion%\Telephony\Country List\993,"InternationalRule",,"8W10EFG"
2043HKLM,%CurrentVersion%\Telephony\Country List\993,"LongDistanceRule",," 8WFG"
2044HKLM,%CurrentVersion%\Telephony\Country List\993,"Name",,"Turkmenistan"
2045HKLM,%CurrentVersion%\Telephony\Country List\993,"SameAreaRule",,"G"
2046
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002047HKLM,%CurrentVersion%\Telephony\Country List\994,"CountryCode",0x10001,0x000003e2
Alexandre Julliard299d5592004-02-27 22:04:55 +00002048HKLM,%CurrentVersion%\Telephony\Country List\994,"InternationalRule",,"8W10EFG"
2049HKLM,%CurrentVersion%\Telephony\Country List\994,"LongDistanceRule",," 8WFG"
2050HKLM,%CurrentVersion%\Telephony\Country List\994,"Name",,"Azerbaijan"
2051HKLM,%CurrentVersion%\Telephony\Country List\994,"SameAreaRule",,"G"
2052
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002053HKLM,%CurrentVersion%\Telephony\Country List\995,"CountryCode",0x10001,0x000003e3
Alexandre Julliard299d5592004-02-27 22:04:55 +00002054HKLM,%CurrentVersion%\Telephony\Country List\995,"InternationalRule",,"8W10EFG"
2055HKLM,%CurrentVersion%\Telephony\Country List\995,"LongDistanceRule",," 8WFG"
2056HKLM,%CurrentVersion%\Telephony\Country List\995,"Name",,"Georgia"
2057HKLM,%CurrentVersion%\Telephony\Country List\995,"SameAreaRule",,"G"
2058
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002059HKLM,%CurrentVersion%\Telephony\Country List\996,"CountryCode",0x10001,0x000003e4
Alexandre Julliard299d5592004-02-27 22:04:55 +00002060HKLM,%CurrentVersion%\Telephony\Country List\996,"InternationalRule",,"00EFG"
2061HKLM,%CurrentVersion%\Telephony\Country List\996,"LongDistanceRule",,"8FG"
2062HKLM,%CurrentVersion%\Telephony\Country List\996,"Name",,"Kyrgyzstan"
2063HKLM,%CurrentVersion%\Telephony\Country List\996,"SameAreaRule",,"G"
2064
Ge van Geldorp748d23a2005-09-14 11:15:58 +00002065HKLM,%CurrentVersion%\Telephony\Country List\998,"CountryCode",0x10001,0x000003e6
Alexandre Julliard299d5592004-02-27 22:04:55 +00002066HKLM,%CurrentVersion%\Telephony\Country List\998,"InternationalRule",,"8W10EFG"
2067HKLM,%CurrentVersion%\Telephony\Country List\998,"LongDistanceRule",," 8WFG"
2068HKLM,%CurrentVersion%\Telephony\Country List\998,"Name",,"Uzbekistan"
2069HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
2070
2071[RegisterDllsSection]
Christian Costa76b77872004-03-09 01:29:56 +0000207211,,amstream.dll,1
Steven Edwardsbe2c0202004-08-13 00:38:59 +0000207311,,atl.dll,1
207411,,avifil32.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000207511,,comcat.dll,1
Christian Costa7590fe52004-06-03 00:03:23 +0000207611,,d3dxof.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000207711,,ddraw.dll,1
207811,,devenum.dll,1
James Perry4fbafc12004-04-06 20:09:45 +0000207911,,dinput.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000208011,,dmband.dll,1
208111,,dmcompos.dll,1
208211,,dmime.dll,1
208311,,dmloader.dll,1
208411,,dmscript.dll,1
208511,,dmstyle.dll,1
208611,,dmsynth.dll,1
208711,,dmusic.dll,1
208811,,dplayx.dll,1
Raphael Junqueira5f3f2142004-04-07 20:39:00 +0000208911,,dpnet.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000209011,,dsound.dll,1
209111,,dswave.dll,1
Raphael Junqueira033ae922004-04-16 00:26:14 +0000209211,,dxdiagn.dll,1
Stefan Leichter560462a2004-08-23 18:50:54 +0000209311,,hhctrl.ocx,1
Mike McCormackb23b4f52006-06-06 20:42:39 +0900209411,,hlink.dll,1
Mike McCormack705178f2006-06-16 19:43:02 +0900209511,,inseng.dll,1
James Hawkinsb0322432005-08-23 18:17:03 +0000209611,,itss.dll,1
Steven Edwardsb1bb7222004-08-30 19:30:17 +0000209711,,mlang.dll,1
Jacek Caban4378e772005-06-25 17:58:58 +0000209811,,mshtml.dll,1
Raphael Junqueira9191a9c2004-03-30 20:42:06 +0000209911,,msi.dll,1
Mike McCormack8e5c32a2005-08-12 11:20:26 +0000210011,,msxml3.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000210111,,ole32.dll,1
210211,,oleaut32.dll,1
Maarten Lankhorstbae4a542005-06-16 09:42:54 +0000210311,,qcap.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000210411,,quartz.dll,1
Michael Jung64dce8a2004-11-04 21:15:32 +0000210511,,rsaenh.dll,1
Alexandre Julliard299d5592004-02-27 22:04:55 +0000210611,,shdocvw.dll,1
210711,,shell32.dll,1
210811,,urlmon.dll,1
2109
Alexandre Julliardd404fb52006-03-21 11:40:11 +01002110[FakeDllsSection]
211110,,notepad.exe
211210,,regedit.exe
211310,,rundll32.exe
211410,,winebrowser.exe
211510,,winhelp.exe
211610,,winhlp32.exe,winhelp.exe
211710,command,start.exe
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400211811,,advapi32.dll
Louis. Lenders8cc69972006-06-14 09:58:28 +0100211911,,advpack.dll
Saulius Krasuckasb53f84e2006-05-09 12:10:42 +0300212011,,comctl32.dll
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400212111,,comdlg32.dll
Alexandre Julliardd404fb52006-03-21 11:40:11 +0100212211,,control.exe
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400212311,,crypt32.dll
James Hawkinsce24c2a2006-06-20 01:07:46 -0700212411,,d3d8.dll
Eric Pouecheb834b32006-04-10 11:39:27 +0200212511,,dbghelp.dll
Jonathan Ernst1e408c92006-03-28 11:36:30 +0200212611,,ddraw.dll
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400212711,,gdi32.dll
Alexandre Julliardd404fb52006-03-21 11:40:11 +0100212811,,help.exe,winhelp.exe
James Hawkinsefa638f2006-04-03 23:36:46 -0500212911,,hhctrl.ocx
Vitaliy Margolen78c0dd92006-05-20 22:46:13 -0600213011,,imaadp32.acm
213111,,imagehlp.dll
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400213211,,kernel32.dll
Vitaliy Margolen78c0dd92006-05-20 22:46:13 -0600213311,,msadp32.acm
213411,,msg711.acm
Alexandre Julliardd404fb52006-03-21 11:40:11 +0100213511,,msiexec.exe
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400213611,,msvcrt.dll
Alexandre Julliardd404fb52006-03-21 11:40:11 +0100213711,,notepad.exe
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400213811,,ntdll.dll
Jonathan Ernst1e408c92006-03-28 11:36:30 +0200213911,,opengl32.dll
Alexandre Julliardd404fb52006-03-21 11:40:11 +0100214011,,progman.exe
214111,,regsvr32.exe
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400214211,,rpcrt4.dll
214311,,shdocvw.dll
214411,,shell32.dll
214511,,shfolder.dll
214611,,shlwapi.dll
214711,,user32.dll
214811,,version.dll
Alexandre Julliardd404fb52006-03-21 11:40:11 +0100214911,,wcmd.exe
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400215011,,winmm.dll
Alexandre Julliardd404fb52006-03-21 11:40:11 +0100215111,,winver.exe
Vitaly Lipatov94dcabe2006-03-26 15:30:58 +0400215211,,ws2_32.dll
215311,,wsock32.dll
Alexandre Julliardd404fb52006-03-21 11:40:11 +01002154
Alexandre Julliard299d5592004-02-27 22:04:55 +00002155[SystemIni]
2156system.ini, mci,,"MPEGVideo=mciqtz.drv"
2157system.ini, mci,,"MPEGVideo2=mciqtz.drv"
Rémi Assaillyc6e294d2005-08-23 19:52:30 +00002158system.ini, mci,,"avivideo=mciavi32.dll"
Rémi Assaillydbbd0d52005-07-27 15:42:40 +00002159system.ini, mci,,"cdaudio=mcicda.dll"
Rémi Assailly5df5e402005-08-17 12:15:35 +00002160system.ini, mci,,"sequencer=mciseq.dll"
Alexandre Julliard299d5592004-02-27 22:04:55 +00002161system.ini, mci,,"vcr=mcivisca.drv"
2162system.ini, mci,,"; videodisc=mcipionr.drv"
Alexandre Julliard252398d2006-05-09 11:32:21 +02002163system.ini, mci,,"waveaudio=mciwave.dll"
Alexandre Julliard299d5592004-02-27 22:04:55 +00002164
2165system.ini, drivers32,,"MSACM.imaadpcm=imaadp32.acm"
2166system.ini, drivers32,,"MSACM.msadpcm=msadp32.acm"
Robert Reif10df3462004-05-12 00:11:12 +00002167system.ini, drivers32,,"MSACM.msg711=msg711.acm"
2168system.ini, drivers32,,"MSACM.winemp3=winemp3.acm"
Alexandre Julliard19b89282006-02-03 18:47:49 +01002169system.ini, drivers32,,"vidc.MRLE=msrle32.dll"
2170system.ini, drivers32,,"vidc.MSVC=msvidc32.dll"
2171system.ini, drivers32,,"vidc.CVID=iccvid.dll"
2172system.ini, drivers32,,"; vidc.IV50=ir50_32.dll"
2173system.ini, drivers32,,"; vidc.IV31=ir32_32.dll"
2174system.ini, drivers32,,"; vidc.IV32=ir32_32.dll"
Vitaliy Margolen3a547b02005-11-14 15:11:26 +00002175
Mike McCormack00775822005-11-15 18:18:27 +00002176[Timezones]
2177HKLM,%CurrentVersionNT%\Time Zones\Dateline Standard Time,"Display",,"Kwajalein"
2178HKLM,%CurrentVersionNT%\Time Zones\Dateline Standard Time,"Dlt",,"Dateline Daylight Time"
2179HKLM,%CurrentVersionNT%\Time Zones\Dateline Standard Time,"Std",,"Dateline Standard Time"
2180HKLM,%CurrentVersionNT%\Time Zones\Dateline Standard Time,"TZI",1,30,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2181HKLM,%CurrentVersionNT%\Time Zones\Samoa Standard Time,"Display",,"Pacific/Samoa"
2182HKLM,%CurrentVersionNT%\Time Zones\Samoa Standard Time,"Dlt",,"Samoa Daylight Time"
2183HKLM,%CurrentVersionNT%\Time Zones\Samoa Standard Time,"Std",,"Samoa Standard Time"
2184HKLM,%CurrentVersionNT%\Time Zones\Samoa Standard Time,"TZI",1,94,02,00,00,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2185HKLM,%CurrentVersionNT%\Time Zones\Hawaiian Standard Time,"Display",,"US/Hawaii"
2186HKLM,%CurrentVersionNT%\Time Zones\Hawaiian Standard Time,"Dlt",,"Hawaiian Daylight Time"
2187HKLM,%CurrentVersionNT%\Time Zones\Hawaiian Standard Time,"Std",,"Hawaiian Standard Time"
2188HKLM,%CurrentVersionNT%\Time Zones\Hawaiian Standard Time,"TZI",1,58,02,00,00,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2189HKLM,%CurrentVersionNT%\Time Zones\Alaskan Standard Time,"Display",,"US/Alaska"
2190HKLM,%CurrentVersionNT%\Time Zones\Alaskan Standard Time,"Dlt",,"Alaskan Daylight Time"
2191HKLM,%CurrentVersionNT%\Time Zones\Alaskan Standard Time,"Std",,"Alaskan Standard Time"
2192HKLM,%CurrentVersionNT%\Time Zones\Alaskan Standard Time,"TZI",1,1c,02,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00
2193HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time,"Display",,"America/Tijuana"
2194HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time,"Dlt",,"Pacific Daylight Time"
2195HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time,"Std",,"Pacific Standard Time"
2196HKLM,%CurrentVersionNT%\Time Zones\Pacific Standard Time,"TZI",1,e0,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00
2197HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time 2,"Display",,"America/Chihuahua"
2198HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time 2,"Dlt",,"Mexico Daylight Time 2"
2199HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time 2,"Std",,"Mexico Standard Time 2"
2200HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time 2,"TZI",1,a4,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00
2201HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time,"Display",,"US/Mountain"
2202HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time,"Dlt",,"Mountain Daylight Time"
2203HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time,"Std",,"Mountain Standard Time"
2204HKLM,%CurrentVersionNT%\Time Zones\Mountain Standard Time,"TZI",1,a4,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00
2205HKLM,%CurrentVersionNT%\Time Zones\US Mountain Standard Time,"Display",,"US/Arizona"
2206HKLM,%CurrentVersionNT%\Time Zones\US Mountain Standard Time,"Dlt",,"US Mountain Daylight Time"
2207HKLM,%CurrentVersionNT%\Time Zones\US Mountain Standard Time,"Std",,"US Mountain Standard Time"
2208HKLM,%CurrentVersionNT%\Time Zones\US Mountain Standard Time,"TZI",1,a4,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2209HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time,"Display",,"US/Central"
2210HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time,"Dlt",,"Central Daylight Time"
2211HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time,"Std",,"Central Standard Time"
2212HKLM,%CurrentVersionNT%\Time Zones\Central Standard Time,"TZI",1,68,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00
2213HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time,"Display",,"America/Mexico_City"
2214HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time,"Dlt",,"Mexico Daylight Time"
2215HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time,"Std",,"Mexico Standard Time"
2216HKLM,%CurrentVersionNT%\Time Zones\Mexico Standard Time,"TZI",1,68,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00
2217HKLM,%CurrentVersionNT%\Time Zones\Canada Central Standard Time,"Display",,"Canada/Saskatchewan"
2218HKLM,%CurrentVersionNT%\Time Zones\Canada Central Standard Time,"Dlt",,"Canada Central Daylight Time"
2219HKLM,%CurrentVersionNT%\Time Zones\Canada Central Standard Time,"Std",,"Canada Central Standard Time"
2220HKLM,%CurrentVersionNT%\Time Zones\Canada Central Standard Time,"TZI",1,68,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2221HKLM,%CurrentVersionNT%\Time Zones\Central America Standard Time,"Display",,"America/El_Salvador"
2222HKLM,%CurrentVersionNT%\Time Zones\Central America Standard Time,"Dlt",,"Central America Daylight Time"
2223HKLM,%CurrentVersionNT%\Time Zones\Central America Standard Time,"Std",,"Central America Standard Time"
2224HKLM,%CurrentVersionNT%\Time Zones\Central America Standard Time,"TZI",1,68,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2225HKLM,%CurrentVersionNT%\Time Zones\Eastern Standard Time,"Display",,"US/Eastern"
2226HKLM,%CurrentVersionNT%\Time Zones\Eastern Standard Time,"Dlt",,"Eastern Daylight Time"
2227HKLM,%CurrentVersionNT%\Time Zones\Eastern Standard Time,"Std",,"Eastern Standard Time"
2228HKLM,%CurrentVersionNT%\Time Zones\Eastern Standard Time,"TZI",1,2c,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00
2229HKLM,%CurrentVersionNT%\Time Zones\US Eastern Standard Time,"Display",,"US/Indiana-Starke"
2230HKLM,%CurrentVersionNT%\Time Zones\US Eastern Standard Time,"Dlt",,"US Eastern Daylight Time"
2231HKLM,%CurrentVersionNT%\Time Zones\US Eastern Standard Time,"Std",,"US Eastern Standard Time"
2232HKLM,%CurrentVersionNT%\Time Zones\US Eastern Standard Time,"TZI",1,2c,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2233HKLM,%CurrentVersionNT%\Time Zones\SA Pacific Standard Time,"Display",,"America/Bogota"
2234HKLM,%CurrentVersionNT%\Time Zones\SA Pacific Standard Time,"Dlt",,"SA Pacific Daylight Time"
2235HKLM,%CurrentVersionNT%\Time Zones\SA Pacific Standard Time,"Std",,"SA Pacific Standard Time"
2236HKLM,%CurrentVersionNT%\Time Zones\SA Pacific Standard Time,"TZI",1,2c,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2237HKLM,%CurrentVersionNT%\Time Zones\SA Pacific Standard Time,"Display",,"America/Lima"
2238HKLM,%CurrentVersionNT%\Time Zones\SA Pacific Standard Time,"Dlt",,"SA Pacific Daylight Time"
2239HKLM,%CurrentVersionNT%\Time Zones\SA Pacific Standard Time,"Std",,"SA Pacific Standard Time"
2240HKLM,%CurrentVersionNT%\Time Zones\SA Pacific Standard Time,"TZI",1,2c,01,00,00,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2241HKLM,%CurrentVersionNT%\Time Zones\Atlantic Standard Time,"Display",,"Canada/Atlantic"
2242HKLM,%CurrentVersionNT%\Time Zones\Atlantic Standard Time,"Dlt",,"Atlantic Daylight Time"
2243HKLM,%CurrentVersionNT%\Time Zones\Atlantic Standard Time,"Std",,"Atlantic Standard Time"
2244HKLM,%CurrentVersionNT%\Time Zones\Atlantic Standard Time,"TZI",1,f0,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,04,00,00,00,01,00,02,00,00,00,00,00,00,00
2245HKLM,%CurrentVersionNT%\Time Zones\SA Western Standard Time,"Display",,"America/Caracas"
2246HKLM,%CurrentVersionNT%\Time Zones\SA Western Standard Time,"Dlt",,"SA Western Daylight Time"
2247HKLM,%CurrentVersionNT%\Time Zones\SA Western Standard Time,"Std",,"SA Western Standard Time"
2248HKLM,%CurrentVersionNT%\Time Zones\SA Western Standard Time,"TZI",1,f0,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2249HKLM,%CurrentVersionNT%\Time Zones\Pacific SA Standard Time,"Display",,"America/Santiago"
2250HKLM,%CurrentVersionNT%\Time Zones\Pacific SA Standard Time,"Dlt",,"Pacific SA Daylight Time"
2251HKLM,%CurrentVersionNT%\Time Zones\Pacific SA Standard Time,"Std",,"Pacific SA Standard Time"
2252HKLM,%CurrentVersionNT%\Time Zones\Pacific SA Standard Time,"TZI",1,f0,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,03,00,06,00,02,00,18,00,00,00,00,00,00,00,00,00,0a,00,00,00,02,00,00,00,00,00,00,00,00,00
2253HKLM,%CurrentVersionNT%\Time Zones\Newfoundland Standard Time,"Display",,"Canada/Newfoundland"
2254HKLM,%CurrentVersionNT%\Time Zones\Newfoundland Standard Time,"Dlt",,"Newfoundland Daylight Time"
2255HKLM,%CurrentVersionNT%\Time Zones\Newfoundland Standard Time,"Std",,"Newfoundland Standard Time"
2256HKLM,%CurrentVersionNT%\Time Zones\Newfoundland Standard Time,"TZI",1,d2,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2257HKLM,%CurrentVersionNT%\Time Zones\SA Eastern Standard Time,"Display",,"America/Buenos_Aires"
2258HKLM,%CurrentVersionNT%\Time Zones\SA Eastern Standard Time,"Dlt",,"SA Eastern Daylight Time"
2259HKLM,%CurrentVersionNT%\Time Zones\SA Eastern Standard Time,"Std",,"SA Eastern Standard Time"
2260HKLM,%CurrentVersionNT%\Time Zones\SA Eastern Standard Time,"TZI",1,b4,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2261HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time,"Display",,"Brazil/East"
2262HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time,"Dlt",,"E. South America Daylight Time"
2263HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time,"Std",,"E. South America Standard Time"
2264HKLM,%CurrentVersionNT%\Time Zones\E. South America Standard Time,"TZI",1,b4,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,02,00,06,00,03,00,18,00,00,00,00,00,00,00,00,00,0a,00,00,00,03,00,00,00,00,00,00,00,00,00
2265HKLM,%CurrentVersionNT%\Time Zones\Azores Standard Time,"Display",,"Atlantic/Azores"
2266HKLM,%CurrentVersionNT%\Time Zones\Azores Standard Time,"Dlt",,"Azores Daylight Time"
2267HKLM,%CurrentVersionNT%\Time Zones\Azores Standard Time,"Std",,"Azores Standard Time"
2268HKLM,%CurrentVersionNT%\Time Zones\Azores Standard Time,"TZI",1,3c,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2269HKLM,%CurrentVersionNT%\Time Zones\Cape Verde Standard Time,"Display",,"Atlantic/Cape_Verde"
2270HKLM,%CurrentVersionNT%\Time Zones\Cape Verde Standard Time,"Dlt",,"Cape Verde Daylight Time"
2271HKLM,%CurrentVersionNT%\Time Zones\Cape Verde Standard Time,"Std",,"Cape Verde Standard Time"
2272HKLM,%CurrentVersionNT%\Time Zones\Cape Verde Standard Time,"TZI",1,3c,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2273HKLM,%CurrentVersionNT%\Time Zones\Greenwich Standard Time,"Display",,"Africa/Casablanca"
2274HKLM,%CurrentVersionNT%\Time Zones\Greenwich Standard Time,"Dlt",,"Greenwich Daylight Time"
2275HKLM,%CurrentVersionNT%\Time Zones\Greenwich Standard Time,"Std",,"Greenwich Standard Time"
2276HKLM,%CurrentVersionNT%\Time Zones\Greenwich Standard Time,"TZI",1,00,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2277HKLM,%CurrentVersionNT%\Time Zones\GMT Standard Time,"Display",,"Europe/London"
2278HKLM,%CurrentVersionNT%\Time Zones\GMT Standard Time,"Dlt",,"GMT Daylight Time"
2279HKLM,%CurrentVersionNT%\Time Zones\GMT Standard Time,"Std",,"GMT Standard Time"
2280HKLM,%CurrentVersionNT%\Time Zones\GMT Standard Time,"TZI",1,00,00,00,00,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,01,00,00,00,00,00,00,00
2281HKLM,%CurrentVersionNT%\Time Zones\Romance Standard Time,"Display",,"Europe/Paris"
2282HKLM,%CurrentVersionNT%\Time Zones\Romance Standard Time,"Dlt",,"Romance Daylight Time"
2283HKLM,%CurrentVersionNT%\Time Zones\Romance Standard Time,"Std",,"Romance Standard Time"
2284HKLM,%CurrentVersionNT%\Time Zones\Romance Standard Time,"TZI",1,c4,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2285HKLM,%CurrentVersionNT%\Time Zones\Central Europe Standard Time,"Display",,"Europe/Belgrade"
2286HKLM,%CurrentVersionNT%\Time Zones\Central Europe Standard Time,"Dlt",,"Central Europe Daylight Time"
2287HKLM,%CurrentVersionNT%\Time Zones\Central Europe Standard Time,"Std",,"Central Europe Standard Time"
2288HKLM,%CurrentVersionNT%\Time Zones\Central Europe Standard Time,"TZI",1,c4,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2289HKLM,%CurrentVersionNT%\Time Zones\Egypt Standard Time,"Display",,"Africa/Cairo"
2290HKLM,%CurrentVersionNT%\Time Zones\Egypt Standard Time,"Dlt",,"Egypt Daylight Time"
2291HKLM,%CurrentVersionNT%\Time Zones\Egypt Standard Time,"Std",,"Egypt Standard Time"
2292HKLM,%CurrentVersionNT%\Time Zones\Egypt Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,09,00,04,00,05,00,18,00,00,00,00,00,00,00,00,00,04,00,05,00,05,00,00,00,00,00,00,00,00,00
2293HKLM,%CurrentVersionNT%\Time Zones\South Africa Standard Time,"Display",,"Africa/Johannesburg"
2294HKLM,%CurrentVersionNT%\Time Zones\South Africa Standard Time,"Dlt",,"South Africa Daylight Time"
2295HKLM,%CurrentVersionNT%\Time Zones\South Africa Standard Time,"Std",,"South Africa Standard Time"
2296HKLM,%CurrentVersionNT%\Time Zones\South Africa Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2297HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time,"Display",,"Israel"
2298HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time,"Dlt",,"Israel Daylight Time"
2299HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time,"Std",,"Israel Standard Time"
2300HKLM,%CurrentVersionNT%\Time Zones\Israel Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,02,00,02,00,00,00,00,00,00,00,00,00,04,00,05,00,01,00,02,00,00,00,00,00,00,00
2301HKLM,%CurrentVersionNT%\Time Zones\E. Europe Standard Time,"Display",,"Europe/Bucharest"
2302HKLM,%CurrentVersionNT%\Time Zones\E. Europe Standard Time,"Dlt",,"E. Europe Daylight Time"
2303HKLM,%CurrentVersionNT%\Time Zones\E. Europe Standard Time,"Std",,"E. Europe Standard Time"
2304HKLM,%CurrentVersionNT%\Time Zones\E. Europe Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,04,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,03,00,00,00,00,00,00,00
2305HKLM,%CurrentVersionNT%\Time Zones\FLE Standard Time,"Display",,"Europe/Helsinki"
2306HKLM,%CurrentVersionNT%\Time Zones\FLE Standard Time,"Dlt",,"FLE Daylight Time"
2307HKLM,%CurrentVersionNT%\Time Zones\FLE Standard Time,"Std",,"FLE Standard Time"
2308HKLM,%CurrentVersionNT%\Time Zones\FLE Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,04,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,03,00,00,00,00,00,00,00
2309HKLM,%CurrentVersionNT%\Time Zones\GTB Standard Time,"Display",,"Europe/Athens"
2310HKLM,%CurrentVersionNT%\Time Zones\GTB Standard Time,"Dlt",,"GTB Daylight Time"
2311HKLM,%CurrentVersionNT%\Time Zones\GTB Standard Time,"Std",,"GTB Standard Time"
2312HKLM,%CurrentVersionNT%\Time Zones\GTB Standard Time,"TZI",1,88,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,04,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,03,00,00,00,00,00,00,00
2313HKLM,%CurrentVersionNT%\Time Zones\Arab Standard Time,"Display",,"Asia/Kuwait"
2314HKLM,%CurrentVersionNT%\Time Zones\Arab Standard Time,"Dlt",,"Arab Daylight Time"
2315HKLM,%CurrentVersionNT%\Time Zones\Arab Standard Time,"Std",,"Arab Standard Time"
2316HKLM,%CurrentVersionNT%\Time Zones\Arab Standard Time,"TZI",1,4c,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2317HKLM,%CurrentVersionNT%\Time Zones\E. Africa Standard Time,"Display",,"Africa/Nairobi"
2318HKLM,%CurrentVersionNT%\Time Zones\E. Africa Standard Time,"Dlt",,"E. Africa Daylight Time"
2319HKLM,%CurrentVersionNT%\Time Zones\E. Africa Standard Time,"Std",,"E. Africa Standard Time"
2320HKLM,%CurrentVersionNT%\Time Zones\E. Africa Standard Time,"TZI",1,4c,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2321HKLM,%CurrentVersionNT%\Time Zones\Arabic Standard Time,"Display",,"Asia/Baghdad"
2322HKLM,%CurrentVersionNT%\Time Zones\Arabic Standard Time,"Dlt",,"Arabic Daylight Time"
2323HKLM,%CurrentVersionNT%\Time Zones\Arabic Standard Time,"Std",,"Arabic Standard Time"
2324HKLM,%CurrentVersionNT%\Time Zones\Arabic Standard Time,"TZI",1,4c,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,06,00,01,00,04,00,00,00,00,00,00,00,00,00,04,00,05,00,01,00,03,00,00,00,00,00,00,00
2325HKLM,%CurrentVersionNT%\Time Zones\Russian Standard Time,"Display",,"Europe/Moscow"
2326HKLM,%CurrentVersionNT%\Time Zones\Russian Standard Time,"Dlt",,"Russian Daylight Time"
2327HKLM,%CurrentVersionNT%\Time Zones\Russian Standard Time,"Std",,"Russian Standard Time"
2328HKLM,%CurrentVersionNT%\Time Zones\Russian Standard Time,"TZI",1,4c,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2329HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time,"Display",,"Asia/Tehran"
2330HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time,"Dlt",,"Iran Daylight Time"
2331HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time,"Std",,"Iran Standard Time"
2332HKLM,%CurrentVersionNT%\Time Zones\Iran Standard Time,"TZI",1,2e,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,09,00,03,00,04,00,18,00,00,00,00,00,00,00,00,00,03,00,02,00,04,00,00,00,00,00,00,00,00,00
2333HKLM,%CurrentVersionNT%\Time Zones\Arabian Standard Time,"Display",,"Asia/Muscat"
2334HKLM,%CurrentVersionNT%\Time Zones\Arabian Standard Time,"Dlt",,"Arabian Daylight Time"
2335HKLM,%CurrentVersionNT%\Time Zones\Arabian Standard Time,"Std",,"Arabian Standard Time"
2336HKLM,%CurrentVersionNT%\Time Zones\Arabian Standard Time,"TZI",1,10,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2337HKLM,%CurrentVersionNT%\Time Zones\Caucasus Standard Time,"Display",,"Asia/Baku"
2338HKLM,%CurrentVersionNT%\Time Zones\Caucasus Standard Time,"Dlt",,"Caucasus Daylight Time"
2339HKLM,%CurrentVersionNT%\Time Zones\Caucasus Standard Time,"Std",,"Caucasus Standard Time"
2340HKLM,%CurrentVersionNT%\Time Zones\Caucasus Standard Time,"TZI",1,10,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,01,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,01,00,00,00,00,00,00,00
2341HKLM,%CurrentVersionNT%\Time Zones\Afghanistan Standard Time,"Display",,"Asia/Kabul"
2342HKLM,%CurrentVersionNT%\Time Zones\Afghanistan Standard Time,"Dlt",,"Afghanistan Daylight Time"
2343HKLM,%CurrentVersionNT%\Time Zones\Afghanistan Standard Time,"Std",,"Afghanistan Standard Time"
2344HKLM,%CurrentVersionNT%\Time Zones\Afghanistan Standard Time,"TZI",1,f2,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2345HKLM,%CurrentVersionNT%\Time Zones\West Asia Standard Time,"Display",,"Asia/Karachi"
2346HKLM,%CurrentVersionNT%\Time Zones\West Asia Standard Time,"Dlt",,"West Asia Daylight Time"
2347HKLM,%CurrentVersionNT%\Time Zones\West Asia Standard Time,"Std",,"West Asia Standard Time"
2348HKLM,%CurrentVersionNT%\Time Zones\West Asia Standard Time,"TZI",1,d4,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2349HKLM,%CurrentVersionNT%\Time Zones\India Standard Time,"Display",,"Asia/Calcutta"
2350HKLM,%CurrentVersionNT%\Time Zones\India Standard Time,"Dlt",,"India Daylight Time"
2351HKLM,%CurrentVersionNT%\Time Zones\India Standard Time,"Std",,"India Standard Time"
2352HKLM,%CurrentVersionNT%\Time Zones\India Standard Time,"TZI",1,b6,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2353HKLM,%CurrentVersionNT%\Time Zones\Central Asia Standard Time,"Display",,"Asia/Dhaka"
2354HKLM,%CurrentVersionNT%\Time Zones\Central Asia Standard Time,"Dlt",,"Central Asia Daylight Time"
2355HKLM,%CurrentVersionNT%\Time Zones\Central Asia Standard Time,"Std",,"Central Asia Standard Time"
2356HKLM,%CurrentVersionNT%\Time Zones\Central Asia Standard Time,"TZI",1,98,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2357HKLM,%CurrentVersionNT%\Time Zones\N. Central Asia Standard Time,"Display",,"Asia/Novosibirsk"
2358HKLM,%CurrentVersionNT%\Time Zones\N. Central Asia Standard Time,"Dlt",,"N. Central Asia Daylight Time"
2359HKLM,%CurrentVersionNT%\Time Zones\N. Central Asia Standard Time,"Std",,"N. Central Asia Standard Time"
2360HKLM,%CurrentVersionNT%\Time Zones\N. Central Asia Standard Time,"TZI",1,98,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2361HKLM,%CurrentVersionNT%\Time Zones\Myanmar Standard Time,"Display",,"Asia/Rangoon"
2362HKLM,%CurrentVersionNT%\Time Zones\Myanmar Standard Time,"Dlt",,"Myanmar Daylight Time"
2363HKLM,%CurrentVersionNT%\Time Zones\Myanmar Standard Time,"Std",,"Myanmar Standard Time"
2364HKLM,%CurrentVersionNT%\Time Zones\Myanmar Standard Time,"TZI",1,7a,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2365HKLM,%CurrentVersionNT%\Time Zones\SE Asia Standard Time,"Display",,"Asia/Bangkok"
2366HKLM,%CurrentVersionNT%\Time Zones\SE Asia Standard Time,"Dlt",,"SE Asia Daylight Time"
2367HKLM,%CurrentVersionNT%\Time Zones\SE Asia Standard Time,"Std",,"SE Asia Standard Time"
2368HKLM,%CurrentVersionNT%\Time Zones\SE Asia Standard Time,"TZI",1,5c,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2369HKLM,%CurrentVersionNT%\Time Zones\North Asia Standard Time,"Display",,"Asia/Krasnoyarsk"
2370HKLM,%CurrentVersionNT%\Time Zones\North Asia Standard Time,"Dlt",,"North Asia Daylight Time"
2371HKLM,%CurrentVersionNT%\Time Zones\North Asia Standard Time,"Std",,"North Asia Standard Time"
2372HKLM,%CurrentVersionNT%\Time Zones\North Asia Standard Time,"TZI",1,5c,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2373HKLM,%CurrentVersionNT%\Time Zones\China Standard Time,"Display",,"Asia/Shanghai"
2374HKLM,%CurrentVersionNT%\Time Zones\China Standard Time,"Dlt",,"China Daylight Time"
2375HKLM,%CurrentVersionNT%\Time Zones\China Standard Time,"Std",,"China Standard Time"
2376HKLM,%CurrentVersionNT%\Time Zones\China Standard Time,"TZI",1,20,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2377HKLM,%CurrentVersionNT%\Time Zones\W. Australia Standard Time,"Display",,"Australia/Perth"
2378HKLM,%CurrentVersionNT%\Time Zones\W. Australia Standard Time,"Dlt",,"W. Australia Daylight Time"
2379HKLM,%CurrentVersionNT%\Time Zones\W. Australia Standard Time,"Std",,"W. Australia Standard Time"
2380HKLM,%CurrentVersionNT%\Time Zones\W. Australia Standard Time,"TZI",1,20,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2381HKLM,%CurrentVersionNT%\Time Zones\Singapore Standard Time,"Display",,"Asia/Singapore"
2382HKLM,%CurrentVersionNT%\Time Zones\Singapore Standard Time,"Dlt",,"Singapore Daylight Time"
2383HKLM,%CurrentVersionNT%\Time Zones\Singapore Standard Time,"Std",,"Singapore Standard Time"
2384HKLM,%CurrentVersionNT%\Time Zones\Singapore Standard Time,"TZI",1,20,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2385HKLM,%CurrentVersionNT%\Time Zones\Taipei Standard Time,"Display",,"Asia/Taipei"
2386HKLM,%CurrentVersionNT%\Time Zones\Taipei Standard Time,"Dlt",,"Taipei Daylight Time"
2387HKLM,%CurrentVersionNT%\Time Zones\Taipei Standard Time,"Std",,"Taipei Standard Time"
2388HKLM,%CurrentVersionNT%\Time Zones\Taipei Standard Time,"TZI",1,20,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2389HKLM,%CurrentVersionNT%\Time Zones\North Asia East Standard Time,"Display",,"Asia/Irkutsk"
2390HKLM,%CurrentVersionNT%\Time Zones\North Asia East Standard Time,"Dlt",,"North Asia East Daylight Time"
2391HKLM,%CurrentVersionNT%\Time Zones\North Asia East Standard Time,"Std",,"North Asia East Standard Time"
2392HKLM,%CurrentVersionNT%\Time Zones\North Asia East Standard Time,"TZI",1,20,fe,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2393HKLM,%CurrentVersionNT%\Time Zones\Tokyo Standard Time,"Display",,"Japan"
2394HKLM,%CurrentVersionNT%\Time Zones\Tokyo Standard Time,"Dlt",,"Tokyo Daylight Time"
2395HKLM,%CurrentVersionNT%\Time Zones\Tokyo Standard Time,"Std",,"Tokyo Standard Time"
2396HKLM,%CurrentVersionNT%\Time Zones\Tokyo Standard Time,"TZI",1,e4,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2397HKLM,%CurrentVersionNT%\Time Zones\Korea Standard Time,"Display",,"Asia/Seoul"
2398HKLM,%CurrentVersionNT%\Time Zones\Korea Standard Time,"Dlt",,"Korea Daylight Time"
2399HKLM,%CurrentVersionNT%\Time Zones\Korea Standard Time,"Std",,"Korea Standard Time"
2400HKLM,%CurrentVersionNT%\Time Zones\Korea Standard Time,"TZI",1,e4,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2401HKLM,%CurrentVersionNT%\Time Zones\Yakutsk Standard Time,"Display",,"Asia/Yakutsk"
2402HKLM,%CurrentVersionNT%\Time Zones\Yakutsk Standard Time,"Dlt",,"Yakutsk Daylight Time"
2403HKLM,%CurrentVersionNT%\Time Zones\Yakutsk Standard Time,"Std",,"Yakutsk Standard Time"
2404HKLM,%CurrentVersionNT%\Time Zones\Yakutsk Standard Time,"TZI",1,e4,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2405HKLM,%CurrentVersionNT%\Time Zones\AUS Central Standard Time,"Display",,"Australia/Darwin"
2406HKLM,%CurrentVersionNT%\Time Zones\AUS Central Standard Time,"Dlt",,"AUS Central Daylight Time"
2407HKLM,%CurrentVersionNT%\Time Zones\AUS Central Standard Time,"Std",,"AUS Central Standard Time"
2408HKLM,%CurrentVersionNT%\Time Zones\AUS Central Standard Time,"TZI",1,c6,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2409HKLM,%CurrentVersionNT%\Time Zones\AUS Eastern Standard Time,"Display",,"Australia/Sydney"
2410HKLM,%CurrentVersionNT%\Time Zones\AUS Eastern Standard Time,"Dlt",,"AUS Eastern Daylight Time"
2411HKLM,%CurrentVersionNT%\Time Zones\AUS Eastern Standard Time,"Std",,"AUS Eastern Standard Time"
2412HKLM,%CurrentVersionNT%\Time Zones\AUS Eastern Standard Time,"TZI",1,a8,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,03,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00
2413HKLM,%CurrentVersionNT%\Time Zones\Cen. Australia Standard Time,"Display",,"Australia/Adelaide"
2414HKLM,%CurrentVersionNT%\Time Zones\Cen. Australia Standard Time,"Dlt",,"Cen. Australia Daylight Time"
2415HKLM,%CurrentVersionNT%\Time Zones\Cen. Australia Standard Time,"Std",,"Cen. Australia Standard Time"
2416HKLM,%CurrentVersionNT%\Time Zones\Cen. Australia Standard Time,"TZI",1,c6,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,03,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00
2417HKLM,%CurrentVersionNT%\Time Zones\E. Australia Standard Time,"Display",,"Australia/Brisbane"
2418HKLM,%CurrentVersionNT%\Time Zones\E. Australia Standard Time,"Dlt",,"E. Australia Daylight Time"
2419HKLM,%CurrentVersionNT%\Time Zones\E. Australia Standard Time,"Std",,"E. Australia Standard Time"
2420HKLM,%CurrentVersionNT%\Time Zones\E. Australia Standard Time,"TZI",1,a8,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2421HKLM,%CurrentVersionNT%\Time Zones\West Pacific Standard Time,"Display",,"Pacific/Guam"
2422HKLM,%CurrentVersionNT%\Time Zones\West Pacific Standard Time,"Dlt",,"West Pacific Daylight Time"
2423HKLM,%CurrentVersionNT%\Time Zones\West Pacific Standard Time,"Std",,"West Pacific Standard Time"
2424HKLM,%CurrentVersionNT%\Time Zones\West Pacific Standard Time,"TZI",1,a8,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2425HKLM,%CurrentVersionNT%\Time Zones\Vladivostok Standard Time,"Display",,"Asia/Vladivostok"
2426HKLM,%CurrentVersionNT%\Time Zones\Vladivostok Standard Time,"Dlt",,"Vladivostok Daylight Time"
2427HKLM,%CurrentVersionNT%\Time Zones\Vladivostok Standard Time,"Std",,"Vladivostok Standard Time"
2428HKLM,%CurrentVersionNT%\Time Zones\Vladivostok Standard Time,"TZI",1,a8,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2429HKLM,%CurrentVersionNT%\Time Zones\Central Pacific Standard Time,"Display",,"Asia/Magadan"
2430HKLM,%CurrentVersionNT%\Time Zones\Central Pacific Standard Time,"Dlt",,"Central Pacific Daylight Time"
2431HKLM,%CurrentVersionNT%\Time Zones\Central Pacific Standard Time,"Std",,"Central Pacific Standard Time"
2432HKLM,%CurrentVersionNT%\Time Zones\Central Pacific Standard Time,"TZI",1,6c,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2433HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time,"Display",,"Pacific/Fiji"
2434HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time,"Dlt",,"Fiji Daylight Time"
2435HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time,"Std",,"Fiji Standard Time"
2436HKLM,%CurrentVersionNT%\Time Zones\Fiji Standard Time,"TZI",1,30,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2437HKLM,%CurrentVersionNT%\Time Zones\New Zealand Standard Time,"Display",,"Pacific/Auckland"
2438HKLM,%CurrentVersionNT%\Time Zones\New Zealand Standard Time,"Dlt",,"New Zealand Daylight Time"
2439HKLM,%CurrentVersionNT%\Time Zones\New Zealand Standard Time,"Std",,"New Zealand Standard Time"
2440HKLM,%CurrentVersionNT%\Time Zones\New Zealand Standard Time,"TZI",1,30,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,03,00,00,00,03,00,03,00,00,00,00,00,00,00,00,00,0a,00,00,00,01,00,02,00,00,00,00,00,00,00
2441HKLM,%CurrentVersionNT%\Time Zones\Tonga Standard Time,"Display",,"Pacific/Tongatapu"
2442HKLM,%CurrentVersionNT%\Time Zones\Tonga Standard Time,"Dlt",,"Tonga Daylight Time"
2443HKLM,%CurrentVersionNT%\Time Zones\Tonga Standard Time,"Std",,"Tonga Standard Time"
2444HKLM,%CurrentVersionNT%\Time Zones\Tonga Standard Time,"TZI",1,f4,fc,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
2445HKLM,%CurrentVersionNT%\Time Zones\W. Europe Standard Time,"Display",,"Europe/Berlin"
2446HKLM,%CurrentVersionNT%\Time Zones\W. Europe Standard Time,"Dlt",,"W. Europe Daylight Time"
2447HKLM,%CurrentVersionNT%\Time Zones\W. Europe Standard Time,"Std",,"W. Europe Standard Time"
2448HKLM,%CurrentVersionNT%\Time Zones\W. Europe Standard Time,"TZI",1,c4,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2449HKLM,%CurrentVersionNT%\Time Zones\Central European Standard Time,"Display",,"Europe/Budapest"
2450HKLM,%CurrentVersionNT%\Time Zones\Central European Standard Time,"Dlt",,"Central European Daylight Time"
2451HKLM,%CurrentVersionNT%\Time Zones\Central European Standard Time,"Std",,"Central European Standard Time"
2452HKLM,%CurrentVersionNT%\Time Zones\Central European Standard Time,"TZI",1,c4,ff,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,0a,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,03,00,00,00,05,00,02,00,00,00,00,00,00,00
2453HKLM,%CurrentVersionNT%\Time Zones\AUS Eastern Standard Time,"Display",,"Australia/Melbourne"
2454HKLM,%CurrentVersionNT%\Time Zones\AUS Eastern Standard Time,"Dlt",,"AUS Eastern Daylight Time"
2455HKLM,%CurrentVersionNT%\Time Zones\AUS Eastern Standard Time,"Std",,"AUS Eastern Standard Time"
2456HKLM,%CurrentVersionNT%\Time Zones\AUS Eastern Standard Time,"TZI",1,a8,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,03,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,0a,00,00,00,05,00,02,00,00,00,00,00,00,00
2457HKLM,%CurrentVersionNT%\Time Zones\Tasmania Standard Time,"Display",,"Australia/Hobart"
2458HKLM,%CurrentVersionNT%\Time Zones\Tasmania Standard Time,"Dlt",,"Tasmania Daylight Time"
2459HKLM,%CurrentVersionNT%\Time Zones\Tasmania Standard Time,"Std",,"Tasmania Standard Time"
2460HKLM,%CurrentVersionNT%\Time Zones\Tasmania Standard Time,"TZI",1,a8,fd,ff,ff,00,00,00,00,c4,ff,ff,ff,00,00,03,00,00,00,05,00,03,00,00,00,00,00,00,00,00,00,0a,00,00,00,01,00,02,00,00,00,00,00,00,00
2461
Vitaliy Margolen3a547b02005-11-14 15:11:26 +00002462[VersionInfo]
2463HKLM,%CurrentVersionNT%,"CurrentVersion",2,"5.0"
2464HKLM,%CurrentVersionNT%,"CSDVersion",2,"Service Pack 4"
2465HKLM,%CurrentVersionNT%,"CurrentBuildNumber",2,"2195"
Stefan Leichter9f100c12006-02-02 13:20:36 +01002466HKLM,%CurrentVersionNT%,"CurrentType",2,"Uniprocessor Free"
Vitaliy Margolen3a547b02005-11-14 15:11:26 +00002467HKLM,%Control%\ProductOptions,"ProductType",2,"WinNT"
2468HKLM,%Control%\Windows,"CSDVersion",0x10003,0x400
2469HKLM,%Control%\Session Manager\Environment,"OS",2,"Windows_NT"